source: trunk/source/visualization/management/History @ 1259

Last change on this file since 1259 was 1258, checked in by garnier, 14 years ago

cvs update

File size: 28.8 KB
RevLine 
[1258]1$Id: History,v 1.142 2010/05/11 12:17:40 allison Exp $
[531]2
3-------------------------------------------------------------------
4
5     =========================================================
6     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
7     =========================================================
8
9                      Category History file
10                      ---------------------
11This file should be used by G4 developers and category coordinators
12to briefly summarize all major modifications introduced in the code
13and keep track of all category-tags.
14It DOES NOT substitute the  CVS log-message one should put at every
15committal in the CVS repository !
16
17     ----------------------------------------------------------
18     * Reverse chronological order (last date on top), please *
19     ----------------------------------------------------------
20
21      --------------------------------------------------------
22      * Started 31st May 2005.  Hitherto, management history *
23      * has been in the top visualization history file.      *
24      --------------------------------------------------------
25
26History file for visualization management sub-category
27------------------------------------------------------
[1258]28
2911th May 2010  John Allison  (visman-V09-03-00)
30- G4VSceneHandler:
31  o Follow change in generic section and cutaway interface.
32  o Trap use of user-defined DrawTrajectory and print i_mode warning.
33- G4VisCommandsSceneAdd.cc:
34  o Follow change in generic section and cutaway interface.
35  o Trap use of i_mode and print warning.
36- G4VisManager.cc:
37  o Trap use of i_mode and print warning.
38
[1242]399th March 2010 Laurent Garnier
40 - G4OpenGLViewer : Fix clipping when resizing non square size windows
41 
[1241]428th March 2010 Laurent Garnier
43-G4VisManager.cc : Add protection against null pointer
[531]44
[1228]4522nd November 2009  John Allison  (visman-V09-02-08)
46- G4VisCommandsSceneAdd.cc: /vis/scene/add/trajectories rich:
47  o Added G4RichTrajectoryPoint().GetAttDefs() to informational.
48
4917th November 2009  John Allison  (visman-V09-02-07)
50- Tagged.
51
[1196]5217th November 2009  Laurent Garnier
[1228]53- Allow arbitrary viewer deletion (fixes crash).
54  o G4VViewer::~G4VViewer: Removes itself from viewer list.
55  o G4VSceneHandler::~G4VSceneHandler: better algorithm for removing viewers
56  to handle viewer self removal.
[1196]57
[1168]5816th November 2009  Laurent Garnier
59-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
60
6114th November 2009  John Allison
62- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
63  (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
64
656th November 2009  John Allison
66- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
67  o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
68  o Write message about other options:
69    - /vis/open/gMocrenFile
70    - /score/draw.. commands.
71  o For hits that are not scoring maps, call DrawAllHits.
72
735th November 2009  John Allison
74- G4VSceneHandler.cc:
75  o ProcessScene: Added DrawEndOfRunModels().
76  o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
77
784th November 2009  John Allison
79- G4Scene: Added EndOfRunModelList.
80- G4VSceneHandler:
81  o Added DrawEndOfRunModels.
82  o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
83    using G4ScoringManager.  Still does nothing for scoring maps but
84    otherwise calls DrawAllHits.
85- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
86- G4VisCommandsSceneAdd: Added optional parameter:
87  o /vis/scene/add/psHits [scoring map name]
88
[1140]8930th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
90- Added /vis/scene/add/psHits.
91- G4VisManager.cc: As above and also:
92  o Tidied view creation.
93  o Improved message ("scene" should be "scene handler").
94
9523rd October 2009  John Allison  (visman-V09-02-05 coworks greps-V09-02-02)
96- Implemented default behaviour in
97  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
98
9921st October 2009  John Allison  (visman-V09-02-04 coworks greps-V09-02-02)
100- G4VSceneHandler:
101  o Added default AddCompound (const G4THitsMap<G4double>&) methods.
102    (For time being just issues warning.)
103
10429th September 2009  John Allison  (visman-V09-02-03)
105- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
106- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
107- G4VisManager.cc: Considerable tidy up.
108
[1087]10924th July 2009  Laurent Garnier
110- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
111  CurrentSceneHandler has no model
112
[1042]11313th May 2009  John Allison  (visman-V09-02-02)
114- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
115- G4VisManager.cc: End of run event keeping information improved.
116
[944]11714th March 2009  John Allison  (visman-V09-02-01)
118- G4VisCommands.hh/.cc: Introduced /vis/initialize.
119- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
120    constructor.
121- G4VisExecutive.icc: made methods inline.
122
12325th February 2009  Laurent Garnier  (visman-V09-02-00)
[933]124- Notify handler send by G4VVisManager is implemented in G4VisManager
125
[912]12622th January 2009  Laurent Garnier
127- Fix bug in ratio and geometry on X/Xm/Qt/Win32 viewers. Now Could pass XString like 400x600-0+0 to viewers and set position and location.
128
[907]12912th January 2009  John Allison
130- /vis/viewer/create: Pass both X and Y window size hints to viewer.
131  (To get a non-rectangular viewer give a X-windows-style geometry
132  argument, such as "800x400" or "800x400-0+0".)
133
1342nd December, Laurent Garnier
135 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
136   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
137   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
138   and set position and location. It will work for Qt, X, Win32 for the moment.
139
14027th July 2008  John Allison (visman-V09-01-05)
[849]141- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
142
[846]14330th April 2008  John Allison  (visman-V09-01-04)
144- Fixes more gcc-4.3.0 compiler warnings.
145
14628th April 2008  John Allison  (visman-V09-01-03)
147- G4VisCommandsScene.cc: Improve warning message.
148- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
149
1504th April 2008  John Allison  (visman-V09-01-02)
151 - Fixed gcc-4.3.0 compiler warnings.
152
[714]1535th February 2008, Laurent Garnier
154 - Implemented a function in order to IncrementPan with X,Y,Z values
155
[772]15629th January 2008  John Allison  (visman-V09-01-01)
157 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
158
[688]1594th January 2008  John Allison  (visman-V09-01-00)
160- Implemented extended 2D interface.
161
[632]16230th November 2007  Laurent Garnier
163- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
164 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
165#endif
166
[631]16716th November 2007  Joseph Perl  (visman-V09-00-02)
168- G4VisCommandsCompound.cc: Replace references to Wired3.
169- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
170
[609]17110th November 2007  John Allison  (visman-V09-00-01)
172- G4VisManager.cc: Minor improvement in messaging.
173- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
174
[593]17510th July 2007  John Allison  (visman-V09-00-00)
176- Remove redundant method declarations in G4VisManager.hh.
177- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
178
179-25th May 2007  John Allison  (visman-V08-03-01)
180 Improved error trapping in viewer initialisation.
181- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
182
18316th May 2007  John Allison  (visman-V08-03-00)
184- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
185  Windows compiler(!).
186
1874th April 2007  John Allison  (visman-V08-02-04)
188- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
189
1903rd April 2007  John Allison  (visman-V08-02-03)
191- Added /vis/viewer/set/picking.  Picking is false by default, except
192  for OpenInventor.
193
19425th March 2007  John Allison  (visman-V08-02-02)
195- G4VisExecutive.icc: Removed G4GAGTree.
196- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
197  again, from /vis/drawVolume.
198- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
199- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
200
20111th January 2007  John Allison  (visman-V08-02-01)
202- Added /vis/abortReviewKeptEvents.
203- /vis/reviewKeptEvents: Improved guidance.
204- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
205  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
206- Reduced WARNING noise.
207
2085th January 2007  John Allison  (visman-V08-02-00)
209- G4VSceneHandler:
210  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
211    available to all scene handlers).  Loads G4AttValues and G4AttDefs
212    onto any object that inherits G4AttHolder.
213  o Change signature of GetLineWidth from G4Visible& to
214    G4VisAttributes* for consistency with similar utility functions.
215    (Only used by OpenGL at present; requires opengl-V08-02-00.)
216  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
217- G4VisCommandsGeometrySet and G4VisManager.cc:
218  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
219    (inadvertently omitted in previous release).
220  o Improved guidance.
221- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
222- G4VViewer.cc: Improved comment.
223- G4VisCommandsCompound.cc:
224  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
225- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
226
[531]22712th December 2006  Gabriele Cosmo  (visman-V08-01-16)
228- Commented command "vis/scene/add/eventID" forcing event ID to scene in
229  G4VisCommandsCompound.cc.
230
23125th November 2006  John Allison  (visman-V08-01-15)
232- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
233  Supresses eventID message when state == G4State_EventProc unless last event.
234- G4VisCommands.cc: /vis/reviewKeptEvents:
235  o An improvement in the information printed.
236  o Temporarily set endOfEventAction refresh so that eventID for each event.
237- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
238  o Restrict warning message so that the warning about the number of
239    kept events only happens for "accumulate".  Improve printing.
240- G4VisCommandsViewer.cc: Spelling correction in warning message.
241- G4VisManager.cc: Correct for 0 requested kept events.
242- G4Scene.cc: Initialise no. of kept events to 0.
243
24422nd November 2006  John Allison  (visman-V08-01-14)
245- Fixed /vis/reviewKeptEvents for "stored" viewers.
246
24721st November 2006  John Allison  (visman-V08-01-13)
248- Fixed double drawing of event.
249- Restored old verbosity and printing interface (for obsolete user vis
250  managers).
251
25216th November 2006  John Allison  (visman-V08-01-12)
253- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
254  Warning of scene change issued for other viewers.
255
25615th November 2006  John Allison  (visman-V08-01-11)
257- First implementation of /vis/reviewKeptEvents.
258
25914th November 2006  John Allison  (visman-V08-01-10)
260- Merged visman-V08-01-08-branch onto main branch.
261
26214th November 2006  John Allison  (visman-V08-01-08-08)
263- Partial implementation of /vis/reviewKeptEvents.
264
26514th November 2006  John Allison  (visman-V08-01-08-07)
266- Minor improvements:
267  o G4VisManager: Removed event count (not used).
268  o G4VSceneHandler: Inhibited drawing when vis disabled.
269  o Various /vis/scene commands: Added update statement so that
270    handlers are notified after change of scene.  Forces rebuild and
271    refresh of all viewers using current scene.
272
27312th November 2006  John Allison  (visman-V08-01-08-06)
274- Further iteration of event refreshing:
275  o G4VisManager:
276    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
277    ~ Removed unused methods from previous attempts.
278  o G4VSceneHandler: Used vis manager DrawEvent.
279  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
280    events.
281
28211th November 2006  John Allison  (visman-V08-01-08-05)
283- Removed /vis/scene/transientsAction.  Now event keeping by the vis
284  manager is automatic if there is a valid scene.  If the user issues
285  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
286  to a maximum N in number (N<0 means unlimited, the default value is
287  100).  Otherwise just the last event is kept.
288- Tidied up.
289
2909th November 2006  John Allison  (visman-V08-01-08-04)
291- G4VisManager: Removed data memebers associated with previous attempts
292  at event refreshing.
293- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
294- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
295  worlds.
296- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
297- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
298
2998th November 2006  John Allison  (visman-V08-01-08-03)
300- First attempt at using event keeping to refresh views.
301
3026th November 2006  John Allison  (visman-V08-01-08-02)
303- Merged visman-V08-01-09.
304
3056th November 2006  John Allison  (visman-V08-01-09)
306- /vis/drawVolume and /vis/specify: Suppress all but first warning about
307  needing to refresh for viewers that are not auto refresh.
308- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
309  is to add a world, if empty - reasonable behaviour.)
310
3115th November 2006  John Allison  (visman-V08-01-08-01)
312- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
313  material world = *(transportationManager->GetWorldsIterator()) in all cases
314  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
315
3163rd November 2006  John Allison  (visman-V08-01-08-00)
317- On visman-V08-01-08-branch.
318- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
319  visualisation: /vis/scene/add/volume worlds
320- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
321  to avoid warning messages about empty scene.
322
3233rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
324- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
325  Needs tracking-V08-01-05.
326
3271st November 2006  John Allison  (visman-V08-01-07)
328- /vis/scene/add/trajectories:
329  o Allow string parameters "rich" and "smooth".  Not yet activated
330    (awaiting tags in tracking).
331  o Deprecate use of integer parameter (i_mode).
332- GNUmakefile: Add geometry/magneticfield/include (for new
333  /vis/scene/add/trajectories command above).
334- G4VisManager.cc: Remove unnecessary comment line.
335
336----------------------------------------------------
33719th September 2006  John Allison  (visman-V08-01-06)
338- G4ViewParameters: Added ExplodeCentre.
339- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
340
341----------------------------------------------------
34213th September 2006  John Allison  (visman-V08-01-05)
343- G4ViewParameters: Improved setting and access to explode factor.
344- G4VisCommandsViewer: Added /vis/viewer/clone.
345- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
346- G4VisManager.cc: Registered /vis/viewer/clone.
347- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
348
34912th September 2006 Jane Tinslay
350- Add attribute based trajectory drawing & filtering, and attribute based
351  hit filtering
352
353---------------------------------------------------
3544th September 2006  John Allison  (visman-V08-01-04)
355- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
356- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
357  and /vis/viewer/set/cutawayMode.
358
35930th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
360- Added /vis/viewer/set/globalLineWidthScale.
361- Augmented /vis/scene/add/volume to include intersection of clipping volume
362  (only box -box *box at present).
363- G4VSceneHandler:
364  o Added GetLineWidth to take account of GlobalLineWidthScale.
365  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
366    (DCUT) and cutaways.  Currently not activated due to instabilities in
367    BooleanProcessor.
368- G4ViewParameters:
369  o Added GlobalLineWidthScale.
370  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
371
37214th August 2006  John Allison  (visman-V08-01-02)
373- G4VisManager.hh: Added some OpenGL friends.
374- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
375  before "add/volume".  Catches non-existing handlers better.  Overall
376  effect of compound command unchanged.
377- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
378
37910th July 2006  John Allison (visman-V08-01-01)
380- Co-works with greps-V08-01-01.
381- G4VSceneHandler:
382  o Removed Establish/DecommissionSpecials.
383  o Respect rationalised G4ModelingParameters.
384  o Added GetNoOfSides that respects forced line segments per circle.
385- G4VisCommandsScene.cc: Spelling correction.
386
3873rd July 2006  John Allison (visman-V08-01-00)
388- /vis/scene/transientsAction: Added max number of events parameter.
389- Added /vis/viewer/clearTransients.
390- Improved /vis/list.
391- G4VisManager.hh/icc: Added data members and acces for event copying.
392- G4VisManager.cc:
393  o Verbosity control of model printing.
394  o (Commented out) code for event copying.
395 - G4VSceneHandler.cc:
396  o (Commented out) code for event copying.
397
3988th June 2006 John Allison  (visman-V08-00-23)
399- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
400  that made it ineffective.
401
4027th June 2006 John Allison  (visman-V08-00-22)
403- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
404
4056th June 2006 John Allison  (visman-V08-00-21)
406- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
407
4084th June 2006 Joseph Perl (visman-V08-00-20)
409- This tag includes all the changes below.
410
4112nd June 2006 Jane Tinslay
412- Add accessor for current trajectory drawing model
413- Make G4HepRepFileSceneHandler a friend of G4VisManager
414
4151st June 2006 Jane Tinslay
416- Add accessor in G4VisListManager
417
41830th May 2006 Jane Tinslay
419- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
420  to G4VisExecutive
421
42225th May 2006 John Allison  (visman-V08-00-19)
423- G4Scene.cc: Changed default fRecomputeTransients to false.
424- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
425  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
426- G4VisFilter/List/ModelManager.hh: Indent printing of models.
427- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
428
42922nd May 2006 John Allison  (visman-V08-00-18)
430- G4VisManager:
431  o Added SetReprocessing (for transients).
432  o Reduce dependency on Run (get event from event manager).
433  o (Includes some event copying stuff - commented out.)
434- G4VSceneHandler.cc: Require Idle state for transient re-computation.
435- G4Scene:
436  o Remove Clear().  (Not used.)
437  o Add printing and testing for fRecomputeTransients.  (Forgot in
438    visman-V08-00-08.)
439- /vis/.../list commands: Default verbosity "warnings".
440
44113th May 2006 John Allison  (visman-V08-00-17)
442- Provided identity transformation for 2D drawing.  A temporary
443  expedient until all drivers can implement 2D drawing.
444
44512th May 2006  John Allison  (visman-V08-00-16)
446- Added /vis/list.
447- Added /vis/scene/add/eventID.
448- Final refinements for event/run reprocessing (re-computation of
449  transients):
450  o Pick up random number status from run manager.
451  o Run and event numbers reset.
452  o Protect against non-instantiation of run manager.
453- Followed G4CallbackModel change (see modeling-V08-00-09).
454- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
455  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
456
4574th May 2006  John Allison  (visman-V08-00-15)
458- Improved protection for null models and parameters.
459
4602nd May 2006 Jane Tinslay
461- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
462- Add FilterTrajectory method to G4VisManager
463
46428th April 2006  John Allison (visman-V08-00-14)
465- G4VSceneHandler.cc: Added call to FinishView after run-duration
466  model computation and before end-of-event and transients
467  re-computation to get good buffer swapping behaviour for double
468  buffer drivers.
469- G4VisCommandsScene.cc: Added protection in
470  /vis/scene/endOfRunAction.  Error for accumulate if end of event
471  action is not also accumulate.
472- G4VisManager: To get good refresh bahaviour when re-computing
473  transients in OpenGL*Xm and similar drivers, postpone ShowView to
474  end of run for last event in a run.  This ensures G4 is in Idle
475  state.
476- GNUmakefile: Added includes for access to run manager for above.
477
47822nd April 2006  John Allison (visman-V08-00-13)
479- Bug fix (workaround) for memory leak in CheckModel (bug #861).
480- Implement PrintAvailableModels using improvement below.
481
48221st April 2006 Jane Tinslay
483- Improve printout for trajectory drawing and filtering
484
48519th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
486- G4VisManager:
487  o Implemented Draw2D(const G4Text&).
488  o Added PrintAvailableModels (but awaiting implementation).
489  o Fixed directory names (trailing '/').
490- G4VSceneHandler:
491  o Implemented Begin/EndPrimitives2D.
492  o Migrated to direct access to G4PhysicalVolumeModel.
493
49428th March 2006 Jane Tinslay (jst28032006)
495- Introduce G4VisFilterManager.hh to manager filtering
496- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
497  to support filtering
498
49928th March 2006  John Allison  (visman-V08-00-11)
500- Corrects logic of transients re-computation:
501  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
502  o G4VSceneHandler: Improved logic of transients re-computation.
503  o G4VViewer: Improved logic of fNeedKernelVisit.
504- Unified treatment of bools in commands.
505
50624th March 2006 Jane Tinslay (jst24032006)
507- Introduce trajectory drawing manager which is used by
508  G4VisManager. No change in overall functionality.
509
51016th March 2006 Jane Tinslay (jst16032006)
511- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
512
51313th March 2006  John Allison  (visman-V08-00-10)
514- Fixes recomputation of transients when changing drivers.
515- G4VisManager: Added fTransientsDrawnThisEvent/Run.
516- G4VSceneHandler:
517  o Removed fTransientsDrawn (now in G4VisManager).
518  o Added fProcessingSolid.
519  o Fixed recomputation of transients.
520
5218th March 2006  John Allison  (visman-V08-00-09)
522- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
523
5246th March 2006  John Allison  (visman-V08-00-08)
525- Added /vis/scene/transientsAction, a feature for recomputing
526  transients (trajectories, hits, user drawing, etc.) when needed by
527  the viewer.  Thus, transients are "remembered" and may be copied
528  between graphics systems.
529
5309th February 2006  John Allison  (visman-V08-00-07)
531- First implementation of refresh end-of-event models (trajectories, etc.).
532
5338th February 2006  John Allison  (visman-V08-00-06)
534- Needs modeling-V08-00-02.
535- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
536- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
537
5383rd February 2006  John Allison  (visman-V08-00-05)
539- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
540- Very minor printing and comments improvements.
541
54226th January 2006  John Allison  (visman-V08-00-04)
543- G4VViewer: Removed fModified.  It was used to flag a change of view
544  parameters but it was only ever used negatively, i.e., to *prevent*
545  its effect of invoking SetView.  So it has been removed and the
546  responsibility for calling SetView after a change of view parameters
547  rests with the user (e.g., the vis commands).  Only used by OpenGL
548  and OpenInventor; now works with opengl-V08-00-01 and
549  openinventor-V08-00-00.
550- G4VSceneHandler.hh: Improved comments.
551- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
552  registered.
553- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
554
55525th January 2006  John Allison  (visman-V08-00-03)
556- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
557
55811th January 2006  John Allison  (visman-V08-00-02)
559- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
560- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
561- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
562  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
563- G4VisCommandsSceneAdd.cc: Improved message when world not available.
564- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
565  to /vis/scene/notifyHandlers.  Avoids double refresh.
566- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
567  invalid view.
568
5699th January 2006  John Allison  (visman-V08-00-01)
570- This tag includes all the changes below.
571
5729th January 2006  John Allison  (visman-V08-00-00)
573- This tag is geant4-08-00-ref-00 + change of 5th January only.
574
5755th January 2006  John Allison
576- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
577  fMarkForClearingTransientStore(true) initially now.  This is so that
578  at end of event or run, the view is refreshed and the scene
579  (detector geometry, etc.) is drawn or written to file.
580
58114th December 2005  John Allison
582- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
583  graphical database, if any.  Particularly relevant for Open Inventor.
584- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
585- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
586  to an empty scene.
587- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
588  an empty scene, invoke UpdateVisManagerScene, which applies
589  "/vis/scene/notifyHandlers", which now forces a rebuild.
590- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
591
5924th December  John Allison (visman-V07-01-10)
593- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
594  user has not instantiated a scene handler, e.g., in batch mode.
595
59629th November 2005  Jane Tinslay
597- Make G4VisManager::RegisterModelFactories() non-pure for
598  backwards compatibility.
599- Add information message to G4VisManager::DispatchToModel when default trajectory
600  model is used.
601
60223rd November 2005  Joseph Perl  (visman-V07-01-09)
603- Tagged in preparation for Geant4 8.0
604
60523rd November 2005  Jane Tinslay
606- Enhanced trajectory implementation
607
60822nd November 2005  John Allison
609- Added /vis/viewer/rebuild (forces visit of kernel).
610- Changed G4Transform3D::Identity to G4Transform3D().
611- Tidied initial printing.
612- Removed MyVisManager (was deprecated in previous major release).
613- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
614- G4VVisCommand.cc: Improved UpdateVisManagerScene.
615- Refined guidance of issue "/tracking/storeTrajectory 1" on
616  "/vis/scene/add/trajectories".
617- Improved /vis/sceneHandler/attach.
618- G4VisManager.cc: Improved comments.
619
62013th October 2005  John Allison  (visman-V07-01-08)
621- G4ViewParameters: Added XGeometryString.
622- G4VViewer.cc: Pick up XGeometryString.
623- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
624  in window size hints.
625- /vis/viewer/set/background: Add opacity parameter.
626
62720th October 2005  John Allison  (visman-V07-01-07)
628- G4VisManager:
629  o Added methods for managing trajectory models.
630  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
631    G4int i_mode).
632  o Created /vis/modeling/trajectories/ for trajectory model messengers.
633  o Added XGeometryString for some future viewer enhancements.
634- G4VisExecutive: Added RegisterTrajectoryModelMakers.
635
63620th October 2005  John Allison (visman-V07-01-06)
637- Get standard colours with "/vis/viewer/set/background red", for example.
638- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
639  CLHEP-1.9.2.1.
640
64113th October 2005  John Allison (visman-V07-01-05)
642- Background colour - /vis/viewer/set/background.
643- Non-uniform scaling - /vis/viewer/scale and scaleTo.
644- Migrated to <sstream>.
645
64612th October 2005  John Allison (vis-V07-01-03)
647- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
648  (bug found by system test of vis-V07-01-02).
649
65016th September 2005  John Allison (visman-V07-01-04)
651- Simplified use of ConcreteInstance.  It is now always non-zero for
652  an instantiated vis manager; invalid views are reported by the vis
653  manager.  The exception is /vis/disable which zeros it; /vis/enable
654  or any valid command resets it.
655
65616th September 2005  John Allison (visman-V07-01-03)
657- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
658- Added warning:
659  o Attempt to add volume to a scene already containing the world.
660- Added error message:
661  o Logical volume model must be only volume model in scene.
662- G4Scene.cc: Improvement - no functional change.
663
66413th September 2005  John Allison (visman-V07-01-02)
665- Added WhiteBackground to G4ViewParameters.
666- Added /vis/viewer/set/whiteBackground.
667- G4VSceneHandler::GetColour and GetTextColour: white and opaque
668  objects on a white background are changed to black.
669- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
670- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
671
6722nd September 2005  John Allison (visman-V07-01-01)
673- Introduced optional second pass over run-duration models in
674  G4VSceneHandler::ProcessScene.
675
67620th July 2005  John Allison (visman-V07-01-00)
677- G4VisCommandsViewer.cc: Protected new viewer pointer.
678
6797th June 2005  John Allison (visman-V07-00-02)
680- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
681
68231st May 2005  John Allison  (visman-V07-00-01)
683- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
684  with spaces.
685- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
686  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.