- Jan 16, 2007
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17360 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2006
-
-
Fons Rademakers authored
move SessionViewer into the ProofGui lib. First step to get rid of the many TVirtualProofXXX interfaces. git-svn-id: http://root.cern.ch/svn/root/trunk@16804 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Implemented the new Progress() method, according the latest changes in PROOF. - Improve behavior when switching between queries in the left tree view. - Added missing protection git-svn-id: http://root.cern.ch/svn/root/trunk@16803 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2006
-
-
Rene Brun authored
Although the code should work for TChains too, it has been tested so far only for Tree friends. git-svn-id: http://root.cern.ch/svn/root/trunk@16760 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2006
-
-
Fons Rademakers authored
- Implemented local processing of TChains, with progress bar, and possibility to interrupt the process. The output list view is also properly filled at the end of the process. git-svn-id: http://root.cern.ch/svn/root/trunk@16685 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 02, 2006
-
-
Fons Rademakers authored
- Hide GUI parts that are not used (yet) in local session - Fix bug report: http://savannah.cern.ch/bugs/?16886 - Fix bug report: http://savannah.cern.ch/bugs/?16885 git-svn-id: http://root.cern.ch/svn/root/trunk@16399 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 15, 2006
-
-
Fons Rademakers authored
Fixes core dump on some platforms when exiting root by TSessionViewer menu (Thanks to Ilka). git-svn-id: http://root.cern.ch/svn/root/trunk@16274 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 11, 2006
-
-
Fons Rademakers authored
Improve package (.par files) managment in TSessionViewer. git-svn-id: http://root.cern.ch/svn/root/trunk@16234 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 01, 2006
-
-
Fons Rademakers authored
Added multiple files selection handling in TUploadDataSetDlg (since it is available now from TGFileDialog). git-svn-id: http://root.cern.ch/svn/root/trunk@15881 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 04, 2006
-
-
Fons Rademakers authored
Here is the (hopefully) final patch. TChainProof: - added TVirtualProof* as third constructor argument - added fDrawFeedback initialization in ctor and added protections - moved ConnectProof() from MakeChainProof() to GetPlayer() to avoid poping-up canvas with TSessionViewer TSessionViewer: - use TChain::SetProof() and TChain::Process() instead of TChain::MakeTDSet() - correct usage of TVirtualProof::CleanupSession() and TVirtualProof::Reset() TSessionDialogs: - added user notification of succesful dataset upload - made "Overwrite Dataset" and "Append to Dataset" options mutually exclusive git-svn-id: http://root.cern.ch/svn/root/trunk@15691 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Added "DataSets" tab in TSessionViewer, containing a ListTree widget showing the datasets uploaded on the cluster, and the files being part of the datasets. - Added TUploadDataSetDlg class, allowing to create and upload datasets from a list of files. git-svn-id: http://root.cern.ch/svn/root/trunk@15679 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 03, 2006
-
-
Rene Brun authored
Change the signature of SavePrimitive from void SavePrimitive(ofstream &out, Option_t *option); to void SavePrimitive(ostream &out, Option_t *option = ""); With this change one can do, eg myhist.SavePrimitive(std::cout); WARNING: do rm -f tree/src/*.o git-svn-id: http://root.cern.ch/svn/root/trunk@15672 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 02, 2006
-
-
Fons Rademakers authored
show correctly info about list of packages. git-svn-id: http://root.cern.ch/svn/root/trunk@15319 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 29, 2006
-
-
Fons Rademakers authored
- Added detection of settings changes. - Replaced sprintf() by Form() due to %lld problem on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@15202 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 28, 2006
-
-
Rene Brun authored
- TImage, TASImage o Change return type of Vectorize method from "void" to "Double_t*". o Implement FromWindow method under X11. This method allows to create "snapshot image" from any ROOT window or frame. - config/Makefile.depend Add dependency of libGuiBld lib on libGraf. GuiBuilder uses internally TImage/TASImage class. - GX11Gui.cxx X11 error handler was slightly modified. Many X11 errors lead to freezing X11 server and did not allow debugging. To prevent freezing, a "forced seg.violation" was added to the error handler. The usage of the new "feature" is the following: 0. run "gdb root.exe" 1. set "gDebug = (int)gVirtualX" - that activates the new error handling. 2. run application which has X11 errors. On X11 error the application was stopped by the "forced seg.violation". 3. "gdb>bt" - backtrace the problem. !!! A big list of changes in libGui initiated by gui builder development !!! - TGButton.h, TGButton.cxx TGButton class: o SetDown methods removed from context menu. o SetEnabled method of context menu changed to TOGGLE. Setting fWidgetFlags was added. - TGTextButton class o GetNormGC(), GetFontStruct() methods are introduced. o SetFont removed from context menu. o ChangeText(const char *title) was introduced and added to context menu. o fixed an error in SetFont method which set font globally instead of locally. o SavePrimitive - save text justification - TGPictureButton o added getter method GetDisabledPicture() - TGCanvas o added to GuiBuilder widgets palette. - TGColorDialog o new methods: - TGColorPalette *GetPalette(), - TGColorPalette *GetCustomPalette(), - void SetCurrentColor(Pixel_t col) o new signal: - void ColorSelected(Pixel_t) o new parameter added to contructor "Bool_t wait". If "wait" is kTRUE, "gClient->WaitForUnmap" is called internally (normal/old usage). If "wait" is kFALSE - "gClient->WaitForUnmap" should be called by user. o few "usefull" colors added to "custom" palette. - TGColorSelect o added to GuiBuilder widgets palette. - TGComboBox o new methods: - SortByName - allows to sort combobox entries by names. - SetEnabled, IsEnabled. - TGFontDialog was rewritten. o Previous version worked under win32 only, now it works on X11 also. It allows to select any font available on the system. o new parameter added to contructor "Bool_t wait". If "wait" is kTRUE, "gClient->WaitForUnmap" is called internally (normal/old usage). If "wait" is kFALSE - "gClient->WaitForUnmap" should be called by user. o new methods: void SetFont(TGFont *font); void SetColor(Pixel_t color); void SetAlign(Int_t align); void EnableAlign(Bool_t on = kTRUE); void UpdateStyleSize(const char *family); o new signals: - FontSelected(char *font) - AlignSelected(Int_t a) - ColorSelected(Pixel_t c) - TGFrame o unused static member fgContextMenu removed. - TGCompositeFrame o TGCompositeFrame::SetEditDisabled modified. It is used for setting fEditDisableXX attribute during gui buildind. o ChangeSubframesBackground helper method was introduced. - TGGroupFrame o SetTextFont, SetTextColor methods were corrected for "local" changing of the font. - TGWindow o kEditDisableKeyEnable added to EEditMode enum. If this flag is set - window can handle keyboard events during gui building. - TGLabel o new methods: - GetNormGC, GetFontStruct o fixed bugs in setting label's "local" text font. o SavePrimitive - saving text justification added. - TGListBox o new methods: - SortByName - allow to sort listbox entries by names. - new auxilary/internal class TGLBFrameElement created. It's used for ascending/descending sort of list box entries. o reimplemented methods: ChangeBackground, Layout, GetDefaultWidth o disable changing layout manager in SetLayoutManager method. Layout manager is not used for layout of list box. - TGIcon o SetImagePath method was corrected. - TGScrollBarElement o new methods: - SetEnabled, IsEnabled. These methods are used in enabling/disabling TGNumberEntry objects. - TGScrollBar o new getter methods: - GetHead, GetTail, GetSlider o new signals: - PositionChanged, RangeChanged, PageSizeChanged o ChangeBackground was reimplemented. - TGShutter o new methods: - AddPage, RemovePage, RenamePage o new signal Selected. o disable changing layout manager in SetLayoutManager method. Layout manager is not used for layout. - TGView o disable changing layout manager by SetLayoutManager method. Layout manager is not used for layout. o ChangeBackground(Pixel_t col) method added which changes background color only of the canvas frame. - TGNumberEntry o more options added to context menu. - TGProgressBar o new getter/setter methods: - GetBarColor, GetNormGC, GetFontStruct, SetForegroundColor. - TGTab o disable SetEditDisabled method to avoid changing "edit disable attribute". - TGTextEdit, TGTextView, TGView o fixed bug - "character replace" mode didn't work o setting insert mode added to context menu. o setting "read only" mode added to context menu. o new method which enable/disable "popup menu for edit actions" added. o few corrections to SavePrimitive method. - TGTextEntry o guibuilder specific code was removed. - TGuiBuilder.h, TGuiBldAction o possibility to set picture for context menu entry added. - treeviewer/inc/TSessionViewer.h o forward declaration of TContextMenu class added. git-svn-id: http://root.cern.ch/svn/root/trunk@15191 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15025 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 30, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13954 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13953 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2005
-
-
Fons Rademakers authored
mods in the PROOF GUI to handle the new session manager features, like: - disconnect/reconnect - running session detection - config file renamed from .sessionviewer.conf to .proofgui.conf git-svn-id: http://root.cern.ch/svn/root/trunk@13617 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 24, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13350 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 23, 2005
-
-
Fons Rademakers authored
- log level change is now reflected in the session status tab. - removed par files option query from edit tab and edit dialog. - the button in the edit tab is "Apply changes" when not connected and "Submit" when connected. Automatically switch to "Status" tab when user clicks on "Submit". - add total processed data to status tab. git-svn-id: http://root.cern.ch/svn/root/trunk@13331 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 21, 2005
-
-
Fons Rademakers authored
- a tab has been added, allowing to edit queries without the need to open "edit query" dialog. - remember which packages were enabled in a particular session and automatically re-enable them when restarting that specific session. - allow double click to open session (with changes in TGListTree). git-svn-id: http://root.cern.ch/svn/root/trunk@13293 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2005
-
-
Fons Rademakers authored
safe options in gui whenever they get changed when in autosave mode. git-svn-id: http://root.cern.ch/svn/root/trunk@13237 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 11, 2005
-
-
Fons Rademakers authored
some more indentation issues. git-svn-id: http://root.cern.ch/svn/root/trunk@13209 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Added comments and changed idents in treeviewer to make codechecker happy. git-svn-id: http://root.cern.ch/svn/root/trunk@13203 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- solving problem with already existing Proof session(s) at viewer launch time. - correct default values for feedback histos git-svn-id: http://root.cern.ch/svn/root/trunk@13191 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2005
-
-
Fons Rademakers authored
improvements in the SessionViewer GUI: - added toolbar - improvements in the config file handling git-svn-id: http://root.cern.ch/svn/root/trunk@13185 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 08, 2005
-
-
Fons Rademakers authored
- improvements in the PAR file management panel - improved persistency for GUI sessions and pacakge info git-svn-id: http://root.cern.ch/svn/root/trunk@13157 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 01, 2005
-
-
Fons Rademakers authored
- Tooltips added. - Minor layout changes. git-svn-id: http://root.cern.ch/svn/root/trunk@13101 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2005
-
-
Fons Rademakers authored
new package manager and config panes in the session viewer. git-svn-id: http://root.cern.ch/svn/root/trunk@13067 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 18, 2005
-
-
Fons Rademakers authored
updates to PROOF GUI. git-svn-id: http://root.cern.ch/svn/root/trunk@12980 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@12938 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 28, 2005
-
-
Fons Rademakers authored
- turn on feedback histogram by default. - reflect feedback status of toggle in options menu. git-svn-id: http://root.cern.ch/svn/root/trunk@12864 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 27, 2005
-
-
Fons Rademakers authored
- patch allowing to see feedback histos also on retrieved queries (if they are in Output list). - And with some layout changes (cosmetics) git-svn-id: http://root.cern.ch/svn/root/trunk@12860 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- feedback histos persistency - layout cosmetics - don't get tree header when not needed git-svn-id: http://root.cern.ch/svn/root/trunk@12858 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 26, 2005
-
-
Fons Rademakers authored
- corrections in Session status pane (number of files was not correct) git-svn-id: http://root.cern.ch/svn/root/trunk@12849 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 25, 2005
-
-
Fons Rademakers authored
- add global stat and trace settings in option menu (they are global for all sessions) - add clock cursors around all actions that might take some time git-svn-id: http://root.cern.ch/svn/root/trunk@12841 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- change in Chain Selection dialog buttons - chain is now selected with single click iso double click (like file selection) git-svn-id: http://root.cern.ch/svn/root/trunk@12839 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- fixes in tmp file deletion code. git-svn-id: http://root.cern.ch/svn/root/trunk@12836 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Delete temporary files created for stdout/stderr redirection. - Allows to select different feedback histos. git-svn-id: http://root.cern.ch/svn/root/trunk@12835 27541ba8-7e3a-0410-8455-c3a389f83636
-