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

Last change on this file since 742 was 714, checked in by garnier, 16 years ago

maj du Histoy file

File size: 23.7 KB
Line 
1$Id: History,v 1.105 2008/01/04 22:03: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
295th February 2008, Laurent Garnier
30 - Implemented a function in order to IncrementPan with X,Y,Z values
31
324th January 2008  John Allison  (visman-V09-01-00)
33- Implemented extended 2D interface.
34
3530th November 2007  Laurent Garnier
36- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
37 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
38#endif
39
4016th November 2007  Joseph Perl  (visman-V09-00-02)
41- G4VisCommandsCompound.cc: Replace references to Wired3.
42- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
43
4410th November 2007  John Allison  (visman-V09-00-01)
45- G4VisManager.cc: Minor improvement in messaging.
46- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
47
4810th July 2007  John Allison  (visman-V09-00-00)
49- Remove redundant method declarations in G4VisManager.hh.
50- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
51
52-25th May 2007  John Allison  (visman-V08-03-01)
53 Improved error trapping in viewer initialisation.
54- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
55
5616th May 2007  John Allison  (visman-V08-03-00)
57- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
58  Windows compiler(!).
59
604th April 2007  John Allison  (visman-V08-02-04)
61- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
62
633rd April 2007  John Allison  (visman-V08-02-03)
64- Added /vis/viewer/set/picking.  Picking is false by default, except
65  for OpenInventor.
66
6725th March 2007  John Allison  (visman-V08-02-02)
68- G4VisExecutive.icc: Removed G4GAGTree.
69- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
70  again, from /vis/drawVolume.
71- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
72- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
73
7411th January 2007  John Allison  (visman-V08-02-01)
75- Added /vis/abortReviewKeptEvents.
76- /vis/reviewKeptEvents: Improved guidance.
77- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
78  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
79- Reduced WARNING noise.
80
815th January 2007  John Allison  (visman-V08-02-00)
82- G4VSceneHandler:
83  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
84    available to all scene handlers).  Loads G4AttValues and G4AttDefs
85    onto any object that inherits G4AttHolder.
86  o Change signature of GetLineWidth from G4Visible& to
87    G4VisAttributes* for consistency with similar utility functions.
88    (Only used by OpenGL at present; requires opengl-V08-02-00.)
89  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
90- G4VisCommandsGeometrySet and G4VisManager.cc:
91  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
92    (inadvertently omitted in previous release).
93  o Improved guidance.
94- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
95- G4VViewer.cc: Improved comment.
96- G4VisCommandsCompound.cc:
97  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
98- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
99
10012th December 2006  Gabriele Cosmo  (visman-V08-01-16)
101- Commented command "vis/scene/add/eventID" forcing event ID to scene in
102  G4VisCommandsCompound.cc.
103
10425th November 2006  John Allison  (visman-V08-01-15)
105- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
106  Supresses eventID message when state == G4State_EventProc unless last event.
107- G4VisCommands.cc: /vis/reviewKeptEvents:
108  o An improvement in the information printed.
109  o Temporarily set endOfEventAction refresh so that eventID for each event.
110- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
111  o Restrict warning message so that the warning about the number of
112    kept events only happens for "accumulate".  Improve printing.
113- G4VisCommandsViewer.cc: Spelling correction in warning message.
114- G4VisManager.cc: Correct for 0 requested kept events.
115- G4Scene.cc: Initialise no. of kept events to 0.
116
11722nd November 2006  John Allison  (visman-V08-01-14)
118- Fixed /vis/reviewKeptEvents for "stored" viewers.
119
12021st November 2006  John Allison  (visman-V08-01-13)
121- Fixed double drawing of event.
122- Restored old verbosity and printing interface (for obsolete user vis
123  managers).
124
12516th November 2006  John Allison  (visman-V08-01-12)
126- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
127  Warning of scene change issued for other viewers.
128
12915th November 2006  John Allison  (visman-V08-01-11)
130- First implementation of /vis/reviewKeptEvents.
131
13214th November 2006  John Allison  (visman-V08-01-10)
133- Merged visman-V08-01-08-branch onto main branch.
134
13514th November 2006  John Allison  (visman-V08-01-08-08)
136- Partial implementation of /vis/reviewKeptEvents.
137
13814th November 2006  John Allison  (visman-V08-01-08-07)
139- Minor improvements:
140  o G4VisManager: Removed event count (not used).
141  o G4VSceneHandler: Inhibited drawing when vis disabled.
142  o Various /vis/scene commands: Added update statement so that
143    handlers are notified after change of scene.  Forces rebuild and
144    refresh of all viewers using current scene.
145
14612th November 2006  John Allison  (visman-V08-01-08-06)
147- Further iteration of event refreshing:
148  o G4VisManager:
149    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
150    ~ Removed unused methods from previous attempts.
151  o G4VSceneHandler: Used vis manager DrawEvent.
152  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
153    events.
154
15511th November 2006  John Allison  (visman-V08-01-08-05)
156- Removed /vis/scene/transientsAction.  Now event keeping by the vis
157  manager is automatic if there is a valid scene.  If the user issues
158  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
159  to a maximum N in number (N<0 means unlimited, the default value is
160  100).  Otherwise just the last event is kept.
161- Tidied up.
162
1639th November 2006  John Allison  (visman-V08-01-08-04)
164- G4VisManager: Removed data memebers associated with previous attempts
165  at event refreshing.
166- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
167- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
168  worlds.
169- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
170- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
171
1728th November 2006  John Allison  (visman-V08-01-08-03)
173- First attempt at using event keeping to refresh views.
174
1756th November 2006  John Allison  (visman-V08-01-08-02)
176- Merged visman-V08-01-09.
177
1786th November 2006  John Allison  (visman-V08-01-09)
179- /vis/drawVolume and /vis/specify: Suppress all but first warning about
180  needing to refresh for viewers that are not auto refresh.
181- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
182  is to add a world, if empty - reasonable behaviour.)
183
1845th November 2006  John Allison  (visman-V08-01-08-01)
185- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
186  material world = *(transportationManager->GetWorldsIterator()) in all cases
187  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
188
1893rd November 2006  John Allison  (visman-V08-01-08-00)
190- On visman-V08-01-08-branch.
191- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
192  visualisation: /vis/scene/add/volume worlds
193- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
194  to avoid warning messages about empty scene.
195
1963rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
197- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
198  Needs tracking-V08-01-05.
199
2001st November 2006  John Allison  (visman-V08-01-07)
201- /vis/scene/add/trajectories:
202  o Allow string parameters "rich" and "smooth".  Not yet activated
203    (awaiting tags in tracking).
204  o Deprecate use of integer parameter (i_mode).
205- GNUmakefile: Add geometry/magneticfield/include (for new
206  /vis/scene/add/trajectories command above).
207- G4VisManager.cc: Remove unnecessary comment line.
208
209----------------------------------------------------
21019th September 2006  John Allison  (visman-V08-01-06)
211- G4ViewParameters: Added ExplodeCentre.
212- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
213
214----------------------------------------------------
21513th September 2006  John Allison  (visman-V08-01-05)
216- G4ViewParameters: Improved setting and access to explode factor.
217- G4VisCommandsViewer: Added /vis/viewer/clone.
218- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
219- G4VisManager.cc: Registered /vis/viewer/clone.
220- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
221
22212th September 2006 Jane Tinslay
223- Add attribute based trajectory drawing & filtering, and attribute based
224  hit filtering
225
226---------------------------------------------------
2274th September 2006  John Allison  (visman-V08-01-04)
228- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
229- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
230  and /vis/viewer/set/cutawayMode.
231
23230th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
233- Added /vis/viewer/set/globalLineWidthScale.
234- Augmented /vis/scene/add/volume to include intersection of clipping volume
235  (only box -box *box at present).
236- G4VSceneHandler:
237  o Added GetLineWidth to take account of GlobalLineWidthScale.
238  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
239    (DCUT) and cutaways.  Currently not activated due to instabilities in
240    BooleanProcessor.
241- G4ViewParameters:
242  o Added GlobalLineWidthScale.
243  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
244
24514th August 2006  John Allison  (visman-V08-01-02)
246- G4VisManager.hh: Added some OpenGL friends.
247- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
248  before "add/volume".  Catches non-existing handlers better.  Overall
249  effect of compound command unchanged.
250- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
251
25210th July 2006  John Allison (visman-V08-01-01)
253- Co-works with greps-V08-01-01.
254- G4VSceneHandler:
255  o Removed Establish/DecommissionSpecials.
256  o Respect rationalised G4ModelingParameters.
257  o Added GetNoOfSides that respects forced line segments per circle.
258- G4VisCommandsScene.cc: Spelling correction.
259
2603rd July 2006  John Allison (visman-V08-01-00)
261- /vis/scene/transientsAction: Added max number of events parameter.
262- Added /vis/viewer/clearTransients.
263- Improved /vis/list.
264- G4VisManager.hh/icc: Added data members and acces for event copying.
265- G4VisManager.cc:
266  o Verbosity control of model printing.
267  o (Commented out) code for event copying.
268 - G4VSceneHandler.cc:
269  o (Commented out) code for event copying.
270
2718th June 2006 John Allison  (visman-V08-00-23)
272- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
273  that made it ineffective.
274
2757th June 2006 John Allison  (visman-V08-00-22)
276- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
277
2786th June 2006 John Allison  (visman-V08-00-21)
279- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
280
2814th June 2006 Joseph Perl (visman-V08-00-20)
282- This tag includes all the changes below.
283
2842nd June 2006 Jane Tinslay
285- Add accessor for current trajectory drawing model
286- Make G4HepRepFileSceneHandler a friend of G4VisManager
287
2881st June 2006 Jane Tinslay
289- Add accessor in G4VisListManager
290
29130th May 2006 Jane Tinslay
292- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
293  to G4VisExecutive
294
29525th May 2006 John Allison  (visman-V08-00-19)
296- G4Scene.cc: Changed default fRecomputeTransients to false.
297- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
298  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
299- G4VisFilter/List/ModelManager.hh: Indent printing of models.
300- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
301
30222nd May 2006 John Allison  (visman-V08-00-18)
303- G4VisManager:
304  o Added SetReprocessing (for transients).
305  o Reduce dependency on Run (get event from event manager).
306  o (Includes some event copying stuff - commented out.)
307- G4VSceneHandler.cc: Require Idle state for transient re-computation.
308- G4Scene:
309  o Remove Clear().  (Not used.)
310  o Add printing and testing for fRecomputeTransients.  (Forgot in
311    visman-V08-00-08.)
312- /vis/.../list commands: Default verbosity "warnings".
313
31413th May 2006 John Allison  (visman-V08-00-17)
315- Provided identity transformation for 2D drawing.  A temporary
316  expedient until all drivers can implement 2D drawing.
317
31812th May 2006  John Allison  (visman-V08-00-16)
319- Added /vis/list.
320- Added /vis/scene/add/eventID.
321- Final refinements for event/run reprocessing (re-computation of
322  transients):
323  o Pick up random number status from run manager.
324  o Run and event numbers reset.
325  o Protect against non-instantiation of run manager.
326- Followed G4CallbackModel change (see modeling-V08-00-09).
327- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
328  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
329
3304th May 2006  John Allison  (visman-V08-00-15)
331- Improved protection for null models and parameters.
332
3332nd May 2006 Jane Tinslay
334- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
335- Add FilterTrajectory method to G4VisManager
336
33728th April 2006  John Allison (visman-V08-00-14)
338- G4VSceneHandler.cc: Added call to FinishView after run-duration
339  model computation and before end-of-event and transients
340  re-computation to get good buffer swapping behaviour for double
341  buffer drivers.
342- G4VisCommandsScene.cc: Added protection in
343  /vis/scene/endOfRunAction.  Error for accumulate if end of event
344  action is not also accumulate.
345- G4VisManager: To get good refresh bahaviour when re-computing
346  transients in OpenGL*Xm and similar drivers, postpone ShowView to
347  end of run for last event in a run.  This ensures G4 is in Idle
348  state.
349- GNUmakefile: Added includes for access to run manager for above.
350
35122nd April 2006  John Allison (visman-V08-00-13)
352- Bug fix (workaround) for memory leak in CheckModel (bug #861).
353- Implement PrintAvailableModels using improvement below.
354
35521st April 2006 Jane Tinslay
356- Improve printout for trajectory drawing and filtering
357
35819th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
359- G4VisManager:
360  o Implemented Draw2D(const G4Text&).
361  o Added PrintAvailableModels (but awaiting implementation).
362  o Fixed directory names (trailing '/').
363- G4VSceneHandler:
364  o Implemented Begin/EndPrimitives2D.
365  o Migrated to direct access to G4PhysicalVolumeModel.
366
36728th March 2006 Jane Tinslay (jst28032006)
368- Introduce G4VisFilterManager.hh to manager filtering
369- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
370  to support filtering
371
37228th March 2006  John Allison  (visman-V08-00-11)
373- Corrects logic of transients re-computation:
374  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
375  o G4VSceneHandler: Improved logic of transients re-computation.
376  o G4VViewer: Improved logic of fNeedKernelVisit.
377- Unified treatment of bools in commands.
378
37924th March 2006 Jane Tinslay (jst24032006)
380- Introduce trajectory drawing manager which is used by
381  G4VisManager. No change in overall functionality.
382
38316th March 2006 Jane Tinslay (jst16032006)
384- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
385
38613th March 2006  John Allison  (visman-V08-00-10)
387- Fixes recomputation of transients when changing drivers.
388- G4VisManager: Added fTransientsDrawnThisEvent/Run.
389- G4VSceneHandler:
390  o Removed fTransientsDrawn (now in G4VisManager).
391  o Added fProcessingSolid.
392  o Fixed recomputation of transients.
393
3948th March 2006  John Allison  (visman-V08-00-09)
395- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
396
3976th March 2006  John Allison  (visman-V08-00-08)
398- Added /vis/scene/transientsAction, a feature for recomputing
399  transients (trajectories, hits, user drawing, etc.) when needed by
400  the viewer.  Thus, transients are "remembered" and may be copied
401  between graphics systems.
402
4039th February 2006  John Allison  (visman-V08-00-07)
404- First implementation of refresh end-of-event models (trajectories, etc.).
405
4068th February 2006  John Allison  (visman-V08-00-06)
407- Needs modeling-V08-00-02.
408- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
409- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
410
4113rd February 2006  John Allison  (visman-V08-00-05)
412- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
413- Very minor printing and comments improvements.
414
41526th January 2006  John Allison  (visman-V08-00-04)
416- G4VViewer: Removed fModified.  It was used to flag a change of view
417  parameters but it was only ever used negatively, i.e., to *prevent*
418  its effect of invoking SetView.  So it has been removed and the
419  responsibility for calling SetView after a change of view parameters
420  rests with the user (e.g., the vis commands).  Only used by OpenGL
421  and OpenInventor; now works with opengl-V08-00-01 and
422  openinventor-V08-00-00.
423- G4VSceneHandler.hh: Improved comments.
424- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
425  registered.
426- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
427
42825th January 2006  John Allison  (visman-V08-00-03)
429- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
430
43111th January 2006  John Allison  (visman-V08-00-02)
432- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
433- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
434- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
435  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
436- G4VisCommandsSceneAdd.cc: Improved message when world not available.
437- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
438  to /vis/scene/notifyHandlers.  Avoids double refresh.
439- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
440  invalid view.
441
4429th January 2006  John Allison  (visman-V08-00-01)
443- This tag includes all the changes below.
444
4459th January 2006  John Allison  (visman-V08-00-00)
446- This tag is geant4-08-00-ref-00 + change of 5th January only.
447
4485th January 2006  John Allison
449- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
450  fMarkForClearingTransientStore(true) initially now.  This is so that
451  at end of event or run, the view is refreshed and the scene
452  (detector geometry, etc.) is drawn or written to file.
453
45414th December 2005  John Allison
455- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
456  graphical database, if any.  Particularly relevant for Open Inventor.
457- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
458- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
459  to an empty scene.
460- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
461  an empty scene, invoke UpdateVisManagerScene, which applies
462  "/vis/scene/notifyHandlers", which now forces a rebuild.
463- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
464
4654th December  John Allison (visman-V07-01-10)
466- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
467  user has not instantiated a scene handler, e.g., in batch mode.
468
46929th November 2005  Jane Tinslay
470- Make G4VisManager::RegisterModelFactories() non-pure for
471  backwards compatibility.
472- Add information message to G4VisManager::DispatchToModel when default trajectory
473  model is used.
474
47523rd November 2005  Joseph Perl  (visman-V07-01-09)
476- Tagged in preparation for Geant4 8.0
477
47823rd November 2005  Jane Tinslay
479- Enhanced trajectory implementation
480
48122nd November 2005  John Allison
482- Added /vis/viewer/rebuild (forces visit of kernel).
483- Changed G4Transform3D::Identity to G4Transform3D().
484- Tidied initial printing.
485- Removed MyVisManager (was deprecated in previous major release).
486- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
487- G4VVisCommand.cc: Improved UpdateVisManagerScene.
488- Refined guidance of issue "/tracking/storeTrajectory 1" on
489  "/vis/scene/add/trajectories".
490- Improved /vis/sceneHandler/attach.
491- G4VisManager.cc: Improved comments.
492
49313th October 2005  John Allison  (visman-V07-01-08)
494- G4ViewParameters: Added XGeometryString.
495- G4VViewer.cc: Pick up XGeometryString.
496- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
497  in window size hints.
498- /vis/viewer/set/background: Add opacity parameter.
499
50020th October 2005  John Allison  (visman-V07-01-07)
501- G4VisManager:
502  o Added methods for managing trajectory models.
503  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
504    G4int i_mode).
505  o Created /vis/modeling/trajectories/ for trajectory model messengers.
506  o Added XGeometryString for some future viewer enhancements.
507- G4VisExecutive: Added RegisterTrajectoryModelMakers.
508
50920th October 2005  John Allison (visman-V07-01-06)
510- Get standard colours with "/vis/viewer/set/background red", for example.
511- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
512  CLHEP-1.9.2.1.
513
51413th October 2005  John Allison (visman-V07-01-05)
515- Background colour - /vis/viewer/set/background.
516- Non-uniform scaling - /vis/viewer/scale and scaleTo.
517- Migrated to <sstream>.
518
51912th October 2005  John Allison (vis-V07-01-03)
520- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
521  (bug found by system test of vis-V07-01-02).
522
52316th September 2005  John Allison (visman-V07-01-04)
524- Simplified use of ConcreteInstance.  It is now always non-zero for
525  an instantiated vis manager; invalid views are reported by the vis
526  manager.  The exception is /vis/disable which zeros it; /vis/enable
527  or any valid command resets it.
528
52916th September 2005  John Allison (visman-V07-01-03)
530- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
531- Added warning:
532  o Attempt to add volume to a scene already containing the world.
533- Added error message:
534  o Logical volume model must be only volume model in scene.
535- G4Scene.cc: Improvement - no functional change.
536
53713th September 2005  John Allison (visman-V07-01-02)
538- Added WhiteBackground to G4ViewParameters.
539- Added /vis/viewer/set/whiteBackground.
540- G4VSceneHandler::GetColour and GetTextColour: white and opaque
541  objects on a white background are changed to black.
542- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
543- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
544
5452nd September 2005  John Allison (visman-V07-01-01)
546- Introduced optional second pass over run-duration models in
547  G4VSceneHandler::ProcessScene.
548
54920th July 2005  John Allison (visman-V07-01-00)
550- G4VisCommandsViewer.cc: Protected new viewer pointer.
551
5527th June 2005  John Allison (visman-V07-00-02)
553- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
554
55531st May 2005  John Allison  (visman-V07-00-01)
556- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
557  with spaces.
558- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
559  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.