[root] / trunk / core / base / src / TContextMenu.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TContextMenu.cxx

Parent Directory Parent Directory


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

Revision 30778 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 16 15:51:59 2009 UTC (5 years, 3 months ago) by rdm
File length: 14626 byte(s)
Diff to previous 29571
hide #pragma GCC from Intel compiler.

Revision 29571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 24 10:55:28 2009 UTC (5 years, 6 months ago) by rdm
File length: 14605 byte(s)
Diff to previous 29535
From Bertrand:
fix for previous patch concerning dynamic strings. Preserve previous ownership
model.

Revision 29535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 23 13:02:00 2009 UTC (5 years, 6 months ago) by rdm
File length: 14609 byte(s)
Diff to previous 26606
From Bertrand:
Replace a fix size char array by a TString. This fixes a problem reported
in savannah:
   bug #53508, TObjString in .root file (http://savannah.cern.ch/bugs/?53508)
This issue is due to TObjArray->GetName() returning its fString member value,
which can be very long...

Revision 26606 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 2 20:36:09 2008 UTC (6 years, 1 month ago) by pcanal
File length: 14497 byte(s)
Diff to previous 24704
Following Igor Smirnov analysis fix several memory leaks, add checks for null pointer dereference, fix or add copy constructor and assignment operator when applicable, make the copy constructor and assignment operator private when the objects are not intended to be copiable.

Revision 24704 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 12:18:09 2008 UTC (6 years, 6 months ago) by brun
File length: 15524 byte(s)
Diff to previous 22961
From Axel:
allow G__DataMemberInfo to be created given a G__ClassInfo using the TInterpreter interface; fixes a crash when TClass is browsing data members.
Initialize TContextMenu::fCalledObject.

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 15472 byte(s)
Diff to previous 22527
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 22527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 16:37:03 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15472 byte(s)
Diff to previous 21589
more gcc 4.3 warning fixes. Remains only some warning in Cint, Reflex
and xrootd.

Revision 21589 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 8 16:26:06 2008 UTC (7 years ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15443 byte(s)
Diff to previous 20877
silence strict-aliasing warning.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15247 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/base/src/TContextMenu.cxx
File length: 15247 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/base/src/TContextMenu.cxx
File length: 15302 byte(s)
Diff to previous 16085
remove :$ from tag line

Revision 16085 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 22 18:27:38 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15312 byte(s)
Diff to previous 15742
From Matevz:
In ProcessMessage(Long_t, Long_t, Long_t): store current pad via
TObjectSpy.

Revision 15742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 9 05:27:55 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15467 byte(s)
Diff to previous 15176
From Eddy:
Fix many typos in comments

Revision 15176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 09:27:12 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15462 byte(s)
Diff to previous 15134
Fix coding conventions violations

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 15405 byte(s)
Diff to previous 14336
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

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/base/src/TContextMenu.cxx
File length: 14439 byte(s)
Diff to previous 13356
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 13356 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 24 23:30:06 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14420 byte(s)
Diff to previous 13300
Remove code of obsolete win32old version. Cleanup source from the many
GDK_WIN32 ifdef's. Fixes also Gordon's problem of TInterpreter which
depended on GDK_WIN32.

Revision 13300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 11:17:18 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14915 byte(s)
Diff to previous 13258
coding style fixes.

Revision 13258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 16 20:11:59 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14909 byte(s)
Diff to previous 12921
White spaces and comments update

Revision 12921 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 10 11:31:43 2005 UTC (9 years, 3 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14922 byte(s)
Diff to previous 11907
From Ilka:
The attached file contains the changes described below that allow users
to change the title of the context menu by:

TObject *anyObj;
anyObj->IsA()->SetContextMenuTitle("myTitle");

- new data member and corresponding setter and getter methods added in TClass:
   TString         fContextMenuTitle;  //context menu title
   const char     *GetContextMenuTitle() const { return fContextMenuTitle; }
   void            SetContextMenuTitle(const char *title);

- changes in TContextMenu::CreatePopupTitle(TObject *object) method

This feature was requested by Giorgio De Nunzio on roottalk.

Revision 11907 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 30 10:21:14 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14523 byte(s)
Diff to previous 4522
From Valeriy:
- TSystemFile. New methods Rename, Delete, Copy, Move  added.
  These methods can be invoked via ContextMenu  (press right mouse button)
  in ROOT browser.
- TRootBrowser. More improvments in browsing history navigation added.

Revision 4522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 11 14:36:31 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14306 byte(s)
Diff to previous 4324
Set local variable method t zero  to avoid a compiler warning.

Revision 4324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 8 15:06:08 2002 UTC (12 years, 9 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 14302 byte(s)
Diff to previous 4315
signature change in Execute() (TMethod to TFunction) for the call using
a TObjArray of arguments. Change needed after Damir's enhancements.

Revision 4315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 5 11:39:21 2002 UTC (12 years, 9 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 13951 byte(s)
Diff to previous 4313
fix in TDataMember::SetterMethod() to take into account that Bool_t is now
actually a bool (this fixes the TPad SetEditable, and other, Bool_t argument
methods in the context menus).

Revision 4313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 4 17:32:14 2002 UTC (12 years, 9 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 13964 byte(s)
Diff to previous 3315
make the context menus customizable, i.e. change titles and add/remove actions.
Two new tutorials demonstrate the functionality. Contribution by Damir Buskulic.

Revision 3315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 28 15:58:13 2001 UTC (13 years, 1 month ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 10071 byte(s)
Diff to previous 2272
added ifdef's for win32gdk case.

Revision 2272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 24 16:23:52 2001 UTC (13 years, 8 months ago) by brun
Original Path: trunk/base/src/TContextMenu.cxx
File length: 10005 byte(s)
Diff to previous 3
Remove a useless Printf in case of Win32.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/src/TContextMenu.cxx
File length: 9943 byte(s)
Copied from: branches/rdm/base/src/TContextMenu.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/src/TContextMenu.cxx
File length: 9943 byte(s)
Initial import of ROOT into CVS

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