| 1 | $Id: History,v 1.30 2010/10/06 15:49:24 allison Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | History file for visualization/XXX sub-category (a template graphics system)
|
|---|
| 21 | ---------------------------------------------------------------------------
|
|---|
| 22 |
|
|---|
| 23 | 6th October 2010 John Allison (visXXX-V08-03-00)
|
|---|
| 24 | - G4XXXSGViewer.cc, G4XXXStoredViewer.cc:
|
|---|
| 25 | o Added default colour and default text colour to list of parameters
|
|---|
| 26 | that trigger a kernel visit.
|
|---|
| 27 |
|
|---|
| 28 | 21st October 2009 John Allison (visXXX-V09-02-00 coworks greps-V09-02-02)
|
|---|
| 29 | - Added AddCompound (const G4THitsMap<G4double>&) methods.
|
|---|
| 30 | o Prevents warnings about hiding - calls G4VSceneHandler base class.
|
|---|
| 31 |
|
|---|
| 32 | 5th November 2006 John Allison (visXXX-V08-01-06)
|
|---|
| 33 | - Protect against zero materials pointer.
|
|---|
| 34 |
|
|---|
| 35 | 26th October 2006 John Allison (visXXX-V08-01-05)
|
|---|
| 36 | - Improved print out.
|
|---|
| 37 | - Followed modeling-V08-01-08.
|
|---|
| 38 |
|
|---|
| 39 | 24th October 2006 John Allison (visXXX-V08-01-04; co-works greps-V08-01-08)
|
|---|
| 40 | - G4XXXStoredSceneHandler.cc: Followed change to G4VisAttributes in
|
|---|
| 41 | greps-V08-01-08 (change GetAttValues to CreateAttValues).
|
|---|
| 42 |
|
|---|
| 43 | 13th September 2006 John Allison (visXXX-V08-01-03)
|
|---|
| 44 | - G4XXXStoredSceneHandler.cc: Improved G4Att printing and checking.
|
|---|
| 45 |
|
|---|
| 46 | 29th August 2006 John Allison (visXXX-V08-01-02)
|
|---|
| 47 | - G4XXXSG/StoredViewer::CompareForKernelVisit: Minor tidying.
|
|---|
| 48 |
|
|---|
| 49 | 10th July 2006 John Allison (visXXX-V08-01-01)
|
|---|
| 50 | - G4XXXStoredSceneHandler.cc: Gets solid's G4Atts created by
|
|---|
| 51 | G4PhysicalVolumeModel.
|
|---|
| 52 |
|
|---|
| 53 | 3rd July 2006 John Allison (visXXX-V08-01-00)
|
|---|
| 54 | - General tidy and improvement to XXXFile.
|
|---|
| 55 |
|
|---|
| 56 | 4th May 2006 John Allison (visXXX-V08-00-04)
|
|---|
| 57 | - Improved protection for null models and parameters.
|
|---|
| 58 |
|
|---|
| 59 | 19th April 2006 John Allison (visXXX-V08-00-03)
|
|---|
| 60 | - Cosmetic improvement of legibility.
|
|---|
| 61 |
|
|---|
| 62 | 8th March 2006 John Allison (visXXX-V08-00-02)
|
|---|
| 63 | - Added G4XXXFile, G4XXXStored, G4XXXSG.
|
|---|
| 64 |
|
|---|
| 65 | 8th February 2006 John Allison (visXXX-V08-00-01)
|
|---|
| 66 | - Improved handling of DrawnPVPath:
|
|---|
| 67 | o Added G4XXXSceneHandler::Begin/EndModeling().
|
|---|
| 68 | o G4XXXSceneHandler::EndModeling: Cleared stores.
|
|---|
| 69 | o G4XXXSceneHandler::PreAddSolid: Tidied.
|
|---|
| 70 |
|
|---|
| 71 | 26th January 2006 John Allison (visXXX-V08-00-00)
|
|---|
| 72 | - Added code to use volume hierarchy path. Needs modeling-V08-00-01.
|
|---|
| 73 |
|
|---|
| 74 | 22nd November 2005 John Allison (visXXX-V07-01-02)
|
|---|
| 75 | - Simplified guidance.
|
|---|
| 76 |
|
|---|
| 77 | 13th October 2005 John Allison (visXXX-V07-01-01)
|
|---|
| 78 | - Migrated to <sstream>.
|
|---|
| 79 |
|
|---|
| 80 | 2nd September 2005 John Allison (visXXX-V07-01-00)
|
|---|
| 81 | - Improved guidance fro rendering polyhedron objects.
|
|---|
| 82 |
|
|---|
| 83 | 7th June 2005 John Allison (visXXX-V07-00-00)
|
|---|
| 84 | - Fixed unused parameter warnings.
|
|---|
| 85 |
|
|---|
| 86 | 1st June 2005 John Allison
|
|---|
| 87 | - Removed scene count and included some ongoing developments to do
|
|---|
| 88 | with making a consistent geometry hierarchy in presence of culled
|
|---|
| 89 | volumes.
|
|---|
| 90 |
|
|---|
| 91 | 12th November 2003 John Allison
|
|---|
| 92 | - Added G4XXXSceneHandler::ClearTransientStore.
|
|---|
| 93 |
|
|---|
| 94 | 6th November 2003 John Allison (vis-V05-02-03)
|
|---|
| 95 | - G4XXXViewer: improved comments.
|
|---|
| 96 |
|
|---|
| 97 | 4th October 2003 Gabriele Cosmo (vis-V05-02-01)
|
|---|
| 98 | - Simplified GNUmakefile.
|
|---|
| 99 |
|
|---|
| 100 | 11th November 2002 John Allison
|
|---|
| 101 | - Moved header inclusions from .hh to .cc.
|
|---|
| 102 | - Tidied AddThis(traj) and improved (square) and (circle).
|
|---|
| 103 |
|
|---|
| 104 | 16th November 2001 John Allison
|
|---|
| 105 | - Added G4XXXDEBUG.
|
|---|
| 106 |
|
|---|
| 107 | 24th August 2001 John Allison (vis-V03-02-13)
|
|---|
| 108 | - Added example unpacking code for G4Polyhedron objects.
|
|---|
| 109 |
|
|---|
| 110 | 17th August 2001 John Allison (vis-V03-02-12)
|
|---|
| 111 | - Added template graphics system XXX.
|
|---|