source: tags/Visualization_after-vis09-02-01-tag/management/History

Last change on this file was 944, checked in by garnier, 15 years ago

mise a jour des tags

File size: 25.4 KB
Line 
1$Id: History,v 1.120 2009/03/14 11:44:46 allison Exp $
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------------------------------------------------------
28
2914th March 2009  John Allison  (visman-V09-02-01)
30- G4VisCommands.hh/.cc: Introduced /vis/initialize.
31- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
32    constructor.
33- G4VisExecutive.icc: made methods inline.
34
3525th February 2009  Laurent Garnier  (visman-V09-02-00)
36- Notify handler send by G4VVisManager is implemented in G4VisManager
37
3822th January 2009  Laurent Garnier
39- 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.
40
4112th January 2009  John Allison
42- /vis/viewer/create: Pass both X and Y window size hints to viewer.
43  (To get a non-rectangular viewer give a X-windows-style geometry
44  argument, such as "800x400" or "800x400-0+0".)
45
462nd December, Laurent Garnier
47 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
48   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
49   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
50   and set position and location. It will work for Qt, X, Win32 for the moment.
51
5227th July 2008  John Allison (visman-V09-01-05)
53- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
54
5530th April 2008  John Allison  (visman-V09-01-04)
56- Fixes more gcc-4.3.0 compiler warnings.
57
5828th April 2008  John Allison  (visman-V09-01-03)
59- G4VisCommandsScene.cc: Improve warning message.
60- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
61
624th April 2008  John Allison  (visman-V09-01-02)
63 - Fixed gcc-4.3.0 compiler warnings.
64
655th February 2008, Laurent Garnier
66 - Implemented a function in order to IncrementPan with X,Y,Z values
67
6829th January 2008  John Allison  (visman-V09-01-01)
69 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
70
714th January 2008  John Allison  (visman-V09-01-00)
72- Implemented extended 2D interface.
73
7430th November 2007  Laurent Garnier
75- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
76 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
77#endif
78
7916th November 2007  Joseph Perl  (visman-V09-00-02)
80- G4VisCommandsCompound.cc: Replace references to Wired3.
81- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
82
8310th November 2007  John Allison  (visman-V09-00-01)
84- G4VisManager.cc: Minor improvement in messaging.
85- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
86
8710th July 2007  John Allison  (visman-V09-00-00)
88- Remove redundant method declarations in G4VisManager.hh.
89- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
90
91-25th May 2007  John Allison  (visman-V08-03-01)
92 Improved error trapping in viewer initialisation.
93- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
94
9516th May 2007  John Allison  (visman-V08-03-00)
96- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
97  Windows compiler(!).
98
994th April 2007  John Allison  (visman-V08-02-04)
100- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
101
1023rd April 2007  John Allison  (visman-V08-02-03)
103- Added /vis/viewer/set/picking.  Picking is false by default, except
104  for OpenInventor.
105
10625th March 2007  John Allison  (visman-V08-02-02)
107- G4VisExecutive.icc: Removed G4GAGTree.
108- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
109  again, from /vis/drawVolume.
110- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
111- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
112
11311th January 2007  John Allison  (visman-V08-02-01)
114- Added /vis/abortReviewKeptEvents.
115- /vis/reviewKeptEvents: Improved guidance.
116- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
117  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
118- Reduced WARNING noise.
119
1205th January 2007  John Allison  (visman-V08-02-00)
121- G4VSceneHandler:
122  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
123    available to all scene handlers).  Loads G4AttValues and G4AttDefs
124    onto any object that inherits G4AttHolder.
125  o Change signature of GetLineWidth from G4Visible& to
126    G4VisAttributes* for consistency with similar utility functions.
127    (Only used by OpenGL at present; requires opengl-V08-02-00.)
128  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
129- G4VisCommandsGeometrySet and G4VisManager.cc:
130  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
131    (inadvertently omitted in previous release).
132  o Improved guidance.
133- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
134- G4VViewer.cc: Improved comment.
135- G4VisCommandsCompound.cc:
136  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
137- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
138
13912th December 2006  Gabriele Cosmo  (visman-V08-01-16)
140- Commented command "vis/scene/add/eventID" forcing event ID to scene in
141  G4VisCommandsCompound.cc.
142
14325th November 2006  John Allison  (visman-V08-01-15)
144- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
145  Supresses eventID message when state == G4State_EventProc unless last event.
146- G4VisCommands.cc: /vis/reviewKeptEvents:
147  o An improvement in the information printed.
148  o Temporarily set endOfEventAction refresh so that eventID for each event.
149- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
150  o Restrict warning message so that the warning about the number of
151    kept events only happens for "accumulate".  Improve printing.
152- G4VisCommandsViewer.cc: Spelling correction in warning message.
153- G4VisManager.cc: Correct for 0 requested kept events.
154- G4Scene.cc: Initialise no. of kept events to 0.
155
15622nd November 2006  John Allison  (visman-V08-01-14)
157- Fixed /vis/reviewKeptEvents for "stored" viewers.
158
15921st November 2006  John Allison  (visman-V08-01-13)
160- Fixed double drawing of event.
161- Restored old verbosity and printing interface (for obsolete user vis
162  managers).
163
16416th November 2006  John Allison  (visman-V08-01-12)
165- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
166  Warning of scene change issued for other viewers.
167
16815th November 2006  John Allison  (visman-V08-01-11)
169- First implementation of /vis/reviewKeptEvents.
170
17114th November 2006  John Allison  (visman-V08-01-10)
172- Merged visman-V08-01-08-branch onto main branch.
173
17414th November 2006  John Allison  (visman-V08-01-08-08)
175- Partial implementation of /vis/reviewKeptEvents.
176
17714th November 2006  John Allison  (visman-V08-01-08-07)
178- Minor improvements:
179  o G4VisManager: Removed event count (not used).
180  o G4VSceneHandler: Inhibited drawing when vis disabled.
181  o Various /vis/scene commands: Added update statement so that
182    handlers are notified after change of scene.  Forces rebuild and
183    refresh of all viewers using current scene.
184
18512th November 2006  John Allison  (visman-V08-01-08-06)
186- Further iteration of event refreshing:
187  o G4VisManager:
188    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
189    ~ Removed unused methods from previous attempts.
190  o G4VSceneHandler: Used vis manager DrawEvent.
191  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
192    events.
193
19411th November 2006  John Allison  (visman-V08-01-08-05)
195- Removed /vis/scene/transientsAction.  Now event keeping by the vis
196  manager is automatic if there is a valid scene.  If the user issues
197  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
198  to a maximum N in number (N<0 means unlimited, the default value is
199  100).  Otherwise just the last event is kept.
200- Tidied up.
201
2029th November 2006  John Allison  (visman-V08-01-08-04)
203- G4VisManager: Removed data memebers associated with previous attempts
204  at event refreshing.
205- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
206- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
207  worlds.
208- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
209- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
210
2118th November 2006  John Allison  (visman-V08-01-08-03)
212- First attempt at using event keeping to refresh views.
213
2146th November 2006  John Allison  (visman-V08-01-08-02)
215- Merged visman-V08-01-09.
216
2176th November 2006  John Allison  (visman-V08-01-09)
218- /vis/drawVolume and /vis/specify: Suppress all but first warning about
219  needing to refresh for viewers that are not auto refresh.
220- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
221  is to add a world, if empty - reasonable behaviour.)
222
2235th November 2006  John Allison  (visman-V08-01-08-01)
224- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
225  material world = *(transportationManager->GetWorldsIterator()) in all cases
226  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
227
2283rd November 2006  John Allison  (visman-V08-01-08-00)
229- On visman-V08-01-08-branch.
230- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
231  visualisation: /vis/scene/add/volume worlds
232- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
233  to avoid warning messages about empty scene.
234
2353rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
236- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
237  Needs tracking-V08-01-05.
238
2391st November 2006  John Allison  (visman-V08-01-07)
240- /vis/scene/add/trajectories:
241  o Allow string parameters "rich" and "smooth".  Not yet activated
242    (awaiting tags in tracking).
243  o Deprecate use of integer parameter (i_mode).
244- GNUmakefile: Add geometry/magneticfield/include (for new
245  /vis/scene/add/trajectories command above).
246- G4VisManager.cc: Remove unnecessary comment line.
247
248----------------------------------------------------
24919th September 2006  John Allison  (visman-V08-01-06)
250- G4ViewParameters: Added ExplodeCentre.
251- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
252
253----------------------------------------------------
25413th September 2006  John Allison  (visman-V08-01-05)
255- G4ViewParameters: Improved setting and access to explode factor.
256- G4VisCommandsViewer: Added /vis/viewer/clone.
257- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
258- G4VisManager.cc: Registered /vis/viewer/clone.
259- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
260
26112th September 2006 Jane Tinslay
262- Add attribute based trajectory drawing & filtering, and attribute based
263  hit filtering
264
265---------------------------------------------------
2664th September 2006  John Allison  (visman-V08-01-04)
267- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
268- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
269  and /vis/viewer/set/cutawayMode.
270
27130th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
272- Added /vis/viewer/set/globalLineWidthScale.
273- Augmented /vis/scene/add/volume to include intersection of clipping volume
274  (only box -box *box at present).
275- G4VSceneHandler:
276  o Added GetLineWidth to take account of GlobalLineWidthScale.
277  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
278    (DCUT) and cutaways.  Currently not activated due to instabilities in
279    BooleanProcessor.
280- G4ViewParameters:
281  o Added GlobalLineWidthScale.
282  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
283
28414th August 2006  John Allison  (visman-V08-01-02)
285- G4VisManager.hh: Added some OpenGL friends.
286- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
287  before "add/volume".  Catches non-existing handlers better.  Overall
288  effect of compound command unchanged.
289- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
290
29110th July 2006  John Allison (visman-V08-01-01)
292- Co-works with greps-V08-01-01.
293- G4VSceneHandler:
294  o Removed Establish/DecommissionSpecials.
295  o Respect rationalised G4ModelingParameters.
296  o Added GetNoOfSides that respects forced line segments per circle.
297- G4VisCommandsScene.cc: Spelling correction.
298
2993rd July 2006  John Allison (visman-V08-01-00)
300- /vis/scene/transientsAction: Added max number of events parameter.
301- Added /vis/viewer/clearTransients.
302- Improved /vis/list.
303- G4VisManager.hh/icc: Added data members and acces for event copying.
304- G4VisManager.cc:
305  o Verbosity control of model printing.
306  o (Commented out) code for event copying.
307 - G4VSceneHandler.cc:
308  o (Commented out) code for event copying.
309
3108th June 2006 John Allison  (visman-V08-00-23)
311- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
312  that made it ineffective.
313
3147th June 2006 John Allison  (visman-V08-00-22)
315- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
316
3176th June 2006 John Allison  (visman-V08-00-21)
318- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
319
3204th June 2006 Joseph Perl (visman-V08-00-20)
321- This tag includes all the changes below.
322
3232nd June 2006 Jane Tinslay
324- Add accessor for current trajectory drawing model
325- Make G4HepRepFileSceneHandler a friend of G4VisManager
326
3271st June 2006 Jane Tinslay
328- Add accessor in G4VisListManager
329
33030th May 2006 Jane Tinslay
331- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
332  to G4VisExecutive
333
33425th May 2006 John Allison  (visman-V08-00-19)
335- G4Scene.cc: Changed default fRecomputeTransients to false.
336- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
337  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
338- G4VisFilter/List/ModelManager.hh: Indent printing of models.
339- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
340
34122nd May 2006 John Allison  (visman-V08-00-18)
342- G4VisManager:
343  o Added SetReprocessing (for transients).
344  o Reduce dependency on Run (get event from event manager).
345  o (Includes some event copying stuff - commented out.)
346- G4VSceneHandler.cc: Require Idle state for transient re-computation.
347- G4Scene:
348  o Remove Clear().  (Not used.)
349  o Add printing and testing for fRecomputeTransients.  (Forgot in
350    visman-V08-00-08.)
351- /vis/.../list commands: Default verbosity "warnings".
352
35313th May 2006 John Allison  (visman-V08-00-17)
354- Provided identity transformation for 2D drawing.  A temporary
355  expedient until all drivers can implement 2D drawing.
356
35712th May 2006  John Allison  (visman-V08-00-16)
358- Added /vis/list.
359- Added /vis/scene/add/eventID.
360- Final refinements for event/run reprocessing (re-computation of
361  transients):
362  o Pick up random number status from run manager.
363  o Run and event numbers reset.
364  o Protect against non-instantiation of run manager.
365- Followed G4CallbackModel change (see modeling-V08-00-09).
366- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
367  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
368
3694th May 2006  John Allison  (visman-V08-00-15)
370- Improved protection for null models and parameters.
371
3722nd May 2006 Jane Tinslay
373- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
374- Add FilterTrajectory method to G4VisManager
375
37628th April 2006  John Allison (visman-V08-00-14)
377- G4VSceneHandler.cc: Added call to FinishView after run-duration
378  model computation and before end-of-event and transients
379  re-computation to get good buffer swapping behaviour for double
380  buffer drivers.
381- G4VisCommandsScene.cc: Added protection in
382  /vis/scene/endOfRunAction.  Error for accumulate if end of event
383  action is not also accumulate.
384- G4VisManager: To get good refresh bahaviour when re-computing
385  transients in OpenGL*Xm and similar drivers, postpone ShowView to
386  end of run for last event in a run.  This ensures G4 is in Idle
387  state.
388- GNUmakefile: Added includes for access to run manager for above.
389
39022nd April 2006  John Allison (visman-V08-00-13)
391- Bug fix (workaround) for memory leak in CheckModel (bug #861).
392- Implement PrintAvailableModels using improvement below.
393
39421st April 2006 Jane Tinslay
395- Improve printout for trajectory drawing and filtering
396
39719th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
398- G4VisManager:
399  o Implemented Draw2D(const G4Text&).
400  o Added PrintAvailableModels (but awaiting implementation).
401  o Fixed directory names (trailing '/').
402- G4VSceneHandler:
403  o Implemented Begin/EndPrimitives2D.
404  o Migrated to direct access to G4PhysicalVolumeModel.
405
40628th March 2006 Jane Tinslay (jst28032006)
407- Introduce G4VisFilterManager.hh to manager filtering
408- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
409  to support filtering
410
41128th March 2006  John Allison  (visman-V08-00-11)
412- Corrects logic of transients re-computation:
413  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
414  o G4VSceneHandler: Improved logic of transients re-computation.
415  o G4VViewer: Improved logic of fNeedKernelVisit.
416- Unified treatment of bools in commands.
417
41824th March 2006 Jane Tinslay (jst24032006)
419- Introduce trajectory drawing manager which is used by
420  G4VisManager. No change in overall functionality.
421
42216th March 2006 Jane Tinslay (jst16032006)
423- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
424
42513th March 2006  John Allison  (visman-V08-00-10)
426- Fixes recomputation of transients when changing drivers.
427- G4VisManager: Added fTransientsDrawnThisEvent/Run.
428- G4VSceneHandler:
429  o Removed fTransientsDrawn (now in G4VisManager).
430  o Added fProcessingSolid.
431  o Fixed recomputation of transients.
432
4338th March 2006  John Allison  (visman-V08-00-09)
434- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
435
4366th March 2006  John Allison  (visman-V08-00-08)
437- Added /vis/scene/transientsAction, a feature for recomputing
438  transients (trajectories, hits, user drawing, etc.) when needed by
439  the viewer.  Thus, transients are "remembered" and may be copied
440  between graphics systems.
441
4429th February 2006  John Allison  (visman-V08-00-07)
443- First implementation of refresh end-of-event models (trajectories, etc.).
444
4458th February 2006  John Allison  (visman-V08-00-06)
446- Needs modeling-V08-00-02.
447- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
448- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
449
4503rd February 2006  John Allison  (visman-V08-00-05)
451- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
452- Very minor printing and comments improvements.
453
45426th January 2006  John Allison  (visman-V08-00-04)
455- G4VViewer: Removed fModified.  It was used to flag a change of view
456  parameters but it was only ever used negatively, i.e., to *prevent*
457  its effect of invoking SetView.  So it has been removed and the
458  responsibility for calling SetView after a change of view parameters
459  rests with the user (e.g., the vis commands).  Only used by OpenGL
460  and OpenInventor; now works with opengl-V08-00-01 and
461  openinventor-V08-00-00.
462- G4VSceneHandler.hh: Improved comments.
463- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
464  registered.
465- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
466
46725th January 2006  John Allison  (visman-V08-00-03)
468- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
469
47011th January 2006  John Allison  (visman-V08-00-02)
471- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
472- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
473- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
474  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
475- G4VisCommandsSceneAdd.cc: Improved message when world not available.
476- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
477  to /vis/scene/notifyHandlers.  Avoids double refresh.
478- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
479  invalid view.
480
4819th January 2006  John Allison  (visman-V08-00-01)
482- This tag includes all the changes below.
483
4849th January 2006  John Allison  (visman-V08-00-00)
485- This tag is geant4-08-00-ref-00 + change of 5th January only.
486
4875th January 2006  John Allison
488- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
489  fMarkForClearingTransientStore(true) initially now.  This is so that
490  at end of event or run, the view is refreshed and the scene
491  (detector geometry, etc.) is drawn or written to file.
492
49314th December 2005  John Allison
494- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
495  graphical database, if any.  Particularly relevant for Open Inventor.
496- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
497- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
498  to an empty scene.
499- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
500  an empty scene, invoke UpdateVisManagerScene, which applies
501  "/vis/scene/notifyHandlers", which now forces a rebuild.
502- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
503
5044th December  John Allison (visman-V07-01-10)
505- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
506  user has not instantiated a scene handler, e.g., in batch mode.
507
50829th November 2005  Jane Tinslay
509- Make G4VisManager::RegisterModelFactories() non-pure for
510  backwards compatibility.
511- Add information message to G4VisManager::DispatchToModel when default trajectory
512  model is used.
513
51423rd November 2005  Joseph Perl  (visman-V07-01-09)
515- Tagged in preparation for Geant4 8.0
516
51723rd November 2005  Jane Tinslay
518- Enhanced trajectory implementation
519
52022nd November 2005  John Allison
521- Added /vis/viewer/rebuild (forces visit of kernel).
522- Changed G4Transform3D::Identity to G4Transform3D().
523- Tidied initial printing.
524- Removed MyVisManager (was deprecated in previous major release).
525- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
526- G4VVisCommand.cc: Improved UpdateVisManagerScene.
527- Refined guidance of issue "/tracking/storeTrajectory 1" on
528  "/vis/scene/add/trajectories".
529- Improved /vis/sceneHandler/attach.
530- G4VisManager.cc: Improved comments.
531
53213th October 2005  John Allison  (visman-V07-01-08)
533- G4ViewParameters: Added XGeometryString.
534- G4VViewer.cc: Pick up XGeometryString.
535- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
536  in window size hints.
537- /vis/viewer/set/background: Add opacity parameter.
538
53920th October 2005  John Allison  (visman-V07-01-07)
540- G4VisManager:
541  o Added methods for managing trajectory models.
542  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
543    G4int i_mode).
544  o Created /vis/modeling/trajectories/ for trajectory model messengers.
545  o Added XGeometryString for some future viewer enhancements.
546- G4VisExecutive: Added RegisterTrajectoryModelMakers.
547
54820th October 2005  John Allison (visman-V07-01-06)
549- Get standard colours with "/vis/viewer/set/background red", for example.
550- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
551  CLHEP-1.9.2.1.
552
55313th October 2005  John Allison (visman-V07-01-05)
554- Background colour - /vis/viewer/set/background.
555- Non-uniform scaling - /vis/viewer/scale and scaleTo.
556- Migrated to <sstream>.
557
55812th October 2005  John Allison (vis-V07-01-03)
559- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
560  (bug found by system test of vis-V07-01-02).
561
56216th September 2005  John Allison (visman-V07-01-04)
563- Simplified use of ConcreteInstance.  It is now always non-zero for
564  an instantiated vis manager; invalid views are reported by the vis
565  manager.  The exception is /vis/disable which zeros it; /vis/enable
566  or any valid command resets it.
567
56816th September 2005  John Allison (visman-V07-01-03)
569- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
570- Added warning:
571  o Attempt to add volume to a scene already containing the world.
572- Added error message:
573  o Logical volume model must be only volume model in scene.
574- G4Scene.cc: Improvement - no functional change.
575
57613th September 2005  John Allison (visman-V07-01-02)
577- Added WhiteBackground to G4ViewParameters.
578- Added /vis/viewer/set/whiteBackground.
579- G4VSceneHandler::GetColour and GetTextColour: white and opaque
580  objects on a white background are changed to black.
581- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
582- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
583
5842nd September 2005  John Allison (visman-V07-01-01)
585- Introduced optional second pass over run-duration models in
586  G4VSceneHandler::ProcessScene.
587
58820th July 2005  John Allison (visman-V07-01-00)
589- G4VisCommandsViewer.cc: Protected new viewer pointer.
590
5917th June 2005  John Allison (visman-V07-00-02)
592- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
593
59431st May 2005  John Allison  (visman-V07-00-01)
595- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
596  with spaces.
597- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
598  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.