[root] / trunk / gui / qtgsi / src / TQCanvasMenu.cxx Repository:
ViewVC logotype

Log of /trunk/gui/qtgsi/src/TQCanvasMenu.cxx

Parent Directory Parent Directory


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

Revision 48371 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 22 14:39:00 2013 UTC (2 years ago) by bellenot
File length: 8343 byte(s)
Diff to previous 44507
Add a couple of protections against potential invalid values (negative index and null pointer)

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: 8320 byte(s)
Diff to previous 42667
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 42667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 11:38:02 2012 UTC (3 years ago) by bellenot
File length: 8305 byte(s)
Diff to previous 41272
Fix coverity #36613 Uninitialized pointer read

Revision 41272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 7 11:51:30 2011 UTC (3 years, 3 months ago) by bellenot
File length: 8254 byte(s)
Diff to previous 35527
Fix coverity reports #32499 & #32500 (uninitialized scalar variables)

Revision 35527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 12:27:01 2010 UTC (4 years, 4 months ago) by brun
File length: 8243 byte(s)
Diff to previous 35505
do not include snprintf.h

Revision 35505 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 08:18:20 2010 UTC (4 years, 4 months ago) by brun
File length: 8265 byte(s)
Diff to previous 35480
Fix strlcpy calls

Revision 35480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 18:39:42 2010 UTC (4 years, 4 months ago) by brun
File length: 8265 byte(s)
Diff to previous 34657
Do not include snprintf.h

Revision 34657 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 29 14:17:22 2010 UTC (4 years, 5 months ago) by bellenot
File length: 8265 byte(s)
Diff to previous 33896
Uninitialized variables (coverity)

Revision 33896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 08:02:13 2010 UTC (4 years, 7 months ago) by bellenot
File length: 8201 byte(s)
Diff to previous 27157
Fix several coverity reports (uninitialized variables and possible buffer overflows)

Revision 27157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 15 14:05:12 2009 UTC (6 years ago) by brun
File length: 8056 byte(s)
Diff to previous 23115
From Axel:
Replace all references to Text_t by char, still keeping the definition in Rtypes.h

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: 8070 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/qtgsi/src/TQCanvasMenu.cxx
File length: 8070 byte(s)
Diff to previous 20724
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 20724 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 8 16:38:57 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/qtgsi/src/TQCanvasMenu.cxx
File length: 8070 byte(s)
Diff to previous 19826
From Christian Holm:
- updates for the Debian build system
- new MIPS and HPPA linux architectures supported
- added better checks for Qt4 
- added support for external FTGL package is desired

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/qtgsi/src/TQCanvasMenu.cxx
File length: 7912 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/qtgsi/src/TQCanvasMenu.cxx
File length: 7966 byte(s)
Diff to previous 17553
remove :$ from tag line

Revision 17553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 29 10:06:51 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/qtgsi/src/TQCanvasMenu.cxx
File length: 7976 byte(s)
Diff to previous 14654
Add explicit inclusion of "TClass.h" in view of a future removal of TClass.h
from TQObject.h.

Revision 14654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 12 10:07:21 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/qtgsi/src/TQCanvasMenu.cxx
File length: 7955 byte(s)
Diff to previous 14644
-Big cleanup of the qtgsi code.
-Replace many includes by forward declarations.
-Remove unnecessary includes in the implementation files
-Generate the dictionary for all qtgsi classes

Revision 14644 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Apr 11 16:33:46 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/qtgsi/src/TQCanvasMenu.cxx
File length: 7952 byte(s)
From Denis Bertini and M. Al-Turany:
Lightweight Qt ROOT interface, that will allow both Qt and ROOT GUI's
to run at the same time controlled from a Qt eventloop. Also it supports
ROOT canvas and pad embedding in Qt frame widgets. In the test directory
two examples are given (some portability issues with the examples still
need to be solved). Integration n ROOT source and testing by Bertrand.
To enable it do ./configure --enable-qtgsi.

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