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

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

update CVS release candidate geant4.9.3.01

File size: 27.9 KB
Line 
1$Id: History,v 1.134 2009/11/17 14:37:06 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
2917th November 2009  Laurent Garnier
30- G4VViewer::Fix SceneHandler removing viewer if class destructor call
31  before G4VSceneHandler calls it
32
3316th November 2009  Laurent Garnier
34-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
35
3614th November 2009  John Allison
37- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
38  (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
39
406th November 2009  John Allison
41- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
42  o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
43  o Write message about other options:
44    - /vis/open/gMocrenFile
45    - /score/draw.. commands.
46  o For hits that are not scoring maps, call DrawAllHits.
47
485th November 2009  John Allison
49- G4VSceneHandler.cc:
50  o ProcessScene: Added DrawEndOfRunModels().
51  o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
52
534th November 2009  John Allison
54- G4Scene: Added EndOfRunModelList.
55- G4VSceneHandler:
56  o Added DrawEndOfRunModels.
57  o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
58    using G4ScoringManager.  Still does nothing for scoring maps but
59    otherwise calls DrawAllHits.
60- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
61- G4VisCommandsSceneAdd: Added optional parameter:
62  o /vis/scene/add/psHits [scoring map name]
63
6430th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
65- Added /vis/scene/add/psHits.
66- G4VisManager.cc: As above and also:
67  o Tidied view creation.
68  o Improved message ("scene" should be "scene handler").
69
7023rd October 2009  John Allison  (visman-V09-02-05 coworks greps-V09-02-02)
71- Implemented default behaviour in
72  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
73
7421st October 2009  John Allison  (visman-V09-02-04 coworks greps-V09-02-02)
75- G4VSceneHandler:
76  o Added default AddCompound (const G4THitsMap<G4double>&) methods.
77    (For time being just issues warning.)
78
7929th September 2009  John Allison  (visman-V09-02-03)
80- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
81- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
82- G4VisManager.cc: Considerable tidy up.
83
8424th July 2009  Laurent Garnier
85- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
86  CurrentSceneHandler has no model
87
8813th May 2009  John Allison  (visman-V09-02-02)
89- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
90- G4VisManager.cc: End of run event keeping information improved.
91
9214th March 2009  John Allison  (visman-V09-02-01)
93- G4VisCommands.hh/.cc: Introduced /vis/initialize.
94- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
95    constructor.
96- G4VisExecutive.icc: made methods inline.
97
9825th February 2009  Laurent Garnier  (visman-V09-02-00)
99- Notify handler send by G4VVisManager is implemented in G4VisManager
100
10122th January 2009  Laurent Garnier
102- 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.
103
10412th January 2009  John Allison
105- /vis/viewer/create: Pass both X and Y window size hints to viewer.
106  (To get a non-rectangular viewer give a X-windows-style geometry
107  argument, such as "800x400" or "800x400-0+0".)
108
1092nd December, Laurent Garnier
110 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
111   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
112   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
113   and set position and location. It will work for Qt, X, Win32 for the moment.
114
11527th July 2008  John Allison (visman-V09-01-05)
116- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
117
11830th April 2008  John Allison  (visman-V09-01-04)
119- Fixes more gcc-4.3.0 compiler warnings.
120
12128th April 2008  John Allison  (visman-V09-01-03)
122- G4VisCommandsScene.cc: Improve warning message.
123- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
124
1254th April 2008  John Allison  (visman-V09-01-02)
126 - Fixed gcc-4.3.0 compiler warnings.
127
1285th February 2008, Laurent Garnier
129 - Implemented a function in order to IncrementPan with X,Y,Z values
130
13129th January 2008  John Allison  (visman-V09-01-01)
132 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
133
1344th January 2008  John Allison  (visman-V09-01-00)
135- Implemented extended 2D interface.
136
13730th November 2007  Laurent Garnier
138- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
139 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
140#endif
141
14216th November 2007  Joseph Perl  (visman-V09-00-02)
143- G4VisCommandsCompound.cc: Replace references to Wired3.
144- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
145
14610th November 2007  John Allison  (visman-V09-00-01)
147- G4VisManager.cc: Minor improvement in messaging.
148- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
149
15010th July 2007  John Allison  (visman-V09-00-00)
151- Remove redundant method declarations in G4VisManager.hh.
152- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
153
154-25th May 2007  John Allison  (visman-V08-03-01)
155 Improved error trapping in viewer initialisation.
156- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
157
15816th May 2007  John Allison  (visman-V08-03-00)
159- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
160  Windows compiler(!).
161
1624th April 2007  John Allison  (visman-V08-02-04)
163- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
164
1653rd April 2007  John Allison  (visman-V08-02-03)
166- Added /vis/viewer/set/picking.  Picking is false by default, except
167  for OpenInventor.
168
16925th March 2007  John Allison  (visman-V08-02-02)
170- G4VisExecutive.icc: Removed G4GAGTree.
171- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
172  again, from /vis/drawVolume.
173- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
174- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
175
17611th January 2007  John Allison  (visman-V08-02-01)
177- Added /vis/abortReviewKeptEvents.
178- /vis/reviewKeptEvents: Improved guidance.
179- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
180  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
181- Reduced WARNING noise.
182
1835th January 2007  John Allison  (visman-V08-02-00)
184- G4VSceneHandler:
185  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
186    available to all scene handlers).  Loads G4AttValues and G4AttDefs
187    onto any object that inherits G4AttHolder.
188  o Change signature of GetLineWidth from G4Visible& to
189    G4VisAttributes* for consistency with similar utility functions.
190    (Only used by OpenGL at present; requires opengl-V08-02-00.)
191  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
192- G4VisCommandsGeometrySet and G4VisManager.cc:
193  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
194    (inadvertently omitted in previous release).
195  o Improved guidance.
196- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
197- G4VViewer.cc: Improved comment.
198- G4VisCommandsCompound.cc:
199  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
200- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
201
20212th December 2006  Gabriele Cosmo  (visman-V08-01-16)
203- Commented command "vis/scene/add/eventID" forcing event ID to scene in
204  G4VisCommandsCompound.cc.
205
20625th November 2006  John Allison  (visman-V08-01-15)
207- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
208  Supresses eventID message when state == G4State_EventProc unless last event.
209- G4VisCommands.cc: /vis/reviewKeptEvents:
210  o An improvement in the information printed.
211  o Temporarily set endOfEventAction refresh so that eventID for each event.
212- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
213  o Restrict warning message so that the warning about the number of
214    kept events only happens for "accumulate".  Improve printing.
215- G4VisCommandsViewer.cc: Spelling correction in warning message.
216- G4VisManager.cc: Correct for 0 requested kept events.
217- G4Scene.cc: Initialise no. of kept events to 0.
218
21922nd November 2006  John Allison  (visman-V08-01-14)
220- Fixed /vis/reviewKeptEvents for "stored" viewers.
221
22221st November 2006  John Allison  (visman-V08-01-13)
223- Fixed double drawing of event.
224- Restored old verbosity and printing interface (for obsolete user vis
225  managers).
226
22716th November 2006  John Allison  (visman-V08-01-12)
228- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
229  Warning of scene change issued for other viewers.
230
23115th November 2006  John Allison  (visman-V08-01-11)
232- First implementation of /vis/reviewKeptEvents.
233
23414th November 2006  John Allison  (visman-V08-01-10)
235- Merged visman-V08-01-08-branch onto main branch.
236
23714th November 2006  John Allison  (visman-V08-01-08-08)
238- Partial implementation of /vis/reviewKeptEvents.
239
24014th November 2006  John Allison  (visman-V08-01-08-07)
241- Minor improvements:
242  o G4VisManager: Removed event count (not used).
243  o G4VSceneHandler: Inhibited drawing when vis disabled.
244  o Various /vis/scene commands: Added update statement so that
245    handlers are notified after change of scene.  Forces rebuild and
246    refresh of all viewers using current scene.
247
24812th November 2006  John Allison  (visman-V08-01-08-06)
249- Further iteration of event refreshing:
250  o G4VisManager:
251    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
252    ~ Removed unused methods from previous attempts.
253  o G4VSceneHandler: Used vis manager DrawEvent.
254  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
255    events.
256
25711th November 2006  John Allison  (visman-V08-01-08-05)
258- Removed /vis/scene/transientsAction.  Now event keeping by the vis
259  manager is automatic if there is a valid scene.  If the user issues
260  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
261  to a maximum N in number (N<0 means unlimited, the default value is
262  100).  Otherwise just the last event is kept.
263- Tidied up.
264
2659th November 2006  John Allison  (visman-V08-01-08-04)
266- G4VisManager: Removed data memebers associated with previous attempts
267  at event refreshing.
268- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
269- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
270  worlds.
271- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
272- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
273
2748th November 2006  John Allison  (visman-V08-01-08-03)
275- First attempt at using event keeping to refresh views.
276
2776th November 2006  John Allison  (visman-V08-01-08-02)
278- Merged visman-V08-01-09.
279
2806th November 2006  John Allison  (visman-V08-01-09)
281- /vis/drawVolume and /vis/specify: Suppress all but first warning about
282  needing to refresh for viewers that are not auto refresh.
283- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
284  is to add a world, if empty - reasonable behaviour.)
285
2865th November 2006  John Allison  (visman-V08-01-08-01)
287- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
288  material world = *(transportationManager->GetWorldsIterator()) in all cases
289  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
290
2913rd November 2006  John Allison  (visman-V08-01-08-00)
292- On visman-V08-01-08-branch.
293- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
294  visualisation: /vis/scene/add/volume worlds
295- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
296  to avoid warning messages about empty scene.
297
2983rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
299- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
300  Needs tracking-V08-01-05.
301
3021st November 2006  John Allison  (visman-V08-01-07)
303- /vis/scene/add/trajectories:
304  o Allow string parameters "rich" and "smooth".  Not yet activated
305    (awaiting tags in tracking).
306  o Deprecate use of integer parameter (i_mode).
307- GNUmakefile: Add geometry/magneticfield/include (for new
308  /vis/scene/add/trajectories command above).
309- G4VisManager.cc: Remove unnecessary comment line.
310
311----------------------------------------------------
31219th September 2006  John Allison  (visman-V08-01-06)
313- G4ViewParameters: Added ExplodeCentre.
314- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
315
316----------------------------------------------------
31713th September 2006  John Allison  (visman-V08-01-05)
318- G4ViewParameters: Improved setting and access to explode factor.
319- G4VisCommandsViewer: Added /vis/viewer/clone.
320- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
321- G4VisManager.cc: Registered /vis/viewer/clone.
322- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
323
32412th September 2006 Jane Tinslay
325- Add attribute based trajectory drawing & filtering, and attribute based
326  hit filtering
327
328---------------------------------------------------
3294th September 2006  John Allison  (visman-V08-01-04)
330- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
331- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
332  and /vis/viewer/set/cutawayMode.
333
33430th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
335- Added /vis/viewer/set/globalLineWidthScale.
336- Augmented /vis/scene/add/volume to include intersection of clipping volume
337  (only box -box *box at present).
338- G4VSceneHandler:
339  o Added GetLineWidth to take account of GlobalLineWidthScale.
340  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
341    (DCUT) and cutaways.  Currently not activated due to instabilities in
342    BooleanProcessor.
343- G4ViewParameters:
344  o Added GlobalLineWidthScale.
345  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
346
34714th August 2006  John Allison  (visman-V08-01-02)
348- G4VisManager.hh: Added some OpenGL friends.
349- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
350  before "add/volume".  Catches non-existing handlers better.  Overall
351  effect of compound command unchanged.
352- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
353
35410th July 2006  John Allison (visman-V08-01-01)
355- Co-works with greps-V08-01-01.
356- G4VSceneHandler:
357  o Removed Establish/DecommissionSpecials.
358  o Respect rationalised G4ModelingParameters.
359  o Added GetNoOfSides that respects forced line segments per circle.
360- G4VisCommandsScene.cc: Spelling correction.
361
3623rd July 2006  John Allison (visman-V08-01-00)
363- /vis/scene/transientsAction: Added max number of events parameter.
364- Added /vis/viewer/clearTransients.
365- Improved /vis/list.
366- G4VisManager.hh/icc: Added data members and acces for event copying.
367- G4VisManager.cc:
368  o Verbosity control of model printing.
369  o (Commented out) code for event copying.
370 - G4VSceneHandler.cc:
371  o (Commented out) code for event copying.
372
3738th June 2006 John Allison  (visman-V08-00-23)
374- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
375  that made it ineffective.
376
3777th June 2006 John Allison  (visman-V08-00-22)
378- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
379
3806th June 2006 John Allison  (visman-V08-00-21)
381- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
382
3834th June 2006 Joseph Perl (visman-V08-00-20)
384- This tag includes all the changes below.
385
3862nd June 2006 Jane Tinslay
387- Add accessor for current trajectory drawing model
388- Make G4HepRepFileSceneHandler a friend of G4VisManager
389
3901st June 2006 Jane Tinslay
391- Add accessor in G4VisListManager
392
39330th May 2006 Jane Tinslay
394- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
395  to G4VisExecutive
396
39725th May 2006 John Allison  (visman-V08-00-19)
398- G4Scene.cc: Changed default fRecomputeTransients to false.
399- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
400  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
401- G4VisFilter/List/ModelManager.hh: Indent printing of models.
402- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
403
40422nd May 2006 John Allison  (visman-V08-00-18)
405- G4VisManager:
406  o Added SetReprocessing (for transients).
407  o Reduce dependency on Run (get event from event manager).
408  o (Includes some event copying stuff - commented out.)
409- G4VSceneHandler.cc: Require Idle state for transient re-computation.
410- G4Scene:
411  o Remove Clear().  (Not used.)
412  o Add printing and testing for fRecomputeTransients.  (Forgot in
413    visman-V08-00-08.)
414- /vis/.../list commands: Default verbosity "warnings".
415
41613th May 2006 John Allison  (visman-V08-00-17)
417- Provided identity transformation for 2D drawing.  A temporary
418  expedient until all drivers can implement 2D drawing.
419
42012th May 2006  John Allison  (visman-V08-00-16)
421- Added /vis/list.
422- Added /vis/scene/add/eventID.
423- Final refinements for event/run reprocessing (re-computation of
424  transients):
425  o Pick up random number status from run manager.
426  o Run and event numbers reset.
427  o Protect against non-instantiation of run manager.
428- Followed G4CallbackModel change (see modeling-V08-00-09).
429- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
430  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
431
4324th May 2006  John Allison  (visman-V08-00-15)
433- Improved protection for null models and parameters.
434
4352nd May 2006 Jane Tinslay
436- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
437- Add FilterTrajectory method to G4VisManager
438
43928th April 2006  John Allison (visman-V08-00-14)
440- G4VSceneHandler.cc: Added call to FinishView after run-duration
441  model computation and before end-of-event and transients
442  re-computation to get good buffer swapping behaviour for double
443  buffer drivers.
444- G4VisCommandsScene.cc: Added protection in
445  /vis/scene/endOfRunAction.  Error for accumulate if end of event
446  action is not also accumulate.
447- G4VisManager: To get good refresh bahaviour when re-computing
448  transients in OpenGL*Xm and similar drivers, postpone ShowView to
449  end of run for last event in a run.  This ensures G4 is in Idle
450  state.
451- GNUmakefile: Added includes for access to run manager for above.
452
45322nd April 2006  John Allison (visman-V08-00-13)
454- Bug fix (workaround) for memory leak in CheckModel (bug #861).
455- Implement PrintAvailableModels using improvement below.
456
45721st April 2006 Jane Tinslay
458- Improve printout for trajectory drawing and filtering
459
46019th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
461- G4VisManager:
462  o Implemented Draw2D(const G4Text&).
463  o Added PrintAvailableModels (but awaiting implementation).
464  o Fixed directory names (trailing '/').
465- G4VSceneHandler:
466  o Implemented Begin/EndPrimitives2D.
467  o Migrated to direct access to G4PhysicalVolumeModel.
468
46928th March 2006 Jane Tinslay (jst28032006)
470- Introduce G4VisFilterManager.hh to manager filtering
471- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
472  to support filtering
473
47428th March 2006  John Allison  (visman-V08-00-11)
475- Corrects logic of transients re-computation:
476  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
477  o G4VSceneHandler: Improved logic of transients re-computation.
478  o G4VViewer: Improved logic of fNeedKernelVisit.
479- Unified treatment of bools in commands.
480
48124th March 2006 Jane Tinslay (jst24032006)
482- Introduce trajectory drawing manager which is used by
483  G4VisManager. No change in overall functionality.
484
48516th March 2006 Jane Tinslay (jst16032006)
486- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
487
48813th March 2006  John Allison  (visman-V08-00-10)
489- Fixes recomputation of transients when changing drivers.
490- G4VisManager: Added fTransientsDrawnThisEvent/Run.
491- G4VSceneHandler:
492  o Removed fTransientsDrawn (now in G4VisManager).
493  o Added fProcessingSolid.
494  o Fixed recomputation of transients.
495
4968th March 2006  John Allison  (visman-V08-00-09)
497- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
498
4996th March 2006  John Allison  (visman-V08-00-08)
500- Added /vis/scene/transientsAction, a feature for recomputing
501  transients (trajectories, hits, user drawing, etc.) when needed by
502  the viewer.  Thus, transients are "remembered" and may be copied
503  between graphics systems.
504
5059th February 2006  John Allison  (visman-V08-00-07)
506- First implementation of refresh end-of-event models (trajectories, etc.).
507
5088th February 2006  John Allison  (visman-V08-00-06)
509- Needs modeling-V08-00-02.
510- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
511- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
512
5133rd February 2006  John Allison  (visman-V08-00-05)
514- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
515- Very minor printing and comments improvements.
516
51726th January 2006  John Allison  (visman-V08-00-04)
518- G4VViewer: Removed fModified.  It was used to flag a change of view
519  parameters but it was only ever used negatively, i.e., to *prevent*
520  its effect of invoking SetView.  So it has been removed and the
521  responsibility for calling SetView after a change of view parameters
522  rests with the user (e.g., the vis commands).  Only used by OpenGL
523  and OpenInventor; now works with opengl-V08-00-01 and
524  openinventor-V08-00-00.
525- G4VSceneHandler.hh: Improved comments.
526- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
527  registered.
528- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
529
53025th January 2006  John Allison  (visman-V08-00-03)
531- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
532
53311th January 2006  John Allison  (visman-V08-00-02)
534- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
535- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
536- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
537  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
538- G4VisCommandsSceneAdd.cc: Improved message when world not available.
539- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
540  to /vis/scene/notifyHandlers.  Avoids double refresh.
541- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
542  invalid view.
543
5449th January 2006  John Allison  (visman-V08-00-01)
545- This tag includes all the changes below.
546
5479th January 2006  John Allison  (visman-V08-00-00)
548- This tag is geant4-08-00-ref-00 + change of 5th January only.
549
5505th January 2006  John Allison
551- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
552  fMarkForClearingTransientStore(true) initially now.  This is so that
553  at end of event or run, the view is refreshed and the scene
554  (detector geometry, etc.) is drawn or written to file.
555
55614th December 2005  John Allison
557- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
558  graphical database, if any.  Particularly relevant for Open Inventor.
559- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
560- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
561  to an empty scene.
562- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
563  an empty scene, invoke UpdateVisManagerScene, which applies
564  "/vis/scene/notifyHandlers", which now forces a rebuild.
565- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
566
5674th December  John Allison (visman-V07-01-10)
568- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
569  user has not instantiated a scene handler, e.g., in batch mode.
570
57129th November 2005  Jane Tinslay
572- Make G4VisManager::RegisterModelFactories() non-pure for
573  backwards compatibility.
574- Add information message to G4VisManager::DispatchToModel when default trajectory
575  model is used.
576
57723rd November 2005  Joseph Perl  (visman-V07-01-09)
578- Tagged in preparation for Geant4 8.0
579
58023rd November 2005  Jane Tinslay
581- Enhanced trajectory implementation
582
58322nd November 2005  John Allison
584- Added /vis/viewer/rebuild (forces visit of kernel).
585- Changed G4Transform3D::Identity to G4Transform3D().
586- Tidied initial printing.
587- Removed MyVisManager (was deprecated in previous major release).
588- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
589- G4VVisCommand.cc: Improved UpdateVisManagerScene.
590- Refined guidance of issue "/tracking/storeTrajectory 1" on
591  "/vis/scene/add/trajectories".
592- Improved /vis/sceneHandler/attach.
593- G4VisManager.cc: Improved comments.
594
59513th October 2005  John Allison  (visman-V07-01-08)
596- G4ViewParameters: Added XGeometryString.
597- G4VViewer.cc: Pick up XGeometryString.
598- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
599  in window size hints.
600- /vis/viewer/set/background: Add opacity parameter.
601
60220th October 2005  John Allison  (visman-V07-01-07)
603- G4VisManager:
604  o Added methods for managing trajectory models.
605  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
606    G4int i_mode).
607  o Created /vis/modeling/trajectories/ for trajectory model messengers.
608  o Added XGeometryString for some future viewer enhancements.
609- G4VisExecutive: Added RegisterTrajectoryModelMakers.
610
61120th October 2005  John Allison (visman-V07-01-06)
612- Get standard colours with "/vis/viewer/set/background red", for example.
613- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
614  CLHEP-1.9.2.1.
615
61613th October 2005  John Allison (visman-V07-01-05)
617- Background colour - /vis/viewer/set/background.
618- Non-uniform scaling - /vis/viewer/scale and scaleTo.
619- Migrated to <sstream>.
620
62112th October 2005  John Allison (vis-V07-01-03)
622- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
623  (bug found by system test of vis-V07-01-02).
624
62516th September 2005  John Allison (visman-V07-01-04)
626- Simplified use of ConcreteInstance.  It is now always non-zero for
627  an instantiated vis manager; invalid views are reported by the vis
628  manager.  The exception is /vis/disable which zeros it; /vis/enable
629  or any valid command resets it.
630
63116th September 2005  John Allison (visman-V07-01-03)
632- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
633- Added warning:
634  o Attempt to add volume to a scene already containing the world.
635- Added error message:
636  o Logical volume model must be only volume model in scene.
637- G4Scene.cc: Improvement - no functional change.
638
63913th September 2005  John Allison (visman-V07-01-02)
640- Added WhiteBackground to G4ViewParameters.
641- Added /vis/viewer/set/whiteBackground.
642- G4VSceneHandler::GetColour and GetTextColour: white and opaque
643  objects on a white background are changed to black.
644- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
645- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
646
6472nd September 2005  John Allison (visman-V07-01-01)
648- Introduced optional second pass over run-duration models in
649  G4VSceneHandler::ProcessScene.
650
65120th July 2005  John Allison (visman-V07-01-00)
652- G4VisCommandsViewer.cc: Protected new viewer pointer.
653
6547th June 2005  John Allison (visman-V07-00-02)
655- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
656
65731st May 2005  John Allison  (visman-V07-00-01)
658- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
659  with spaces.
660- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
661  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.