Skip to content
Snippets Groups Projects
  1. Jun 22, 2008
  2. Jun 20, 2008
  3. Jun 01, 2008
  4. May 30, 2008
  5. May 14, 2008
  6. May 12, 2008
    • Rene Brun's avatar
      From Axel: · 0891d3bf
      Rene Brun authored
      TH1, TSpider: update doc to respect new dir structure.
      config: use new search; use more appropriate input path
      etc: standard footer now also displays when the html page was generated, CSS has new styles ("SIGNAL" etc, search box).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23800 27541ba8-7e3a-0410-8455-c3a389f83636
      0891d3bf
  7. Apr 09, 2008
  8. Mar 11, 2008
    • Rene Brun's avatar
      From Gerri: · 49685526
      Rene Brun authored
              A few fixes to run the TProofCondor plugin:
              - Adapt the signatures of the main constructors of TProofCondor and TProofPEAC
                (and of the related plug-in handlers) to the one of TProof.
              - Add the possibility to trigger the load of a generic TProof-derived plugin via
                a directive the xrootd config file 'xpd.proofplugin', e.g. 'xpd.proofplugin condor:'
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22582 27541ba8-7e3a-0410-8455-c3a389f83636
      49685526
  9. Mar 10, 2008
  10. Mar 07, 2008
  11. Jan 30, 2008
    • Fons Rademakers's avatar
      From Anar Manafov: · ff13bc48
      Fons Rademakers authored
      plugin for gLite using TGrid interface. The TGLite class defines an 
      interface to gLite GRID services. This class is a part of RGlite plug-in
      developed at GSI, Darmstadt.
      The RGLite plug-in uses glite-api-wrapper library (GAW) to perform Grid
      operations and provides the following featuries:
      - Workload Management System operations
      - File Catalog operations (gLite/LCG LFC API)
      - An executive logging
      - Support of an external xml configuration file with according XML schema
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21921 27541ba8-7e3a-0410-8455-c3a389f83636
      ff13bc48
  12. Jan 28, 2008
  13. Jan 25, 2008
  14. Jan 24, 2008
  15. Jan 11, 2008
  16. Dec 20, 2007
  17. Dec 19, 2007
  18. Dec 10, 2007
  19. Dec 04, 2007
  20. Dec 01, 2007
  21. Nov 29, 2007
  22. Nov 27, 2007
  23. Nov 23, 2007
  24. Nov 20, 2007
  25. Nov 16, 2007
  26. Nov 07, 2007
  27. Nov 06, 2007
  28. Oct 26, 2007
    • Fons Rademakers's avatar
      From Bertrand: · d42ca49b
      Fons Rademakers authored
      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.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20516 27541ba8-7e3a-0410-8455-c3a389f83636
      d42ca49b
  29. Oct 13, 2007
  30. Oct 12, 2007
  31. Sep 19, 2007
  32. Aug 10, 2007
    • Axel Naumann's avatar
      Stylesheet: return types / member types should not wrap. · 98efb1b0
      Axel Naumann authored
      erasing invalidates set::iter; work-around (for MSVC8)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@19595 27541ba8-7e3a-0410-8455-c3a389f83636
      98efb1b0
    • Axel Naumann's avatar
      * The info box in the class doc page is now only shown if javascript is... · 6dcfe35f
      Axel Naumann authored
      * The info box in the class doc page is now only shown if javascript is created; this makes the reference guide more suitable for e.g. TGHtml but also links/lynx etc. Achieved by writing the info box with javascript.
      * With !=1 as the third argument to THtml::MakeAll(), THtml will use a thread pool when generating the documentation. Added the necessary locks. Threads cannot create TCanvases which is a problem for TDocDirective; this remains to be fixed. As in: WARNING: don't pass numthreads != 1 if you have a TDocMacroDirective or TDocLatexDirective!
      * Fix constness of a few functions.
      * Don't put $ROOTSYS in front of module's source path
      * Fix a string index ==-1 problem in TDocParser::LocateMethodInCurrentLine() discovered with TMath
      * TDocDirective: don't delete returned objects if gPad has changed - it might be part of the TCanvas and thus deleted when deleting gPad.
      * Add a few gVirtualX->Update()s to reduce the amount of X11 errros.
      * Use ':' as the macro path delimiter, even on Windows.
      * Only initialize the graphics libs if needed.
      * Hack to change the new DeclFileName()s for ROOT from include/Whatever.h to module/inc/Whatever.h, so ViewCVS can display it.
      * Hack of hack to fix the DeclFileName() for TMVA.
      * Increase the font size of pre blocks; they were too small with TTF on linux.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@19593 27541ba8-7e3a-0410-8455-c3a389f83636
      6dcfe35f
  33. Jul 19, 2007
Loading