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

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

Parent Directory Parent Directory


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

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: 13096 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/TPadEditor.cxx
File length: 13096 byte(s)
Diff to previous 20220
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 20220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 23:00:41 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13096 byte(s)
Diff to previous 17749
remove a bunch of $Name$ tags that were missed due to a problem in the
initial svn patch up script. Also add svn:keywords Id to all files not
having the property yet.

Revision 17749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 7 09:00:41 2007 UTC (7 years, 11 months ago) by antcheva
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13114 byte(s)
Diff to previous 17733
- removed obsolete class TGedToolBox
- cleanup of includes

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/TPadEditor.cxx
File length: 13120 byte(s)
Diff to previous 17477
- cleanup of includes

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/TPadEditor.cxx
File length: 13204 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/TPadEditor.cxx
File length: 13205 byte(s)
Diff to previous 15722
From Matevz:
Changes from TGedFrame.

Revision 15722 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 6 09:44:15 2006 UTC (8 years, 6 months ago) by antcheva
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13777 byte(s)
Diff to previous 15526
- in previous patch fBsize->Connect(...) was deleted by mistake

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/TPadEditor.cxx
File length: 13699 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/TPadEditor.cxx
File length: 13462 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/TPadEditor.cxx
File length: 13442 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/TPadEditor.cxx
File length: 13333 byte(s)
Diff to previous 12848
From Ilka:
Using the faster version of InheritsFrom(TClass*) instead of InheritsFrom(const char*)
where possible in the editors' code.

Revision 12848 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 26 14:03:20 2005 UTC (9 years, 3 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13326 byte(s)
Diff to previous 12076
From Ilka:
This patch fixes memory leaks in the axis, pad and pave-stats editors
introduced recently by layout fixes.

Revision 12076 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 18 09:57:54 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13024 byte(s)
Diff to previous 11789
From Bertrand Bellenot:
Some layout changes. Solves a few alignment problems.

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/TPadEditor.cxx
File length: 13026 byte(s)
Diff to previous 11062
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 11062 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 8 15:47:09 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13038 byte(s)
Diff to previous 10370
From Ilka:
fixes a typo in a label of the pad editor (thanks to Olivier).

Revision 10370 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 21 10:01:27 2004 UTC (10 years, 3 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13038 byte(s)
Diff to previous 10215
From Ilka:
ged/inc/LinkDef.h - added new TArrowEditor
ged/src/TAxisEditor.cxx, TPadEditor.cxx, TPaveStatsEditor.cxx - replaced
dynamic_cast with static one

Revision 10215 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 5 15:38:46 2004 UTC (10 years, 3 months ago) by rdm
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13052 byte(s)
Diff to previous 9388
From Ilka:
the radio buttons of the Border Mode button group
should be set explicitly as exclusive to show only one selected at time.
It was the default case before if I remember well. No idea what of last
GUI changes requires that.

Revision 9388 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 5 06:42:05 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 13012 byte(s)
Diff to previous 9376
Add more comments in headers.
Rename gif files

Revision 9376 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 2 15:43:56 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 12396 byte(s)
Diff to previous 9320
from Ilka
add pictures showing the ged for all classes supporting the new editor

Revision 9320 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jun 25 17:13:23 2004 UTC (10 years, 7 months ago) by brun
Original Path: trunk/ged/src/TPadEditor.cxx
File length: 12339 byte(s)
From Ilka:
- implemented new method ConnectSignals2Slots() to avoid non pleasant
behavior of selected object in the canvas;
- improved comments;
- TGGroupFrame::DrawBorder() - fix in border drawing to avoid extra space
in the bottom of the group frame;
-TRootCanvas::ReallyDelete() - missing a call to DeleteEditors() method;


TPadEditor class provides GUI for an easy control of pad/canvas attributes.
Users can set log scales, ticks and grids along x, y,z; border mode and
size, etc.

TPaveStatsEditor provides GUI for editing TPaveStats options.

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