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

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

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 11525 byte(s)
Diff to previous 23115
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

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: 11525 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/TCurlyLineEditor.cxx
File length: 11525 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/TCurlyLineEditor.cxx
File length: 11525 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/TCurlyLineEditor.cxx
File length: 11588 byte(s)
Diff to previous 18220
remove :$ from tag line

Revision 18220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 9 15:09:12 2007 UTC (7 years, 10 months ago) by antcheva
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11598 byte(s)
Diff to previous 17733
Improved editors' layout on Windows
and removed some intermediate container frames

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

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/TCurlyLineEditor.cxx
File length: 11592 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/TCurlyLineEditor.cxx
File length: 11877 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/TCurlyLineEditor.cxx
File length: 11790 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/TCurlyLineEditor.cxx
File length: 11736 byte(s)
Diff to previous 13358
fix cvs ident line that was missing trailing $.

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

Revision 13095 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 31 21:49:23 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11746 byte(s)
Diff to previous 11789
The CurlyLine was set by mistake to kFALSE instead of kTRUE.
The convention was also incorrect in TCurlyLineEditor.

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/TCurlyLineEditor.cxx
File length: 11742 byte(s)
Diff to previous 10918
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 10918 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 13 21:24:53 2005 UTC (10 years ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11748 byte(s)
Diff to previous 10811
From Ilka:
Fix typos in:
ged/src/TArrowEditor.cxx
ged/src/TCurlyArcEditor.cxx
ged/src/TCurlyLineEditor.cxx

These  editors  were  added  to  the  TAttLine ::Class()  because  of code
copy/paste  errors with very bad side effect.

Revision 10811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 16 14:40:24 2004 UTC (10 years, 1 month ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11746 byte(s)
Diff to previous 10810
From Ilka:
Fixes in the comments of the TCurly...editors

Revision 10810 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 16 13:56:57 2004 UTC (10 years, 1 month ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11754 byte(s)
Diff to previous 10799
From Ilka:
Set kNELNOLimits for coord number entries.
Change chaeck button label.

Revision 10799 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 20:18:25 2004 UTC (10 years, 1 month ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11814 byte(s)
Diff to previous 10792
From Ilka
Some cleanup in Otto's code

Revision 10792 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 15 14:21:09 2004 UTC (10 years, 1 month ago) by brun
Original Path: trunk/ged/src/TCurlyLineEditor.cxx
File length: 11119 byte(s)
From Otto Schaile
New classes TCurlyArcEditor and TCurlyLineEditor

Mods in TArrowEditor.

Note that the widget layouts have still to be improved before the release.

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