Log of /trunk/core/base/src/TContextMenu.cxx
Parent Directory
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
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
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.
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.