- Sep 25, 2006
-
-
Fons Rademakers authored
New class TGeoGedFrame: a base-class for geo-editors providing common functionality (access to TGeoTabManager). git-svn-id: http://root.cern.ch/svn/root/trunk@16338 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Modifications according to new TGedFrame/TGedEditor tab handling. git-svn-id: http://root.cern.ch/svn/root/trunk@16337 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Use TGedEditor in left-pane. Modification according to usage of new class TGLPShapeObjEditor and changes in TGLViewerEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@16336 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Add new class TGLPShapeObjEditor. Remove classes TGLGuideEditor, TGLLightEditor, TGLClipEditor, TGLGeometryEditor and TGLColorEditor defined in TGLEditor.h. git-svn-id: http://root.cern.ch/svn/root/trunk@16335 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Removed files; functionality moved to TGLPShapeObjEditor and TGLViewerEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@16334 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
New editor class for TGLPhysicalShape object (selected in GLViewer). git-svn-id: http://root.cern.ch/svn/root/trunk@16333 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Add wrapper class for TGLPhysicalShape editor. git-svn-id: http://root.cern.ch/svn/root/trunk@16332 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Changes from TGedFrame. git-svn-id: http://root.cern.ch/svn/root/trunk@16331 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Remove TGedElement class. git-svn-id: http://root.cern.ch/svn/root/trunk@16330 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Changes from TGedFrame. Create 'Binning' tab using the new tab-management functionality. git-svn-id: http://root.cern.ch/svn/root/trunk@16329 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
1. Changes applying to TGedFrame: Handle list of additional tabs by using inner class TabSubFrame to store information about each extra tabs. Use member TList *fExtraTabs to aggregate the information. This is used by fGedEditor when populating the full class editor. Redirect the update call to fGedEditor. Remove TGWidget inheritance. Remove interaction with TClass::fClassEditors. Now class editors are managed my TGedEditor map. 2. Changes applying to TGedFrame descendants: In constructor remove widget ID argument and set all arguments a default value. In the constructor implementation erase code which operates on now obsoleted TClass::fClassEditors list. Add memeber fGedEditor. Remove members fPad and fModel as they are available from fGedEditor. In SetModel() remove checking of inheritance and SetActive() call. 3. TGedNameFrame: added tooltip displaying name, title and class-name of the model. git-svn-id: http://root.cern.ch/svn/root/trunk@16328 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Reimplementation of TGedFrame and tab management. 1. Change creation of class-editors: Use TClass::New() for instantiation. When fModel is changed, store it in a local map fFrameMap. During construction get them from pool or instantiate. 2. Handle visibility and order of class-editors: Traverse the class hierarchy and construct a list of visible frames. Each class-editor can override the default behavior by implementing the virtual TGedFrame::ActivateBaseClassEditors() method. 3. New SetModel scheme: Hide currently shown tabs and their contents, then return them to fFrameMap pool. Activate desired TGedFrames and appropriate extra tabs Recursively descend via TGedEditor::ActivateEditor(TClass* c, Bool t recurse) and TGedEditor::ActivateEditors(TList* classes, Bool t recurse). For each encountered class-editor (not all classes have editors) redirect recursion via virtual TGedFrame::ActivateBaseClassEditors(TClass* c). git-svn-id: http://root.cern.ch/svn/root/trunk@16327 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Update handling of visibility and creation according to new structure of TGedEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@16326 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
In 'TPad::Close()' check fCanvas->fClickSelectedPad and if needed reset it to 0. git-svn-id: http://root.cern.ch/svn/root/trunk@16325 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Added call to 'gSystem->ProcessEvents()' prior to entering text-capture when creating a TGText/TGLatex primitive via toolbar. This allows editors to refresh properly. git-svn-id: http://root.cern.ch/svn/root/trunk@16324 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Added member 'TPad *fClickSelectedPad'. git-svn-id: http://root.cern.ch/svn/root/trunk@16323 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Remove member fClassEditors. git-svn-id: http://root.cern.ch/svn/root/trunk@16322 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Remove obsoleted function DeleteEditors(); added abstract virtual 'TCanvas* GetCanvas()' needed for management of editor visibility. git-svn-id: http://root.cern.ch/svn/root/trunk@16321 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Improve behavior of TSessionViewer: - automatically update the list of existing sessions on the server at connection time - fix the bug #16882, Proof GUI startup: wrong defaults (http://savannah.cern.ch/bugs/?func=detailitem&item_id=16882) git-svn-id: http://root.cern.ch/svn/root/trunk@16320 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Adopt new THtml API. git-svn-id: http://root.cern.ch/svn/root/trunk@16319 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New class charts if www.Graphviz.org's dot is available. Fix detection of comments indented with tabs. Fix update dependency tracking of files. git-svn-id: http://root.cern.ch/svn/root/trunk@16318 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16317 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16316 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 22, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16315 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
Mods to add line width. git-svn-id: http://root.cern.ch/svn/root/trunk@16314 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16313 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16312 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16311 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add two new features: -possibility to set the number of bins of some histograms SetBinVarX(Int_t nbbinvarx) {fBinVarX = nbbinvarx;} SetBinVarY(Int_t nbbinvary) {fBinVarY = nbbinvary;} -New function EvalError(const Double_t *x, const Double_t *coeff) to evaluate the error on the parametrisation at point x git-svn-id: http://root.cern.ch/svn/root/trunk@16310 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 21, 2006
-
-
Philippe Canal authored
import of CINT tag v5-16-15 from the CINT CVS. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@16309 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix typo. git-svn-id: http://root.cern.ch/svn/root/trunk@16308 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
There is a post on RootForum http://root.cern.ch/phpBB2/viewtopic.php?t=3991 about font in TPaveText through gStyle. The class TPaveText does not have UseCurrentStyle method. It is added in the attached patch. git-svn-id: http://root.cern.ch/svn/root/trunk@16307 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16306 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
While trying to get to the user sandbox TProof::GetDataSets was accessing user home ... on AFS. git-svn-id: http://root.cern.ch/svn/root/trunk@16305 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2006
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16304 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16303 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
if they were set on the original histogram (suggested by V.Boudry). git-svn-id: http://root.cern.ch/svn/root/trunk@16302 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 19, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16301 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
TRFIOFile and TCastorFile to use different libshift/libcastor client libraries. git-svn-id: http://root.cern.ch/svn/root/trunk@16300 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
patch to enable the warnings for both debug and release. git-svn-id: http://root.cern.ch/svn/root/trunk@16299 27541ba8-7e3a-0410-8455-c3a389f83636
-