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

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

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

File size: 23.0 KB
Line 
1$Id: History,v 1.101 2007/07/10 17:52:25 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
2910th July 2007  John Allison  (visman-V09-00-00)
30- Remove redundant method declarations in G4VisManager.hh.
31- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
32
33-25th May 2007  John Allison  (visman-V08-03-01)
34 Improved error trapping in viewer initialisation.
35- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
36
3716th May 2007  John Allison  (visman-V08-03-00)
38- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
39  Windows compiler(!).
40
414th April 2007  John Allison  (visman-V08-02-04)
42- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
43
443rd April 2007  John Allison  (visman-V08-02-03)
45- Added /vis/viewer/set/picking.  Picking is false by default, except
46  for OpenInventor.
47
4825th March 2007  John Allison  (visman-V08-02-02)
49- G4VisExecutive.icc: Removed G4GAGTree.
50- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
51  again, from /vis/drawVolume.
52- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
53- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
54
5511th January 2007  John Allison  (visman-V08-02-01)
56- Added /vis/abortReviewKeptEvents.
57- /vis/reviewKeptEvents: Improved guidance.
58- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
59  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
60- Reduced WARNING noise.
61
625th January 2007  John Allison  (visman-V08-02-00)
63- G4VSceneHandler:
64  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
65    available to all scene handlers).  Loads G4AttValues and G4AttDefs
66    onto any object that inherits G4AttHolder.
67  o Change signature of GetLineWidth from G4Visible& to
68    G4VisAttributes* for consistency with similar utility functions.
69    (Only used by OpenGL at present; requires opengl-V08-02-00.)
70  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
71- G4VisCommandsGeometrySet and G4VisManager.cc:
72  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
73    (inadvertently omitted in previous release).
74  o Improved guidance.
75- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
76- G4VViewer.cc: Improved comment.
77- G4VisCommandsCompound.cc:
78  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
79- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
80
8112th December 2006  Gabriele Cosmo  (visman-V08-01-16)
82- Commented command "vis/scene/add/eventID" forcing event ID to scene in
83  G4VisCommandsCompound.cc.
84
8525th November 2006  John Allison  (visman-V08-01-15)
86- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
87  Supresses eventID message when state == G4State_EventProc unless last event.
88- G4VisCommands.cc: /vis/reviewKeptEvents:
89  o An improvement in the information printed.
90  o Temporarily set endOfEventAction refresh so that eventID for each event.
91- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
92  o Restrict warning message so that the warning about the number of
93    kept events only happens for "accumulate".  Improve printing.
94- G4VisCommandsViewer.cc: Spelling correction in warning message.
95- G4VisManager.cc: Correct for 0 requested kept events.
96- G4Scene.cc: Initialise no. of kept events to 0.
97
9822nd November 2006  John Allison  (visman-V08-01-14)
99- Fixed /vis/reviewKeptEvents for "stored" viewers.
100
10121st November 2006  John Allison  (visman-V08-01-13)
102- Fixed double drawing of event.
103- Restored old verbosity and printing interface (for obsolete user vis
104  managers).
105
10616th November 2006  John Allison  (visman-V08-01-12)
107- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
108  Warning of scene change issued for other viewers.
109
11015th November 2006  John Allison  (visman-V08-01-11)
111- First implementation of /vis/reviewKeptEvents.
112
11314th November 2006  John Allison  (visman-V08-01-10)
114- Merged visman-V08-01-08-branch onto main branch.
115
11614th November 2006  John Allison  (visman-V08-01-08-08)
117- Partial implementation of /vis/reviewKeptEvents.
118
11914th November 2006  John Allison  (visman-V08-01-08-07)
120- Minor improvements:
121  o G4VisManager: Removed event count (not used).
122  o G4VSceneHandler: Inhibited drawing when vis disabled.
123  o Various /vis/scene commands: Added update statement so that
124    handlers are notified after change of scene.  Forces rebuild and
125    refresh of all viewers using current scene.
126
12712th November 2006  John Allison  (visman-V08-01-08-06)
128- Further iteration of event refreshing:
129  o G4VisManager:
130    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
131    ~ Removed unused methods from previous attempts.
132  o G4VSceneHandler: Used vis manager DrawEvent.
133  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
134    events.
135
13611th November 2006  John Allison  (visman-V08-01-08-05)
137- Removed /vis/scene/transientsAction.  Now event keeping by the vis
138  manager is automatic if there is a valid scene.  If the user issues
139  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
140  to a maximum N in number (N<0 means unlimited, the default value is
141  100).  Otherwise just the last event is kept.
142- Tidied up.
143
1449th November 2006  John Allison  (visman-V08-01-08-04)
145- G4VisManager: Removed data memebers associated with previous attempts
146  at event refreshing.
147- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
148- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
149  worlds.
150- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
151- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
152
1538th November 2006  John Allison  (visman-V08-01-08-03)
154- First attempt at using event keeping to refresh views.
155
1566th November 2006  John Allison  (visman-V08-01-08-02)
157- Merged visman-V08-01-09.
158
1596th November 2006  John Allison  (visman-V08-01-09)
160- /vis/drawVolume and /vis/specify: Suppress all but first warning about
161  needing to refresh for viewers that are not auto refresh.
162- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
163  is to add a world, if empty - reasonable behaviour.)
164
1655th November 2006  John Allison  (visman-V08-01-08-01)
166- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
167  material world = *(transportationManager->GetWorldsIterator()) in all cases
168  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
169
1703rd November 2006  John Allison  (visman-V08-01-08-00)
171- On visman-V08-01-08-branch.
172- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
173  visualisation: /vis/scene/add/volume worlds
174- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
175  to avoid warning messages about empty scene.
176
1773rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
178- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
179  Needs tracking-V08-01-05.
180
1811st November 2006  John Allison  (visman-V08-01-07)
182- /vis/scene/add/trajectories:
183  o Allow string parameters "rich" and "smooth".  Not yet activated
184    (awaiting tags in tracking).
185  o Deprecate use of integer parameter (i_mode).
186- GNUmakefile: Add geometry/magneticfield/include (for new
187  /vis/scene/add/trajectories command above).
188- G4VisManager.cc: Remove unnecessary comment line.
189
190----------------------------------------------------
19119th September 2006  John Allison  (visman-V08-01-06)
192- G4ViewParameters: Added ExplodeCentre.
193- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
194
195----------------------------------------------------
19613th September 2006  John Allison  (visman-V08-01-05)
197- G4ViewParameters: Improved setting and access to explode factor.
198- G4VisCommandsViewer: Added /vis/viewer/clone.
199- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
200- G4VisManager.cc: Registered /vis/viewer/clone.
201- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
202
20312th September 2006 Jane Tinslay
204- Add attribute based trajectory drawing & filtering, and attribute based
205  hit filtering
206
207---------------------------------------------------
2084th September 2006  John Allison  (visman-V08-01-04)
209- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
210- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
211  and /vis/viewer/set/cutawayMode.
212
21330th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
214- Added /vis/viewer/set/globalLineWidthScale.
215- Augmented /vis/scene/add/volume to include intersection of clipping volume
216  (only box -box *box at present).
217- G4VSceneHandler:
218  o Added GetLineWidth to take account of GlobalLineWidthScale.
219  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
220    (DCUT) and cutaways.  Currently not activated due to instabilities in
221    BooleanProcessor.
222- G4ViewParameters:
223  o Added GlobalLineWidthScale.
224  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
225
22614th August 2006  John Allison  (visman-V08-01-02)
227- G4VisManager.hh: Added some OpenGL friends.
228- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
229  before "add/volume".  Catches non-existing handlers better.  Overall
230  effect of compound command unchanged.
231- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
232
23310th July 2006  John Allison (visman-V08-01-01)
234- Co-works with greps-V08-01-01.
235- G4VSceneHandler:
236  o Removed Establish/DecommissionSpecials.
237  o Respect rationalised G4ModelingParameters.
238  o Added GetNoOfSides that respects forced line segments per circle.
239- G4VisCommandsScene.cc: Spelling correction.
240
2413rd July 2006  John Allison (visman-V08-01-00)
242- /vis/scene/transientsAction: Added max number of events parameter.
243- Added /vis/viewer/clearTransients.
244- Improved /vis/list.
245- G4VisManager.hh/icc: Added data members and acces for event copying.
246- G4VisManager.cc:
247  o Verbosity control of model printing.
248  o (Commented out) code for event copying.
249 - G4VSceneHandler.cc:
250  o (Commented out) code for event copying.
251
2528th June 2006 John Allison  (visman-V08-00-23)
253- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
254  that made it ineffective.
255
2567th June 2006 John Allison  (visman-V08-00-22)
257- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
258
2596th June 2006 John Allison  (visman-V08-00-21)
260- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
261
2624th June 2006 Joseph Perl (visman-V08-00-20)
263- This tag includes all the changes below.
264
2652nd June 2006 Jane Tinslay
266- Add accessor for current trajectory drawing model
267- Make G4HepRepFileSceneHandler a friend of G4VisManager
268
2691st June 2006 Jane Tinslay
270- Add accessor in G4VisListManager
271
27230th May 2006 Jane Tinslay
273- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
274  to G4VisExecutive
275
27625th May 2006 John Allison  (visman-V08-00-19)
277- G4Scene.cc: Changed default fRecomputeTransients to false.
278- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
279  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
280- G4VisFilter/List/ModelManager.hh: Indent printing of models.
281- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
282
28322nd May 2006 John Allison  (visman-V08-00-18)
284- G4VisManager:
285  o Added SetReprocessing (for transients).
286  o Reduce dependency on Run (get event from event manager).
287  o (Includes some event copying stuff - commented out.)
288- G4VSceneHandler.cc: Require Idle state for transient re-computation.
289- G4Scene:
290  o Remove Clear().  (Not used.)
291  o Add printing and testing for fRecomputeTransients.  (Forgot in
292    visman-V08-00-08.)
293- /vis/.../list commands: Default verbosity "warnings".
294
29513th May 2006 John Allison  (visman-V08-00-17)
296- Provided identity transformation for 2D drawing.  A temporary
297  expedient until all drivers can implement 2D drawing.
298
29912th May 2006  John Allison  (visman-V08-00-16)
300- Added /vis/list.
301- Added /vis/scene/add/eventID.
302- Final refinements for event/run reprocessing (re-computation of
303  transients):
304  o Pick up random number status from run manager.
305  o Run and event numbers reset.
306  o Protect against non-instantiation of run manager.
307- Followed G4CallbackModel change (see modeling-V08-00-09).
308- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
309  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
310
3114th May 2006  John Allison  (visman-V08-00-15)
312- Improved protection for null models and parameters.
313
3142nd May 2006 Jane Tinslay
315- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
316- Add FilterTrajectory method to G4VisManager
317
31828th April 2006  John Allison (visman-V08-00-14)
319- G4VSceneHandler.cc: Added call to FinishView after run-duration
320  model computation and before end-of-event and transients
321  re-computation to get good buffer swapping behaviour for double
322  buffer drivers.
323- G4VisCommandsScene.cc: Added protection in
324  /vis/scene/endOfRunAction.  Error for accumulate if end of event
325  action is not also accumulate.
326- G4VisManager: To get good refresh bahaviour when re-computing
327  transients in OpenGL*Xm and similar drivers, postpone ShowView to
328  end of run for last event in a run.  This ensures G4 is in Idle
329  state.
330- GNUmakefile: Added includes for access to run manager for above.
331
33222nd April 2006  John Allison (visman-V08-00-13)
333- Bug fix (workaround) for memory leak in CheckModel (bug #861).
334- Implement PrintAvailableModels using improvement below.
335
33621st April 2006 Jane Tinslay
337- Improve printout for trajectory drawing and filtering
338
33919th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
340- G4VisManager:
341  o Implemented Draw2D(const G4Text&).
342  o Added PrintAvailableModels (but awaiting implementation).
343  o Fixed directory names (trailing '/').
344- G4VSceneHandler:
345  o Implemented Begin/EndPrimitives2D.
346  o Migrated to direct access to G4PhysicalVolumeModel.
347
34828th March 2006 Jane Tinslay (jst28032006)
349- Introduce G4VisFilterManager.hh to manager filtering
350- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
351  to support filtering
352
35328th March 2006  John Allison  (visman-V08-00-11)
354- Corrects logic of transients re-computation:
355  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
356  o G4VSceneHandler: Improved logic of transients re-computation.
357  o G4VViewer: Improved logic of fNeedKernelVisit.
358- Unified treatment of bools in commands.
359
36024th March 2006 Jane Tinslay (jst24032006)
361- Introduce trajectory drawing manager which is used by
362  G4VisManager. No change in overall functionality.
363
36416th March 2006 Jane Tinslay (jst16032006)
365- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
366
36713th March 2006  John Allison  (visman-V08-00-10)
368- Fixes recomputation of transients when changing drivers.
369- G4VisManager: Added fTransientsDrawnThisEvent/Run.
370- G4VSceneHandler:
371  o Removed fTransientsDrawn (now in G4VisManager).
372  o Added fProcessingSolid.
373  o Fixed recomputation of transients.
374
3758th March 2006  John Allison  (visman-V08-00-09)
376- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
377
3786th March 2006  John Allison  (visman-V08-00-08)
379- Added /vis/scene/transientsAction, a feature for recomputing
380  transients (trajectories, hits, user drawing, etc.) when needed by
381  the viewer.  Thus, transients are "remembered" and may be copied
382  between graphics systems.
383
3849th February 2006  John Allison  (visman-V08-00-07)
385- First implementation of refresh end-of-event models (trajectories, etc.).
386
3878th February 2006  John Allison  (visman-V08-00-06)
388- Needs modeling-V08-00-02.
389- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
390- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
391
3923rd February 2006  John Allison  (visman-V08-00-05)
393- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
394- Very minor printing and comments improvements.
395
39626th January 2006  John Allison  (visman-V08-00-04)
397- G4VViewer: Removed fModified.  It was used to flag a change of view
398  parameters but it was only ever used negatively, i.e., to *prevent*
399  its effect of invoking SetView.  So it has been removed and the
400  responsibility for calling SetView after a change of view parameters
401  rests with the user (e.g., the vis commands).  Only used by OpenGL
402  and OpenInventor; now works with opengl-V08-00-01 and
403  openinventor-V08-00-00.
404- G4VSceneHandler.hh: Improved comments.
405- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
406  registered.
407- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
408
40925th January 2006  John Allison  (visman-V08-00-03)
410- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
411
41211th January 2006  John Allison  (visman-V08-00-02)
413- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
414- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
415- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
416  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
417- G4VisCommandsSceneAdd.cc: Improved message when world not available.
418- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
419  to /vis/scene/notifyHandlers.  Avoids double refresh.
420- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
421  invalid view.
422
4239th January 2006  John Allison  (visman-V08-00-01)
424- This tag includes all the changes below.
425
4269th January 2006  John Allison  (visman-V08-00-00)
427- This tag is geant4-08-00-ref-00 + change of 5th January only.
428
4295th January 2006  John Allison
430- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
431  fMarkForClearingTransientStore(true) initially now.  This is so that
432  at end of event or run, the view is refreshed and the scene
433  (detector geometry, etc.) is drawn or written to file.
434
43514th December 2005  John Allison
436- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
437  graphical database, if any.  Particularly relevant for Open Inventor.
438- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
439- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
440  to an empty scene.
441- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
442  an empty scene, invoke UpdateVisManagerScene, which applies
443  "/vis/scene/notifyHandlers", which now forces a rebuild.
444- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
445
4464th December  John Allison (visman-V07-01-10)
447- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
448  user has not instantiated a scene handler, e.g., in batch mode.
449
45029th November 2005  Jane Tinslay
451- Make G4VisManager::RegisterModelFactories() non-pure for
452  backwards compatibility.
453- Add information message to G4VisManager::DispatchToModel when default trajectory
454  model is used.
455
45623rd November 2005  Joseph Perl  (visman-V07-01-09)
457- Tagged in preparation for Geant4 8.0
458
45923rd November 2005  Jane Tinslay
460- Enhanced trajectory implementation
461
46222nd November 2005  John Allison
463- Added /vis/viewer/rebuild (forces visit of kernel).
464- Changed G4Transform3D::Identity to G4Transform3D().
465- Tidied initial printing.
466- Removed MyVisManager (was deprecated in previous major release).
467- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
468- G4VVisCommand.cc: Improved UpdateVisManagerScene.
469- Refined guidance of issue "/tracking/storeTrajectory 1" on
470  "/vis/scene/add/trajectories".
471- Improved /vis/sceneHandler/attach.
472- G4VisManager.cc: Improved comments.
473
47413th October 2005  John Allison  (visman-V07-01-08)
475- G4ViewParameters: Added XGeometryString.
476- G4VViewer.cc: Pick up XGeometryString.
477- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
478  in window size hints.
479- /vis/viewer/set/background: Add opacity parameter.
480
48120th October 2005  John Allison  (visman-V07-01-07)
482- G4VisManager:
483  o Added methods for managing trajectory models.
484  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
485    G4int i_mode).
486  o Created /vis/modeling/trajectories/ for trajectory model messengers.
487  o Added XGeometryString for some future viewer enhancements.
488- G4VisExecutive: Added RegisterTrajectoryModelMakers.
489
49020th October 2005  John Allison (visman-V07-01-06)
491- Get standard colours with "/vis/viewer/set/background red", for example.
492- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
493  CLHEP-1.9.2.1.
494
49513th October 2005  John Allison (visman-V07-01-05)
496- Background colour - /vis/viewer/set/background.
497- Non-uniform scaling - /vis/viewer/scale and scaleTo.
498- Migrated to <sstream>.
499
50012th October 2005  John Allison (vis-V07-01-03)
501- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
502  (bug found by system test of vis-V07-01-02).
503
50416th September 2005  John Allison (visman-V07-01-04)
505- Simplified use of ConcreteInstance.  It is now always non-zero for
506  an instantiated vis manager; invalid views are reported by the vis
507  manager.  The exception is /vis/disable which zeros it; /vis/enable
508  or any valid command resets it.
509
51016th September 2005  John Allison (visman-V07-01-03)
511- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
512- Added warning:
513  o Attempt to add volume to a scene already containing the world.
514- Added error message:
515  o Logical volume model must be only volume model in scene.
516- G4Scene.cc: Improvement - no functional change.
517
51813th September 2005  John Allison (visman-V07-01-02)
519- Added WhiteBackground to G4ViewParameters.
520- Added /vis/viewer/set/whiteBackground.
521- G4VSceneHandler::GetColour and GetTextColour: white and opaque
522  objects on a white background are changed to black.
523- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
524- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
525
5262nd September 2005  John Allison (visman-V07-01-01)
527- Introduced optional second pass over run-duration models in
528  G4VSceneHandler::ProcessScene.
529
53020th July 2005  John Allison (visman-V07-01-00)
531- G4VisCommandsViewer.cc: Protected new viewer pointer.
532
5337th June 2005  John Allison (visman-V07-00-02)
534- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
535
53631st May 2005  John Allison  (visman-V07-00-01)
537- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
538  with spaces.
539- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
540  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.