Ignore:
Timestamp:
Jun 1, 2010, 6:36:22 PM (14 years ago)
Author:
garnier
Message:

update from CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/History

    r1274 r1288  
    1 $Id: History,v 1.143 2010/05/20 07:56:21 allison Exp $
     1$Id: History,v 1.150 2010/06/01 16:14:10 allison Exp $
    22
    33-------------------------------------------------------------------
     
    2626History file for visualization management sub-category
    2727------------------------------------------------------
     28
     291st June 2010  John Allison  (visman-V09-03-07)
     30- G4VisManager:
     31  o Made fVerbosity and GetVerbosity static (saves having to get vis
     32    manager pointer).
     33  o Some tidying.
     34- G4VisCommandsSceneAdd.cc: Fixed compiler warning.
     35
     3630th May 2010  John Allison  (visman-V09-03-06)
     37- Added /vis/scene/add/digiti[sz]ations.
     38- Added /vis/filtering/digi.
     39- G4VisManager, G4VisExecutive: Added registration and methods for digis.
     40- G4VSceneHandler: Added AddCompound(const G4VDigi&).
     41
     4229th May 2010  John Allison  (visman-V09-03-05)
     43- Co-works greps-V09-03-01 and tracking-V09-03-03.
     44- G4VisManager:
     45  o Introduced DispatchToModel without i_mode.
     46  o Moved i-mode deprecation warning to G4VTrajectory.
     47- G4VSceneHandler.cc:
     48  o Moved i-mode deprecation warning to G4VTrajectory.
     49- G4VisCommandsViewer.cc: /vis/viewer/rebuild:
     50  o Added sceneHandler->ClearTransientStore().
     51  o Added viewer->Set/Clear/DrawView().
     52
     5328th May 2010  John Allison  (visman-V09-03-04)
     54- G4VisManager, G4VisExecutive:
     55  Introduced optional verbosity string argument in constructor.  You
     56  can now write, for example:
     57    G4VisManager* visManager = new G4VisExecutive("quiet");
     58  Note that the default is "warnings":
     59    G4VisManager* visManager = new G4VisExecutive;
     60
     6128th May 2010  John Allison  (visman-V09-03-03)
     62- Co-works interfaces-V09-03-04.
     63- G4VisExecutive.icc: Change order of flags to follow G4UIExecutive.
     64
     6526th May 2010  John Allison  (visman-V09-03-02)
     66- G4VisExecutive.icc: Added drivers with generic nicknames:
     67  o OGL, OGLI, OGLS, OI.
     68  o The specific driver depends on G4VIS_USE and G4UI_USE flags.  So,
     69    for example, "/vis/open OGL" might open an OGLSX window on X or an
     70    OGLSWin32 on Windows.  It means that example vis.mac scripts can
     71    be written with this generic command that will work on all systems
     72    and all user choices.  In particular, it will open an OGLSQt
     73    window in a G4UIQt session.
    2874
    297520th May 2010  John Allison  (visman-V09-03-01)
Note: See TracChangeset for help on using the changeset viewer.