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

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

John update

File size: 25.1 KB
Line 
1$Id: History,v 1.116 2009/02/25 18:28:00 lgarnier 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
2925th February 2009  Laurent Garnier
30- Notify handler send by G4VVisManager is implemented in G4VisManager
31
3222th January 2009  Laurent Garnier
33- 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.
34
3512th January 2009  John Allison
36- /vis/viewer/create: Pass both X and Y window size hints to viewer.
37  (To get a non-rectangular viewer give a X-windows-style geometry
38  argument, such as "800x400" or "800x400-0+0".)
39
402nd December, Laurent Garnier
41 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
42   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
43   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
44   and set position and location. It will work for Qt, X, Win32 for the moment.
45
4627th July 2008  John Allison (visman-V09-01-05)
47- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
48
4930th April 2008  John Allison  (visman-V09-01-04)
50- Fixes more gcc-4.3.0 compiler warnings.
51
5228th April 2008  John Allison  (visman-V09-01-03)
53- G4VisCommandsScene.cc: Improve warning message.
54- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
55
564th April 2008  John Allison  (visman-V09-01-02)
57 - Fixed gcc-4.3.0 compiler warnings.
58
595th February 2008, Laurent Garnier
60 - Implemented a function in order to IncrementPan with X,Y,Z values
61
6229th January 2008  John Allison  (visman-V09-01-01)
63 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
64
654th January 2008  John Allison  (visman-V09-01-00)
66- Implemented extended 2D interface.
67
6830th November 2007  Laurent Garnier
69- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
70 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
71#endif
72
7316th November 2007  Joseph Perl  (visman-V09-00-02)
74- G4VisCommandsCompound.cc: Replace references to Wired3.
75- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
76
7710th November 2007  John Allison  (visman-V09-00-01)
78- G4VisManager.cc: Minor improvement in messaging.
79- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
80
8110th July 2007  John Allison  (visman-V09-00-00)
82- Remove redundant method declarations in G4VisManager.hh.
83- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
84
85-25th May 2007  John Allison  (visman-V08-03-01)
86 Improved error trapping in viewer initialisation.
87- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
88
8916th May 2007  John Allison  (visman-V08-03-00)
90- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
91  Windows compiler(!).
92
934th April 2007  John Allison  (visman-V08-02-04)
94- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
95
963rd April 2007  John Allison  (visman-V08-02-03)
97- Added /vis/viewer/set/picking.  Picking is false by default, except
98  for OpenInventor.
99
10025th March 2007  John Allison  (visman-V08-02-02)
101- G4VisExecutive.icc: Removed G4GAGTree.
102- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
103  again, from /vis/drawVolume.
104- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
105- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
106
10711th January 2007  John Allison  (visman-V08-02-01)
108- Added /vis/abortReviewKeptEvents.
109- /vis/reviewKeptEvents: Improved guidance.
110- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
111  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
112- Reduced WARNING noise.
113
1145th January 2007  John Allison  (visman-V08-02-00)
115- G4VSceneHandler:
116  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
117    available to all scene handlers).  Loads G4AttValues and G4AttDefs
118    onto any object that inherits G4AttHolder.
119  o Change signature of GetLineWidth from G4Visible& to
120    G4VisAttributes* for consistency with similar utility functions.
121    (Only used by OpenGL at present; requires opengl-V08-02-00.)
122  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
123- G4VisCommandsGeometrySet and G4VisManager.cc:
124  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
125    (inadvertently omitted in previous release).
126  o Improved guidance.
127- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
128- G4VViewer.cc: Improved comment.
129- G4VisCommandsCompound.cc:
130  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
131- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
132
13312th December 2006  Gabriele Cosmo  (visman-V08-01-16)
134- Commented command "vis/scene/add/eventID" forcing event ID to scene in
135  G4VisCommandsCompound.cc.
136
13725th November 2006  John Allison  (visman-V08-01-15)
138- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
139  Supresses eventID message when state == G4State_EventProc unless last event.
140- G4VisCommands.cc: /vis/reviewKeptEvents:
141  o An improvement in the information printed.
142  o Temporarily set endOfEventAction refresh so that eventID for each event.
143- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
144  o Restrict warning message so that the warning about the number of
145    kept events only happens for "accumulate".  Improve printing.
146- G4VisCommandsViewer.cc: Spelling correction in warning message.
147- G4VisManager.cc: Correct for 0 requested kept events.
148- G4Scene.cc: Initialise no. of kept events to 0.
149
15022nd November 2006  John Allison  (visman-V08-01-14)
151- Fixed /vis/reviewKeptEvents for "stored" viewers.
152
15321st November 2006  John Allison  (visman-V08-01-13)
154- Fixed double drawing of event.
155- Restored old verbosity and printing interface (for obsolete user vis
156  managers).
157
15816th November 2006  John Allison  (visman-V08-01-12)
159- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
160  Warning of scene change issued for other viewers.
161
16215th November 2006  John Allison  (visman-V08-01-11)
163- First implementation of /vis/reviewKeptEvents.
164
16514th November 2006  John Allison  (visman-V08-01-10)
166- Merged visman-V08-01-08-branch onto main branch.
167
16814th November 2006  John Allison  (visman-V08-01-08-08)
169- Partial implementation of /vis/reviewKeptEvents.
170
17114th November 2006  John Allison  (visman-V08-01-08-07)
172- Minor improvements:
173  o G4VisManager: Removed event count (not used).
174  o G4VSceneHandler: Inhibited drawing when vis disabled.
175  o Various /vis/scene commands: Added update statement so that
176    handlers are notified after change of scene.  Forces rebuild and
177    refresh of all viewers using current scene.
178
17912th November 2006  John Allison  (visman-V08-01-08-06)
180- Further iteration of event refreshing:
181  o G4VisManager:
182    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
183    ~ Removed unused methods from previous attempts.
184  o G4VSceneHandler: Used vis manager DrawEvent.
185  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
186    events.
187
18811th November 2006  John Allison  (visman-V08-01-08-05)
189- Removed /vis/scene/transientsAction.  Now event keeping by the vis
190  manager is automatic if there is a valid scene.  If the user issues
191  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
192  to a maximum N in number (N<0 means unlimited, the default value is
193  100).  Otherwise just the last event is kept.
194- Tidied up.
195
1969th November 2006  John Allison  (visman-V08-01-08-04)
197- G4VisManager: Removed data memebers associated with previous attempts
198  at event refreshing.
199- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
200- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
201  worlds.
202- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
203- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
204
2058th November 2006  John Allison  (visman-V08-01-08-03)
206- First attempt at using event keeping to refresh views.
207
2086th November 2006  John Allison  (visman-V08-01-08-02)
209- Merged visman-V08-01-09.
210
2116th November 2006  John Allison  (visman-V08-01-09)
212- /vis/drawVolume and /vis/specify: Suppress all but first warning about
213  needing to refresh for viewers that are not auto refresh.
214- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
215  is to add a world, if empty - reasonable behaviour.)
216
2175th November 2006  John Allison  (visman-V08-01-08-01)
218- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
219  material world = *(transportationManager->GetWorldsIterator()) in all cases
220  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
221
2223rd November 2006  John Allison  (visman-V08-01-08-00)
223- On visman-V08-01-08-branch.
224- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
225  visualisation: /vis/scene/add/volume worlds
226- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
227  to avoid warning messages about empty scene.
228
2293rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
230- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
231  Needs tracking-V08-01-05.
232
2331st November 2006  John Allison  (visman-V08-01-07)
234- /vis/scene/add/trajectories:
235  o Allow string parameters "rich" and "smooth".  Not yet activated
236    (awaiting tags in tracking).
237  o Deprecate use of integer parameter (i_mode).
238- GNUmakefile: Add geometry/magneticfield/include (for new
239  /vis/scene/add/trajectories command above).
240- G4VisManager.cc: Remove unnecessary comment line.
241
242----------------------------------------------------
24319th September 2006  John Allison  (visman-V08-01-06)
244- G4ViewParameters: Added ExplodeCentre.
245- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
246
247----------------------------------------------------
24813th September 2006  John Allison  (visman-V08-01-05)
249- G4ViewParameters: Improved setting and access to explode factor.
250- G4VisCommandsViewer: Added /vis/viewer/clone.
251- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
252- G4VisManager.cc: Registered /vis/viewer/clone.
253- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
254
25512th September 2006 Jane Tinslay
256- Add attribute based trajectory drawing & filtering, and attribute based
257  hit filtering
258
259---------------------------------------------------
2604th September 2006  John Allison  (visman-V08-01-04)
261- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
262- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
263  and /vis/viewer/set/cutawayMode.
264
26530th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
266- Added /vis/viewer/set/globalLineWidthScale.
267- Augmented /vis/scene/add/volume to include intersection of clipping volume
268  (only box -box *box at present).
269- G4VSceneHandler:
270  o Added GetLineWidth to take account of GlobalLineWidthScale.
271  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
272    (DCUT) and cutaways.  Currently not activated due to instabilities in
273    BooleanProcessor.
274- G4ViewParameters:
275  o Added GlobalLineWidthScale.
276  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
277
27814th August 2006  John Allison  (visman-V08-01-02)
279- G4VisManager.hh: Added some OpenGL friends.
280- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
281  before "add/volume".  Catches non-existing handlers better.  Overall
282  effect of compound command unchanged.
283- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
284
28510th July 2006  John Allison (visman-V08-01-01)
286- Co-works with greps-V08-01-01.
287- G4VSceneHandler:
288  o Removed Establish/DecommissionSpecials.
289  o Respect rationalised G4ModelingParameters.
290  o Added GetNoOfSides that respects forced line segments per circle.
291- G4VisCommandsScene.cc: Spelling correction.
292
2933rd July 2006  John Allison (visman-V08-01-00)
294- /vis/scene/transientsAction: Added max number of events parameter.
295- Added /vis/viewer/clearTransients.
296- Improved /vis/list.
297- G4VisManager.hh/icc: Added data members and acces for event copying.
298- G4VisManager.cc:
299  o Verbosity control of model printing.
300  o (Commented out) code for event copying.
301 - G4VSceneHandler.cc:
302  o (Commented out) code for event copying.
303
3048th June 2006 John Allison  (visman-V08-00-23)
305- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
306  that made it ineffective.
307
3087th June 2006 John Allison  (visman-V08-00-22)
309- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
310
3116th June 2006 John Allison  (visman-V08-00-21)
312- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
313
3144th June 2006 Joseph Perl (visman-V08-00-20)
315- This tag includes all the changes below.
316
3172nd June 2006 Jane Tinslay
318- Add accessor for current trajectory drawing model
319- Make G4HepRepFileSceneHandler a friend of G4VisManager
320
3211st June 2006 Jane Tinslay
322- Add accessor in G4VisListManager
323
32430th May 2006 Jane Tinslay
325- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
326  to G4VisExecutive
327
32825th May 2006 John Allison  (visman-V08-00-19)
329- G4Scene.cc: Changed default fRecomputeTransients to false.
330- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
331  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
332- G4VisFilter/List/ModelManager.hh: Indent printing of models.
333- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
334
33522nd May 2006 John Allison  (visman-V08-00-18)
336- G4VisManager:
337  o Added SetReprocessing (for transients).
338  o Reduce dependency on Run (get event from event manager).
339  o (Includes some event copying stuff - commented out.)
340- G4VSceneHandler.cc: Require Idle state for transient re-computation.
341- G4Scene:
342  o Remove Clear().  (Not used.)
343  o Add printing and testing for fRecomputeTransients.  (Forgot in
344    visman-V08-00-08.)
345- /vis/.../list commands: Default verbosity "warnings".
346
34713th May 2006 John Allison  (visman-V08-00-17)
348- Provided identity transformation for 2D drawing.  A temporary
349  expedient until all drivers can implement 2D drawing.
350
35112th May 2006  John Allison  (visman-V08-00-16)
352- Added /vis/list.
353- Added /vis/scene/add/eventID.
354- Final refinements for event/run reprocessing (re-computation of
355  transients):
356  o Pick up random number status from run manager.
357  o Run and event numbers reset.
358  o Protect against non-instantiation of run manager.
359- Followed G4CallbackModel change (see modeling-V08-00-09).
360- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
361  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
362
3634th May 2006  John Allison  (visman-V08-00-15)
364- Improved protection for null models and parameters.
365
3662nd May 2006 Jane Tinslay
367- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
368- Add FilterTrajectory method to G4VisManager
369
37028th April 2006  John Allison (visman-V08-00-14)
371- G4VSceneHandler.cc: Added call to FinishView after run-duration
372  model computation and before end-of-event and transients
373  re-computation to get good buffer swapping behaviour for double
374  buffer drivers.
375- G4VisCommandsScene.cc: Added protection in
376  /vis/scene/endOfRunAction.  Error for accumulate if end of event
377  action is not also accumulate.
378- G4VisManager: To get good refresh bahaviour when re-computing
379  transients in OpenGL*Xm and similar drivers, postpone ShowView to
380  end of run for last event in a run.  This ensures G4 is in Idle
381  state.
382- GNUmakefile: Added includes for access to run manager for above.
383
38422nd April 2006  John Allison (visman-V08-00-13)
385- Bug fix (workaround) for memory leak in CheckModel (bug #861).
386- Implement PrintAvailableModels using improvement below.
387
38821st April 2006 Jane Tinslay
389- Improve printout for trajectory drawing and filtering
390
39119th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
392- G4VisManager:
393  o Implemented Draw2D(const G4Text&).
394  o Added PrintAvailableModels (but awaiting implementation).
395  o Fixed directory names (trailing '/').
396- G4VSceneHandler:
397  o Implemented Begin/EndPrimitives2D.
398  o Migrated to direct access to G4PhysicalVolumeModel.
399
40028th March 2006 Jane Tinslay (jst28032006)
401- Introduce G4VisFilterManager.hh to manager filtering
402- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
403  to support filtering
404
40528th March 2006  John Allison  (visman-V08-00-11)
406- Corrects logic of transients re-computation:
407  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
408  o G4VSceneHandler: Improved logic of transients re-computation.
409  o G4VViewer: Improved logic of fNeedKernelVisit.
410- Unified treatment of bools in commands.
411
41224th March 2006 Jane Tinslay (jst24032006)
413- Introduce trajectory drawing manager which is used by
414  G4VisManager. No change in overall functionality.
415
41616th March 2006 Jane Tinslay (jst16032006)
417- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
418
41913th March 2006  John Allison  (visman-V08-00-10)
420- Fixes recomputation of transients when changing drivers.
421- G4VisManager: Added fTransientsDrawnThisEvent/Run.
422- G4VSceneHandler:
423  o Removed fTransientsDrawn (now in G4VisManager).
424  o Added fProcessingSolid.
425  o Fixed recomputation of transients.
426
4278th March 2006  John Allison  (visman-V08-00-09)
428- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
429
4306th March 2006  John Allison  (visman-V08-00-08)
431- Added /vis/scene/transientsAction, a feature for recomputing
432  transients (trajectories, hits, user drawing, etc.) when needed by
433  the viewer.  Thus, transients are "remembered" and may be copied
434  between graphics systems.
435
4369th February 2006  John Allison  (visman-V08-00-07)
437- First implementation of refresh end-of-event models (trajectories, etc.).
438
4398th February 2006  John Allison  (visman-V08-00-06)
440- Needs modeling-V08-00-02.
441- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
442- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
443
4443rd February 2006  John Allison  (visman-V08-00-05)
445- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
446- Very minor printing and comments improvements.
447
44826th January 2006  John Allison  (visman-V08-00-04)
449- G4VViewer: Removed fModified.  It was used to flag a change of view
450  parameters but it was only ever used negatively, i.e., to *prevent*
451  its effect of invoking SetView.  So it has been removed and the
452  responsibility for calling SetView after a change of view parameters
453  rests with the user (e.g., the vis commands).  Only used by OpenGL
454  and OpenInventor; now works with opengl-V08-00-01 and
455  openinventor-V08-00-00.
456- G4VSceneHandler.hh: Improved comments.
457- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
458  registered.
459- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
460
46125th January 2006  John Allison  (visman-V08-00-03)
462- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
463
46411th January 2006  John Allison  (visman-V08-00-02)
465- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
466- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
467- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
468  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
469- G4VisCommandsSceneAdd.cc: Improved message when world not available.
470- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
471  to /vis/scene/notifyHandlers.  Avoids double refresh.
472- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
473  invalid view.
474
4759th January 2006  John Allison  (visman-V08-00-01)
476- This tag includes all the changes below.
477
4789th January 2006  John Allison  (visman-V08-00-00)
479- This tag is geant4-08-00-ref-00 + change of 5th January only.
480
4815th January 2006  John Allison
482- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
483  fMarkForClearingTransientStore(true) initially now.  This is so that
484  at end of event or run, the view is refreshed and the scene
485  (detector geometry, etc.) is drawn or written to file.
486
48714th December 2005  John Allison
488- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
489  graphical database, if any.  Particularly relevant for Open Inventor.
490- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
491- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
492  to an empty scene.
493- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
494  an empty scene, invoke UpdateVisManagerScene, which applies
495  "/vis/scene/notifyHandlers", which now forces a rebuild.
496- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
497
4984th December  John Allison (visman-V07-01-10)
499- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
500  user has not instantiated a scene handler, e.g., in batch mode.
501
50229th November 2005  Jane Tinslay
503- Make G4VisManager::RegisterModelFactories() non-pure for
504  backwards compatibility.
505- Add information message to G4VisManager::DispatchToModel when default trajectory
506  model is used.
507
50823rd November 2005  Joseph Perl  (visman-V07-01-09)
509- Tagged in preparation for Geant4 8.0
510
51123rd November 2005  Jane Tinslay
512- Enhanced trajectory implementation
513
51422nd November 2005  John Allison
515- Added /vis/viewer/rebuild (forces visit of kernel).
516- Changed G4Transform3D::Identity to G4Transform3D().
517- Tidied initial printing.
518- Removed MyVisManager (was deprecated in previous major release).
519- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
520- G4VVisCommand.cc: Improved UpdateVisManagerScene.
521- Refined guidance of issue "/tracking/storeTrajectory 1" on
522  "/vis/scene/add/trajectories".
523- Improved /vis/sceneHandler/attach.
524- G4VisManager.cc: Improved comments.
525
52613th October 2005  John Allison  (visman-V07-01-08)
527- G4ViewParameters: Added XGeometryString.
528- G4VViewer.cc: Pick up XGeometryString.
529- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
530  in window size hints.
531- /vis/viewer/set/background: Add opacity parameter.
532
53320th October 2005  John Allison  (visman-V07-01-07)
534- G4VisManager:
535  o Added methods for managing trajectory models.
536  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
537    G4int i_mode).
538  o Created /vis/modeling/trajectories/ for trajectory model messengers.
539  o Added XGeometryString for some future viewer enhancements.
540- G4VisExecutive: Added RegisterTrajectoryModelMakers.
541
54220th October 2005  John Allison (visman-V07-01-06)
543- Get standard colours with "/vis/viewer/set/background red", for example.
544- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
545  CLHEP-1.9.2.1.
546
54713th October 2005  John Allison (visman-V07-01-05)
548- Background colour - /vis/viewer/set/background.
549- Non-uniform scaling - /vis/viewer/scale and scaleTo.
550- Migrated to <sstream>.
551
55212th October 2005  John Allison (vis-V07-01-03)
553- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
554  (bug found by system test of vis-V07-01-02).
555
55616th September 2005  John Allison (visman-V07-01-04)
557- Simplified use of ConcreteInstance.  It is now always non-zero for
558  an instantiated vis manager; invalid views are reported by the vis
559  manager.  The exception is /vis/disable which zeros it; /vis/enable
560  or any valid command resets it.
561
56216th September 2005  John Allison (visman-V07-01-03)
563- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
564- Added warning:
565  o Attempt to add volume to a scene already containing the world.
566- Added error message:
567  o Logical volume model must be only volume model in scene.
568- G4Scene.cc: Improvement - no functional change.
569
57013th September 2005  John Allison (visman-V07-01-02)
571- Added WhiteBackground to G4ViewParameters.
572- Added /vis/viewer/set/whiteBackground.
573- G4VSceneHandler::GetColour and GetTextColour: white and opaque
574  objects on a white background are changed to black.
575- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
576- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
577
5782nd September 2005  John Allison (visman-V07-01-01)
579- Introduced optional second pass over run-duration models in
580  G4VSceneHandler::ProcessScene.
581
58220th July 2005  John Allison (visman-V07-01-00)
583- G4VisCommandsViewer.cc: Protected new viewer pointer.
584
5857th June 2005  John Allison (visman-V07-00-02)
586- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
587
58831st May 2005  John Allison  (visman-V07-00-01)
589- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
590  with spaces.
591- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
592  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.