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

Log of /trunk/gui/gui/src/TGCommandPlugin.cxx

Parent Directory Parent Directory


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

Revision 38842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 14 12:07:24 2011 UTC (3 years, 9 months ago) by bellenot
File length: 5152 byte(s)
Diff to previous 27475
Change the text highlighing colors

Revision 27475 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 18 10:04:21 2009 UTC (5 years, 11 months ago) by bellenot
File length: 5152 byte(s)
Diff to previous 23115
Replace Form() by TString::Format()

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: 5051 byte(s)
Copied from: trunk/gui/src/TGCommandPlugin.cxx revision 23114
Diff to previous 21386
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

Revision 21386 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 10:06:14 2007 UTC (7 years, 1 month ago) by brun
Original Path: trunk/gui/src/TGCommandPlugin.cxx
File length: 5051 byte(s)
Diff to previous 20900
From Bertrand:
- Added missing classes documentation.

Revision 20900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 14:49:51 2007 UTC (7 years, 2 months ago) by brun
Original Path: trunk/gui/src/TGCommandPlugin.cxx
File length: 4812 byte(s)
Diff to previous 20882
From Bertrand:
- Fixes uninitialized memory reads and memory leaks reported by Rational
Purify

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/gui/src/TGCommandPlugin.cxx
File length: 4852 byte(s)
Diff to previous 20617
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 20617 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 13:41:38 2007 UTC (7 years, 2 months ago) by antcheva
Original Path: trunk/gui/src/TGCommandPlugin.cxx
File length: 4852 byte(s)
Diff to previous 20516
From Bertrand:
Cleanup temporary log file in destructor.

Revision 20516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 26 16:17:33 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGCommandPlugin.cxx
File length: 4740 byte(s)
Copied from: branches/dev/bertrand/gui/src/TGCommandPlugin.cxx revision 20514
Diff to previous 20176
From Bertrand:
merged bertrand dev branch changes r20120:20514 into the trunk.

Main new feature is the new TBrowser. To turn it on by default
change the Browser.Name option in rootrc.

Here the detailed ChangeLog:

- Renamed TRootBrowser TRootBrowserLite
 - Introduced the new class TRootBrowser, consisting of three 
   main tabs, as shown below:
    ______________
   |   |          |
   |   |          |
   |   |__________|
   |   |          |
   |___|__________|
   
   All tabs can 'swallow' frames, thanks to the new method:
      ExecPlugin(const char *name = 0, const char *fname = 0, 
                 const char *cmd = 0, Int_t pos = kRight, 
                 Int_t subpos = -1)
   allowing to select plugins (can be a macro or a command) 
   to be executed, and where to embed the frame created by 
   the plugin. Examples:

   // create a new browser:
   TBrowser b;

   // create a new TCanvas in a new top right tab element:
   b.ExecPlugin("Canvas", 0, "new TCanvas()");
   
   // creates a new top right tab element embedding the 
   // TGMainFrame created by the macro 'myMacro.C': 
   b.ExecPlugin("MyPlugin", "myMacro.C");
 
   // creates a new bottom tab element embedding the 
   // TGMainFrame created by the macro 'myMacro.C': 
   b.ExecPlugin("MyPlugin", "myMacro.C", 0, TRootBrowser::kBottom);
 
 - new class TGFileBrowser, a file browser plugin for the new TRootBrowser
 - new class TGCommandPlugin, a command I/O plugin for the new TRootBrowser
 - new class TGHtmlBrowser, a html browser plugin for the new TRootBrowser
 - new TBrowserImp plugin used to load the selected TBrowser implementation
 - the browser implementation can be selected via the env 'Browser.Name' in
   .rootrc, (can be TRootBrowser or TRootBrowserLite) the default being
   TRootBrowserLite
 - a list of options (plugins) for the new TRootBrowser is also specified
   via the env 'Browser.Options' in .rootrc, default being: FEHCI
   Here is the list of available options:
   F: File browser E: Text Editor H: HTML browser C: Canvas I: I/O
   redirection P: Proof G: GL viewer
 - modified TRootGuiFactory, used to create the real TBrowser
   implementation.

Revision 20176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 2 13:01:51 2007 UTC (7 years, 3 months ago) by bellenot
Original Path: branches/dev/bertrand/gui/src/TGCommandPlugin.cxx
File length: 4740 byte(s)
Diff to previous 20141
Add check if Application is a TRint (aka command line)

Revision 20141 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 29 10:34:34 2007 UTC (7 years, 3 months ago) by bellenot
Original Path: branches/dev/bertrand/gui/src/TGCommandPlugin.cxx
File length: 4502 byte(s)
Diff to previous 20140
Coding conventions

Revision 20140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 29 10:32:12 2007 UTC (7 years, 3 months ago) by bellenot
Original Path: branches/dev/bertrand/gui/src/TGCommandPlugin.cxx
File length: 4422 byte(s)
Diff to previous 20128
Add comments

Revision 20128 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Sep 28 09:34:07 2007 UTC (7 years, 3 months ago) by bellenot
Original Path: branches/dev/bertrand/gui/src/TGCommandPlugin.cxx
File length: 4387 byte(s)
Introduce new implementation of TRootBrowser

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