Log of /trunk/gui/ged/src/TH1Editor.cxx
Parent Directory
Revision
49086 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 5 08:47:51 2013 UTC (21 months, 2 weeks ago) by
bellenot
File length: 101073 byte(s)
Diff to
previous 48046
Import rev.49085 from 5-34-patches: Add missing initialisation of the "Bar Option" check box, leading to keeping the check box checked when switching from an histogram draw with "BAR" option to another one without that option. Thanks to Axel for reporting this.
Revision
48046 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 14 15:35:16 2012 UTC (2 years, 1 month ago) by
rdm
File length: 101037 byte(s)
Diff to
previous 41280
From Ioan:
Replace the trunk code that uses the deprecated TH1::kCanRebin bit with
the new methods TH1::CanExtendAllAxes() and TH1::SetCanExtend() - see r47909,
r48012 and r48031. The old TH1::kCanRebin bit did not really have much to
do with histogram rebinning, but rather with extending the limits of the
histogram's axes (which can cause a rebin, but only in some cases). As such,
the word "Rebin" has been replaced with "Extend" for the new methods.
Rename TH1::RebinAxis() to TH1::ExtendAxis() for the reasons stated above.
The TH1::RebinAxis() method will be kept in v6-00 for backward compatibility
with an obsolete warning and will be removed in v6-02. The current
implementation simply forwards the call to TH1::ExtendAxis().
Revision
31790 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 10 14:14:17 2009 UTC (5 years, 1 month ago) by
bellenot
File length: 100350 byte(s)
Diff to
previous 23115
- Check validity of pointers returned by dynamic_cast (coverity)
- Fix memory leaks by properly delete allocated arrays (coverity)
- Fix uninitialized variable (valgrind)
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/TH1Editor.cxx
File length: 99713 byte(s)
Diff to
previous 16353
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
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/TH1Editor.cxx
File length: 103393 byte(s)
Diff to
previous 14336
- 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
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/TH1Editor.cxx
File length: 101964 byte(s)
Diff to
previous 13508
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
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/TH1Editor.cxx
File length: 101944 byte(s)
Diff to
previous 13379
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
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/TH1Editor.cxx
File length: 95216 byte(s)
Diff to
previous 10425
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
10425 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 29 13:57:53 2004 UTC (10 years, 2 months ago) by
brun
Original Path:
trunk/ged/src/TH1Editor.cxx
File length: 95175 byte(s)
Diff to
previous 10148
From Ilka:
TH2Editor:
The line:
fPad->GetCanvas()->Selected(fPad, fHist, 0);
is replaced by:
fModel = fHist;
Refresh();
to avoid calling SetModel method of all object editors.
Refresh() method updates the current GUI according to new object attributes.
I did not remove the replaced code, just I have commented it.
Revision
9829 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 24 09:32:31 2004 UTC (10 years, 5 months ago) by
brun
Original Path:
trunk/ged/src/TH1Editor.cxx
File length: 53562 byte(s)
Diff to
previous 9778
From Carsten Hof
new features in TH2Editor:
- Enable/Disable the "Cont"-Label
- Changing the Frame Fill Color and the Frame Fill Style
- in 3D-Plot + Cartesian Coordinates you can see the new axis range as a box
when you push the "Delayed drawing" Checkbutton (it works =) :))))
Problem(s):
- the Frame Fill Color/Style is still kept when switching to a 2D-Plot
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.