source: trunk/geant4/visualization/management/History @ 631

Last change on this file since 631 was 631, checked in by garnier, 17 years ago

maj a jour par rapport au repository de geant4

File size: 23.4 KB
Line 
1$Id: History,v 1.103 2007/11/16 20:34:17 perl 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
2916th November 2007  Joseph Perl  (visman-V09-00-02)
30- G4VisCommandsCompound.cc: Replace references to Wired3.
31- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
32
3310th November 2007  John Allison  (visman-V09-00-01)
34- G4VisManager.cc: Minor improvement in messaging.
35- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
36
3710th July 2007  John Allison  (visman-V09-00-00)
38- Remove redundant method declarations in G4VisManager.hh.
39- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
40
41-25th May 2007  John Allison  (visman-V08-03-01)
42 Improved error trapping in viewer initialisation.
43- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
44
4516th May 2007  John Allison  (visman-V08-03-00)
46- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
47  Windows compiler(!).
48
494th April 2007  John Allison  (visman-V08-02-04)
50- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
51
523rd April 2007  John Allison  (visman-V08-02-03)
53- Added /vis/viewer/set/picking.  Picking is false by default, except
54  for OpenInventor.
55
5625th March 2007  John Allison  (visman-V08-02-02)
57- G4VisExecutive.icc: Removed G4GAGTree.
58- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
59  again, from /vis/drawVolume.
60- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
61- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
62
6311th January 2007  John Allison  (visman-V08-02-01)
64- Added /vis/abortReviewKeptEvents.
65- /vis/reviewKeptEvents: Improved guidance.
66- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
67  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
68- Reduced WARNING noise.
69
705th January 2007  John Allison  (visman-V08-02-00)
71- G4VSceneHandler:
72  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
73    available to all scene handlers).  Loads G4AttValues and G4AttDefs
74    onto any object that inherits G4AttHolder.
75  o Change signature of GetLineWidth from G4Visible& to
76    G4VisAttributes* for consistency with similar utility functions.
77    (Only used by OpenGL at present; requires opengl-V08-02-00.)
78  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
79- G4VisCommandsGeometrySet and G4VisManager.cc:
80  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
81    (inadvertently omitted in previous release).
82  o Improved guidance.
83- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
84- G4VViewer.cc: Improved comment.
85- G4VisCommandsCompound.cc:
86  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
87- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
88
8912th December 2006  Gabriele Cosmo  (visman-V08-01-16)
90- Commented command "vis/scene/add/eventID" forcing event ID to scene in
91  G4VisCommandsCompound.cc.
92
9325th November 2006  John Allison  (visman-V08-01-15)
94- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
95  Supresses eventID message when state == G4State_EventProc unless last event.
96- G4VisCommands.cc: /vis/reviewKeptEvents:
97  o An improvement in the information printed.
98  o Temporarily set endOfEventAction refresh so that eventID for each event.
99- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
100  o Restrict warning message so that the warning about the number of
101    kept events only happens for "accumulate".  Improve printing.
102- G4VisCommandsViewer.cc: Spelling correction in warning message.
103- G4VisManager.cc: Correct for 0 requested kept events.
104- G4Scene.cc: Initialise no. of kept events to 0.
105
10622nd November 2006  John Allison  (visman-V08-01-14)
107- Fixed /vis/reviewKeptEvents for "stored" viewers.
108
10921st November 2006  John Allison  (visman-V08-01-13)
110- Fixed double drawing of event.
111- Restored old verbosity and printing interface (for obsolete user vis
112  managers).
113
11416th November 2006  John Allison  (visman-V08-01-12)
115- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
116  Warning of scene change issued for other viewers.
117
11815th November 2006  John Allison  (visman-V08-01-11)
119- First implementation of /vis/reviewKeptEvents.
120
12114th November 2006  John Allison  (visman-V08-01-10)
122- Merged visman-V08-01-08-branch onto main branch.
123
12414th November 2006  John Allison  (visman-V08-01-08-08)
125- Partial implementation of /vis/reviewKeptEvents.
126
12714th November 2006  John Allison  (visman-V08-01-08-07)
128- Minor improvements:
129  o G4VisManager: Removed event count (not used).
130  o G4VSceneHandler: Inhibited drawing when vis disabled.
131  o Various /vis/scene commands: Added update statement so that
132    handlers are notified after change of scene.  Forces rebuild and
133    refresh of all viewers using current scene.
134
13512th November 2006  John Allison  (visman-V08-01-08-06)
136- Further iteration of event refreshing:
137  o G4VisManager:
138    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
139    ~ Removed unused methods from previous attempts.
140  o G4VSceneHandler: Used vis manager DrawEvent.
141  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
142    events.
143
14411th November 2006  John Allison  (visman-V08-01-08-05)
145- Removed /vis/scene/transientsAction.  Now event keeping by the vis
146  manager is automatic if there is a valid scene.  If the user issues
147  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
148  to a maximum N in number (N<0 means unlimited, the default value is
149  100).  Otherwise just the last event is kept.
150- Tidied up.
151
1529th November 2006  John Allison  (visman-V08-01-08-04)
153- G4VisManager: Removed data memebers associated with previous attempts
154  at event refreshing.
155- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
156- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
157  worlds.
158- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
159- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
160
1618th November 2006  John Allison  (visman-V08-01-08-03)
162- First attempt at using event keeping to refresh views.
163
1646th November 2006  John Allison  (visman-V08-01-08-02)
165- Merged visman-V08-01-09.
166
1676th November 2006  John Allison  (visman-V08-01-09)
168- /vis/drawVolume and /vis/specify: Suppress all but first warning about
169  needing to refresh for viewers that are not auto refresh.
170- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
171  is to add a world, if empty - reasonable behaviour.)
172
1735th November 2006  John Allison  (visman-V08-01-08-01)
174- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
175  material world = *(transportationManager->GetWorldsIterator()) in all cases
176  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
177
1783rd November 2006  John Allison  (visman-V08-01-08-00)
179- On visman-V08-01-08-branch.
180- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
181  visualisation: /vis/scene/add/volume worlds
182- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
183  to avoid warning messages about empty scene.
184
1853rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
186- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
187  Needs tracking-V08-01-05.
188
1891st November 2006  John Allison  (visman-V08-01-07)
190- /vis/scene/add/trajectories:
191  o Allow string parameters "rich" and "smooth".  Not yet activated
192    (awaiting tags in tracking).
193  o Deprecate use of integer parameter (i_mode).
194- GNUmakefile: Add geometry/magneticfield/include (for new
195  /vis/scene/add/trajectories command above).
196- G4VisManager.cc: Remove unnecessary comment line.
197
198----------------------------------------------------
19919th September 2006  John Allison  (visman-V08-01-06)
200- G4ViewParameters: Added ExplodeCentre.
201- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
202
203----------------------------------------------------
20413th September 2006  John Allison  (visman-V08-01-05)
205- G4ViewParameters: Improved setting and access to explode factor.
206- G4VisCommandsViewer: Added /vis/viewer/clone.
207- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
208- G4VisManager.cc: Registered /vis/viewer/clone.
209- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
210
21112th September 2006 Jane Tinslay
212- Add attribute based trajectory drawing & filtering, and attribute based
213  hit filtering
214
215---------------------------------------------------
2164th September 2006  John Allison  (visman-V08-01-04)
217- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
218- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
219  and /vis/viewer/set/cutawayMode.
220
22130th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
222- Added /vis/viewer/set/globalLineWidthScale.
223- Augmented /vis/scene/add/volume to include intersection of clipping volume
224  (only box -box *box at present).
225- G4VSceneHandler:
226  o Added GetLineWidth to take account of GlobalLineWidthScale.
227  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
228    (DCUT) and cutaways.  Currently not activated due to instabilities in
229    BooleanProcessor.
230- G4ViewParameters:
231  o Added GlobalLineWidthScale.
232  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
233
23414th August 2006  John Allison  (visman-V08-01-02)
235- G4VisManager.hh: Added some OpenGL friends.
236- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
237  before "add/volume".  Catches non-existing handlers better.  Overall
238  effect of compound command unchanged.
239- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
240
24110th July 2006  John Allison (visman-V08-01-01)
242- Co-works with greps-V08-01-01.
243- G4VSceneHandler:
244  o Removed Establish/DecommissionSpecials.
245  o Respect rationalised G4ModelingParameters.
246  o Added GetNoOfSides that respects forced line segments per circle.
247- G4VisCommandsScene.cc: Spelling correction.
248
2493rd July 2006  John Allison (visman-V08-01-00)
250- /vis/scene/transientsAction: Added max number of events parameter.
251- Added /vis/viewer/clearTransients.
252- Improved /vis/list.
253- G4VisManager.hh/icc: Added data members and acces for event copying.
254- G4VisManager.cc:
255  o Verbosity control of model printing.
256  o (Commented out) code for event copying.
257 - G4VSceneHandler.cc:
258  o (Commented out) code for event copying.
259
2608th June 2006 John Allison  (visman-V08-00-23)
261- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
262  that made it ineffective.
263
2647th June 2006 John Allison  (visman-V08-00-22)
265- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
266
2676th June 2006 John Allison  (visman-V08-00-21)
268- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
269
2704th June 2006 Joseph Perl (visman-V08-00-20)
271- This tag includes all the changes below.
272
2732nd June 2006 Jane Tinslay
274- Add accessor for current trajectory drawing model
275- Make G4HepRepFileSceneHandler a friend of G4VisManager
276
2771st June 2006 Jane Tinslay
278- Add accessor in G4VisListManager
279
28030th May 2006 Jane Tinslay
281- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
282  to G4VisExecutive
283
28425th May 2006 John Allison  (visman-V08-00-19)
285- G4Scene.cc: Changed default fRecomputeTransients to false.
286- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
287  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
288- G4VisFilter/List/ModelManager.hh: Indent printing of models.
289- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
290
29122nd May 2006 John Allison  (visman-V08-00-18)
292- G4VisManager:
293  o Added SetReprocessing (for transients).
294  o Reduce dependency on Run (get event from event manager).
295  o (Includes some event copying stuff - commented out.)
296- G4VSceneHandler.cc: Require Idle state for transient re-computation.
297- G4Scene:
298  o Remove Clear().  (Not used.)
299  o Add printing and testing for fRecomputeTransients.  (Forgot in
300    visman-V08-00-08.)
301- /vis/.../list commands: Default verbosity "warnings".
302
30313th May 2006 John Allison  (visman-V08-00-17)
304- Provided identity transformation for 2D drawing.  A temporary
305  expedient until all drivers can implement 2D drawing.
306
30712th May 2006  John Allison  (visman-V08-00-16)
308- Added /vis/list.
309- Added /vis/scene/add/eventID.
310- Final refinements for event/run reprocessing (re-computation of
311  transients):
312  o Pick up random number status from run manager.
313  o Run and event numbers reset.
314  o Protect against non-instantiation of run manager.
315- Followed G4CallbackModel change (see modeling-V08-00-09).
316- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
317  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
318
3194th May 2006  John Allison  (visman-V08-00-15)
320- Improved protection for null models and parameters.
321
3222nd May 2006 Jane Tinslay
323- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
324- Add FilterTrajectory method to G4VisManager
325
32628th April 2006  John Allison (visman-V08-00-14)
327- G4VSceneHandler.cc: Added call to FinishView after run-duration
328  model computation and before end-of-event and transients
329  re-computation to get good buffer swapping behaviour for double
330  buffer drivers.
331- G4VisCommandsScene.cc: Added protection in
332  /vis/scene/endOfRunAction.  Error for accumulate if end of event
333  action is not also accumulate.
334- G4VisManager: To get good refresh bahaviour when re-computing
335  transients in OpenGL*Xm and similar drivers, postpone ShowView to
336  end of run for last event in a run.  This ensures G4 is in Idle
337  state.
338- GNUmakefile: Added includes for access to run manager for above.
339
34022nd April 2006  John Allison (visman-V08-00-13)
341- Bug fix (workaround) for memory leak in CheckModel (bug #861).
342- Implement PrintAvailableModels using improvement below.
343
34421st April 2006 Jane Tinslay
345- Improve printout for trajectory drawing and filtering
346
34719th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
348- G4VisManager:
349  o Implemented Draw2D(const G4Text&).
350  o Added PrintAvailableModels (but awaiting implementation).
351  o Fixed directory names (trailing '/').
352- G4VSceneHandler:
353  o Implemented Begin/EndPrimitives2D.
354  o Migrated to direct access to G4PhysicalVolumeModel.
355
35628th March 2006 Jane Tinslay (jst28032006)
357- Introduce G4VisFilterManager.hh to manager filtering
358- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
359  to support filtering
360
36128th March 2006  John Allison  (visman-V08-00-11)
362- Corrects logic of transients re-computation:
363  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
364  o G4VSceneHandler: Improved logic of transients re-computation.
365  o G4VViewer: Improved logic of fNeedKernelVisit.
366- Unified treatment of bools in commands.
367
36824th March 2006 Jane Tinslay (jst24032006)
369- Introduce trajectory drawing manager which is used by
370  G4VisManager. No change in overall functionality.
371
37216th March 2006 Jane Tinslay (jst16032006)
373- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
374
37513th March 2006  John Allison  (visman-V08-00-10)
376- Fixes recomputation of transients when changing drivers.
377- G4VisManager: Added fTransientsDrawnThisEvent/Run.
378- G4VSceneHandler:
379  o Removed fTransientsDrawn (now in G4VisManager).
380  o Added fProcessingSolid.
381  o Fixed recomputation of transients.
382
3838th March 2006  John Allison  (visman-V08-00-09)
384- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
385
3866th March 2006  John Allison  (visman-V08-00-08)
387- Added /vis/scene/transientsAction, a feature for recomputing
388  transients (trajectories, hits, user drawing, etc.) when needed by
389  the viewer.  Thus, transients are "remembered" and may be copied
390  between graphics systems.
391
3929th February 2006  John Allison  (visman-V08-00-07)
393- First implementation of refresh end-of-event models (trajectories, etc.).
394
3958th February 2006  John Allison  (visman-V08-00-06)
396- Needs modeling-V08-00-02.
397- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
398- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
399
4003rd February 2006  John Allison  (visman-V08-00-05)
401- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
402- Very minor printing and comments improvements.
403
40426th January 2006  John Allison  (visman-V08-00-04)
405- G4VViewer: Removed fModified.  It was used to flag a change of view
406  parameters but it was only ever used negatively, i.e., to *prevent*
407  its effect of invoking SetView.  So it has been removed and the
408  responsibility for calling SetView after a change of view parameters
409  rests with the user (e.g., the vis commands).  Only used by OpenGL
410  and OpenInventor; now works with opengl-V08-00-01 and
411  openinventor-V08-00-00.
412- G4VSceneHandler.hh: Improved comments.
413- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
414  registered.
415- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
416
41725th January 2006  John Allison  (visman-V08-00-03)
418- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
419
42011th January 2006  John Allison  (visman-V08-00-02)
421- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
422- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
423- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
424  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
425- G4VisCommandsSceneAdd.cc: Improved message when world not available.
426- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
427  to /vis/scene/notifyHandlers.  Avoids double refresh.
428- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
429  invalid view.
430
4319th January 2006  John Allison  (visman-V08-00-01)
432- This tag includes all the changes below.
433
4349th January 2006  John Allison  (visman-V08-00-00)
435- This tag is geant4-08-00-ref-00 + change of 5th January only.
436
4375th January 2006  John Allison
438- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
439  fMarkForClearingTransientStore(true) initially now.  This is so that
440  at end of event or run, the view is refreshed and the scene
441  (detector geometry, etc.) is drawn or written to file.
442
44314th December 2005  John Allison
444- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
445  graphical database, if any.  Particularly relevant for Open Inventor.
446- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
447- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
448  to an empty scene.
449- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
450  an empty scene, invoke UpdateVisManagerScene, which applies
451  "/vis/scene/notifyHandlers", which now forces a rebuild.
452- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
453
4544th December  John Allison (visman-V07-01-10)
455- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
456  user has not instantiated a scene handler, e.g., in batch mode.
457
45829th November 2005  Jane Tinslay
459- Make G4VisManager::RegisterModelFactories() non-pure for
460  backwards compatibility.
461- Add information message to G4VisManager::DispatchToModel when default trajectory
462  model is used.
463
46423rd November 2005  Joseph Perl  (visman-V07-01-09)
465- Tagged in preparation for Geant4 8.0
466
46723rd November 2005  Jane Tinslay
468- Enhanced trajectory implementation
469
47022nd November 2005  John Allison
471- Added /vis/viewer/rebuild (forces visit of kernel).
472- Changed G4Transform3D::Identity to G4Transform3D().
473- Tidied initial printing.
474- Removed MyVisManager (was deprecated in previous major release).
475- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
476- G4VVisCommand.cc: Improved UpdateVisManagerScene.
477- Refined guidance of issue "/tracking/storeTrajectory 1" on
478  "/vis/scene/add/trajectories".
479- Improved /vis/sceneHandler/attach.
480- G4VisManager.cc: Improved comments.
481
48213th October 2005  John Allison  (visman-V07-01-08)
483- G4ViewParameters: Added XGeometryString.
484- G4VViewer.cc: Pick up XGeometryString.
485- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
486  in window size hints.
487- /vis/viewer/set/background: Add opacity parameter.
488
48920th October 2005  John Allison  (visman-V07-01-07)
490- G4VisManager:
491  o Added methods for managing trajectory models.
492  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
493    G4int i_mode).
494  o Created /vis/modeling/trajectories/ for trajectory model messengers.
495  o Added XGeometryString for some future viewer enhancements.
496- G4VisExecutive: Added RegisterTrajectoryModelMakers.
497
49820th October 2005  John Allison (visman-V07-01-06)
499- Get standard colours with "/vis/viewer/set/background red", for example.
500- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
501  CLHEP-1.9.2.1.
502
50313th October 2005  John Allison (visman-V07-01-05)
504- Background colour - /vis/viewer/set/background.
505- Non-uniform scaling - /vis/viewer/scale and scaleTo.
506- Migrated to <sstream>.
507
50812th October 2005  John Allison (vis-V07-01-03)
509- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
510  (bug found by system test of vis-V07-01-02).
511
51216th September 2005  John Allison (visman-V07-01-04)
513- Simplified use of ConcreteInstance.  It is now always non-zero for
514  an instantiated vis manager; invalid views are reported by the vis
515  manager.  The exception is /vis/disable which zeros it; /vis/enable
516  or any valid command resets it.
517
51816th September 2005  John Allison (visman-V07-01-03)
519- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
520- Added warning:
521  o Attempt to add volume to a scene already containing the world.
522- Added error message:
523  o Logical volume model must be only volume model in scene.
524- G4Scene.cc: Improvement - no functional change.
525
52613th September 2005  John Allison (visman-V07-01-02)
527- Added WhiteBackground to G4ViewParameters.
528- Added /vis/viewer/set/whiteBackground.
529- G4VSceneHandler::GetColour and GetTextColour: white and opaque
530  objects on a white background are changed to black.
531- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
532- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
533
5342nd September 2005  John Allison (visman-V07-01-01)
535- Introduced optional second pass over run-duration models in
536  G4VSceneHandler::ProcessScene.
537
53820th July 2005  John Allison (visman-V07-01-00)
539- G4VisCommandsViewer.cc: Protected new viewer pointer.
540
5417th June 2005  John Allison (visman-V07-00-02)
542- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
543
54431st May 2005  John Allison  (visman-V07-00-01)
545- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
546  with spaces.
547- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
548  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.