- Jun 23, 2006
-
-
Ilka Antcheva authored
signals of used GUI elements and corresponding slots execution. TGedFrame - new data member fAvoidSignal = kFALSE by default. In SetModel method of any editor it is set to kTRUE to avoid executing slot method and in the end of SetModet is set to kFALSE again; TGedEditor - move the call of TGMainFrame::Layout from TGedFrame::SetActive in TGedEditor::SetModel TPadEditor - no need of TGCompositeFrame *f7 as data member - added new data member TGButtonGroup *fBgrop - connected DoBorderMode slot with TGButtonGroup::Released signal TGraphEditor - changed signature of DoShape method - connected DoShape slot with TGButtonGroup::Released signal TH1Editor - new method DoHistView() - fixed problem shown with MSVS 8 (thaks to Timur and Bertrand) - connected DoHistView slot with TGButtonGroup::Released signal TH2Editor - new method DoHistView() - fixed problem shown with MSVS 8 (thaks to Timur and Bertrand) - connected DoHistView slot with TGButtonGroup::Released signal All other editors - follow-up changes in the code related to the fAvoidSignal use. git-svn-id: http://root.cern.ch/svn/root/trunk@15526 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15525 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Simplify and improve proofserv logging. git-svn-id: http://root.cern.ch/svn/root/trunk@15524 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a patch allowing to paint volumes/nodes with a pre-defined global transformation. git-svn-id: http://root.cern.ch/svn/root/trunk@15523 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15522 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15521 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix coding convention violations. git-svn-id: http://root.cern.ch/svn/root/trunk@15520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15519 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a problem reported by Marco Clemencic. " I found the problem in Reflex. If a namespace had only enums was not declared to Reflex as such. It was not visible in the tests included in ROOT because the same namespace was used for other tests and contained other elements. git-svn-id: http://root.cern.ch/svn/root/trunk@15518 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2006
-
-
Philippe Canal authored
$ROOTSYS/bin in the case where the requested library is not supposed to go to $ROOTSYS/lib. This enable the build of the cintdlls in their proper place git-svn-id: http://root.cern.ch/svn/root/trunk@15517 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15515 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15514 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15513 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. Implementation of TDirectory I/O for TSQLFile and TXMLFile 2. In TSQLFile identifier length is now controled. Important for Oracle, where table or column name cannot be more than 32 symbols. 3. Adding usage of TSQLStatement class where possible. 4. Small performance improvment. git-svn-id: http://root.cern.ch/svn/root/trunk@15512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. Bug fix for Oracle plugin - new TOracleServer::Exec() method did not release memory correctly. 2. Small changes in TSQLServer class git-svn-id: http://root.cern.ch/svn/root/trunk@15511 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15510 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 21, 2006
-
-
Rene Brun authored
- Fix for bug #17592, problem with enum in PyCintex... - Added by default the conversion to CINT of all enums declared in a class - Added more enum tests git-svn-id: http://root.cern.ch/svn/root/trunk@15509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
By running ProofBench on the CAF with Jan we have found a couple of issues due to the fact that we need to use XROOTD also to access (in write) local files. make_event_trees.C - use TFile::Open to create the files instead of the TFile constructor. Run_Node_Tests.C - use consistently basedir everywhere. git-svn-id: http://root.cern.ch/svn/root/trunk@15508 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
The patch implements the following new functionality: - Shutdown of idle sessions when quitting ROOT; if not idle the session is shutdown as soon as processing terminates; it is possible to delay the automatic shutdown by a tunable amount of time via a new directive in the xrootd config file 'xpd.shutdown' (see xpd.cf.example). - New static method TProof::Reset(const char *url) to hard-cleanup an user area (implemented for Xproofd only); this implied quite some additions in XrdProofdProtocol. - Possibility to temporary remove / re-insert a worker from the active list TProof::DeactivateWorker(const char *ord) TProof::ActivateWorker(const char *ord) with 'ord' the ordinal numer, e.g. "0.3" . - A default url for the disk pool const char *TVirtualProof::GetDataPoolUrl() It is set by default to a string send back by the master, but it can be changed via void TVirtualProof::SetDataPoolUrl(const char *url) Jan should then adapt his code to use this as default. - Posibility to timeout Collect; for now this is only used at forced termination. The patch includes many small changes and bug fixes. One of the most important is in TXNetSystem (a bug preventing correct treatment of multiple request to the same redirector). git-svn-id: http://root.cern.ch/svn/root/trunk@15507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15506 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
comment out calls to broken gfal_access(). git-svn-id: http://root.cern.ch/svn/root/trunk@15505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
"gfal:srm://host/file.root" where "srm://host/file.root" is returned as file and the // should not be removed. git-svn-id: http://root.cern.ch/svn/root/trunk@15504 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- fixed behavior of Ctrl+End in TGTextEdit git-svn-id: http://root.cern.ch/svn/root/trunk@15503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
split off configcint generation in seperate file to reduce make dependency. git-svn-id: http://root.cern.ch/svn/root/trunk@15502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15499 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15498 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- added details of the editor capabilities in the class description - added TGTextEditor help text - fixed coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15497 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15496 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15494 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 20, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15493 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
1. Functionality of TDirectory::ReadAll() extended. One can call dir->ReadAll("dirs") to read only subdirectories. dir->ReadAll("dirs*") will read complete subdirectories tree. 2. In TDirectory::Delete(): if subdirectory is delete, first all subdirs will be read (via ReadAll("dirs")) and than keys of subdirectories will be removed. As a result, there no lost frames in the ROOT file. 3. New method TDirectory::rmdir(const char* name), which internally calls TDirectory::Delete(name + ";*"); 4. TDirectory::SetName() is implemented to add comment about its lack of functionality for now (Once changed, if the directory was written already once, it is not consistent with the keys list of mother directory. 5. New TFile::IsBinary method, which indicate that file has binary or non-binary (xml or sql) format. Uses BIT(15) of TFile object. 6. New methods of TFile for TDirectory I/O virtual Long64_t DirCreateEntry(TDirectory*) { return 0; } virtual Int_t DirReadKeys(TDirectory*) { return 0; } virtual void DirWriteKeys(TDirectory*) {} virtual void DirWriteHeader(TDirectory*) {} They have no use for binary directory I/O, but called when TDirectory should be stored in non-binary file. 7. TDirectory::Streamer() adjusted to work in non-binary mode. git-svn-id: http://root.cern.ch/svn/root/trunk@15491 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
actual pos depends on the "whence" argument which in the default case is the same as offset. git-svn-id: http://root.cern.ch/svn/root/trunk@15490 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15489 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
ROOT will automatically detect the old or new mode. The code to support both modes was introduced 3 years ago. The new ZIP algorithm gives slightly better compression and is also slightly faster. git-svn-id: http://root.cern.ch/svn/root/trunk@15488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
TGTextEdit widget: - Added Ctrl+Home and Ctrl+End key handling. - Added a protection in HandleDoubleClick in case of empty text. TGTextEditor: - Fixed alignment of shortcut names. - Added shortcut for Compile, Execute and Interrupt menu entries. - Fixed a type casting problem on Solaris and MSVC8. git-svn-id: http://root.cern.ch/svn/root/trunk@15487 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fOffset must be set in this function when reading from the cache. I added the following comments: //we must set fOffset after the real SysSeek. This is required when //reading from the cache. fOffset may be changed behind your back by //TDCacheFile or other overloads of this function. git-svn-id: http://root.cern.ch/svn/root/trunk@15486 27541ba8-7e3a-0410-8455-c3a389f83636
-