- Sep 26, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16349 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
When loading the geometry from a file, the element table is recreated (never streamed) so the attribute flags (defined/used) of elements are lost. The patch loops over all defined materials/mixtures in this case and restores the flags. Affected: TFluka when geometry was loaded from the file. git-svn-id: http://root.cern.ch/svn/root/trunk@16348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a problem in TGraphAsymmErrors fitting. git-svn-id: http://root.cern.ch/svn/root/trunk@16347 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Removed include of 'TGTab.h'. git-svn-id: http://root.cern.ch/svn/root/trunk@16346 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Added get-methods needed when embedding the stand-alone viewer into another main-frame. git-svn-id: http://root.cern.ch/svn/root/trunk@16345 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Removed class TGedElement that is no longer needed by the geom-editors. git-svn-id: http://root.cern.ch/svn/root/trunk@16344 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Resize ged-name-frame to fit within the editor-canvas; fixed a compilation warning. git-svn-id: http://root.cern.ch/svn/root/trunk@16343 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16342 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
and should not be removed git-svn-id: http://root.cern.ch/svn/root/trunk@16341 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 25, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16340 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Changes required to use new TGedEditor/Frame implementation in geombuilder module. git-svn-id: http://root.cern.ch/svn/root/trunk@16339 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-