[root] / trunk / gui / ged / src / TGraphEditor.cxx Repository:
ViewVC logotype

Log of /trunk/gui/ged/src/TGraphEditor.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 41277 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 7 12:17:54 2011 UTC (3 years, 3 months ago) by bellenot
File length: 12575 byte(s)
Diff to previous 32930
Fix coverity report #33680 (dereference null return)

Revision 32930 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 16:18:32 2010 UTC (4 years, 9 months ago) by pcanal
File length: 12513 byte(s)
Diff to previous 23115
Prefer the use of InheritsFrom(TClass*) over InheritsFrom(const char*) as long as 
it does not increase the library dependencies.

Revision 23115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 13:35:37 2008 UTC (6 years, 9 months ago) by rdm
File length: 12480 byte(s)
Diff to previous 20882
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12480 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12480 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12535 byte(s)
Diff to previous 17733
remove :$ from tag line

Revision 17733 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 6 15:39:54 2007 UTC (7 years, 11 months ago) by antcheva
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12545 byte(s)
Diff to previous 17665
- cleanup of includes

Revision 17665 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 18:12:31 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12671 byte(s)
Diff to previous 17477
Use forward declaration of TGraph

Revision 17477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 14:22:45 2007 UTC (8 years ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12651 byte(s)
Diff to previous 16331
From Ilka:
fixes in TGButton and TGButtonGroup classes related to double emitted
signals (bug #23011).
In addition are follow-up changes in different GUI classes where a
work-around was used by connecting the slots to the signals Released or
Pressed instead of Clicked.

Revision 16331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 25 13:40:06 2006 UTC (8 years, 4 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12657 byte(s)
Diff to previous 15526
From Matevz:
Changes from TGedFrame.

Revision 15526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 23 15:19:22 2006 UTC (8 years, 7 months ago) by antcheva
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 13342 byte(s)
Diff to previous 15233
- fixed problem of object editor performance caused by freely emitted
  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.

Revision 15233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 30 11:46:35 2006 UTC (8 years, 7 months ago) by antcheva
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12884 byte(s)
Diff to previous 14692
- disable combo box of exclusion zone width according to the
graph draw options

Revision 14692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 13 13:22:31 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12805 byte(s)
Diff to previous 14336
From Olivier:
- Update of TGraph Editor to handle the TGraph's Exclusion Zone.

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10898 byte(s)
Diff to previous 13954
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 13954 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 30 17:42:06 2006 UTC (8 years, 11 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10843 byte(s)
Diff to previous 13508
fix cvs ident line that was missing trailing $.

Revision 13508 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 17:32:15 2005 UTC (9 years, 1 month ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10954 byte(s)
Diff to previous 13358
From Ilka:
- fix of the bug 13809 reported on Savannah in Dividers methods of
  TH1/2Editors (thanks to Axel).
- improved performance of both histogram editors.
- memory leak fixes.
- comment fixes.
- code layout changes of TH1/2 editors to make the code readable
  (some lines had > 150 symbols).

Revision 13358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 25 09:56:35 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10840 byte(s)
Diff to previous 12646
From Ilka:
Using the faster version of InheritsFrom(TClass*) instead of InheritsFrom(const char*)
where possible in the editors' code.

Revision 12646 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 10:01:46 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10833 byte(s)
Diff to previous 11844
From Ilka:
Fix remaining coding conventions violations in ged.

Revision 11844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 16:22:37 2005 UTC (9 years, 8 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10823 byte(s)
Diff to previous 11843
From Ilka:
Additional fix for :
- TGedEditor.cxx - change the height in the Show() method too
- TGraphEditor - fix a side effect seen in ntuple1.C

- draw2dopt.C - change the canvas name to "surfopt" to avoid overwriting on
Windows
  (Thanks to Philippe)

Revision 11843 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 14:39:22 2005 UTC (9 years, 8 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10719 byte(s)
Diff to previous 11789
From Ilka:
ged/src/TGedEditor.cxx
-  change the height in the constructor to avoid scrollbars

ged/src/TGraphEditor.cxx
-  graph editor works for TGraphErrors objects too

tutorials/draw2dopt.C
-  change the canvas name from "surfaces" to "Surfaces" to avoid overwriting
the macro surfaces.C when saving  this canvas  as  a macro .C file via Save
menu.

Revision 11789 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 14 00:19:58 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10711 byte(s)
Diff to previous 11053
From Ilka:
- TGedEditor.cxx - if the canvas window is maximized the global editor
  appears in the bottom right corner of the canvas window
- fixes of errors reported in the violation table by Jose Lo

Revision 11053 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 8 11:00:11 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10702 byte(s)
Diff to previous 11045
From Ilka:
an additional fix in TGraphEditor following a recent change in the GUI button classes: signal Clicked(Int_t) is replaced by Pressed(Int_t) in the method TGraphEditor::ConnectSignals2Slots()

Revision 11045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 7 14:55:43 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10705 byte(s)
Diff to previous 10499
From Ilka:
Fix in TGraphEditor following a recent change in the GUI functions

Revision 10499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 8 17:29:33 2004 UTC (10 years, 2 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10735 byte(s)
Diff to previous 10115
From Ilka:
TGraphEditor.h, cxx:
- reorder enum var to use widgets' ids directly in signals/slots
communications
- connect the button-group widget Clicked signal to the slot DoShape
- change the signature of DoMarkerOnOff slot to use directly the sent
info by Toggled signal
- code changes according to these new connections
- cosmetic layout changes of the code according to the ROOT coding rules
- cursor changes to kWatch if the graph has many points and the drawing
takes time

TH1/2Editor.cxx
- do not activate histogram editors if the entries == 0

Revision 10115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 05:20:37 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 10747 byte(s)
Diff to previous 9979
From Carsten Hof
- added lots of comments to the TGraphEditor
- shortened the source code
- attached a picture for the online documentation

Revision 9979 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 10 19:11:37 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 11180 byte(s)
Diff to previous 9766
From Carsten Hof
Several changes, in particular the Axis on/off checkbox is removed

Revision 9766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 16 15:07:56 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12103 byte(s)
Diff to previous 9715
Replace statements like
   fGraph->GetDrawOption
or
   fGraph->SetDrawOption(opt)
by
  GetDrawOption()
  SetDrawOption(opt)
The Get/setDrawOption are the new functions in TGedFrame overloading
the TObject functions.

Revision 9715 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 10 16:45:21 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12043 byte(s)
Diff to previous 9664
iFrom Carsten Hof
Fix a problem (multiple initialisation of a widget)

Revision 9664 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Aug 3 15:56:50 2004 UTC (10 years, 5 months ago) by brun
Original Path: trunk/ged/src/TGraphEditor.cxx
File length: 12018 byte(s)
From Carsten Hof:
First attempt to implement the TGraph editor

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9