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

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

update to CVS

File size: 26.5 KB
RevLine 
[1140]1$Id: History,v 1.127 2009/10/30 16:05:30 allison Exp $
[531]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
[1140]2930th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
30- Added /vis/scene/add/psHits.
31- G4VisManager.cc: As above and also:
32  o Tidied view creation.
33  o Improved message ("scene" should be "scene handler").
34
3523rd October 2009  John Allison  (visman-V09-02-05 coworks greps-V09-02-02)
36- Implemented default behaviour in
37  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
38
3921st October 2009  John Allison  (visman-V09-02-04 coworks greps-V09-02-02)
40- G4VSceneHandler:
41  o Added default AddCompound (const G4THitsMap<G4double>&) methods.
42    (For time being just issues warning.)
43
4429th September 2009  John Allison  (visman-V09-02-03)
45- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
46- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
47- G4VisManager.cc: Considerable tidy up.
48
[1087]4924th July 2009  Laurent Garnier
50- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
51  CurrentSceneHandler has no model
52
[1042]5313th May 2009  John Allison  (visman-V09-02-02)
54- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
55- G4VisManager.cc: End of run event keeping information improved.
56
[944]5714th March 2009  John Allison  (visman-V09-02-01)
58- G4VisCommands.hh/.cc: Introduced /vis/initialize.
59- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
60    constructor.
61- G4VisExecutive.icc: made methods inline.
62
6325th February 2009  Laurent Garnier  (visman-V09-02-00)
[933]64- Notify handler send by G4VVisManager is implemented in G4VisManager
65
[912]6622th January 2009  Laurent Garnier
67- 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.
68
[907]6912th January 2009  John Allison
70- /vis/viewer/create: Pass both X and Y window size hints to viewer.
71  (To get a non-rectangular viewer give a X-windows-style geometry
72  argument, such as "800x400" or "800x400-0+0".)
73
742nd December, Laurent Garnier
75 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
76   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
77   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
78   and set position and location. It will work for Qt, X, Win32 for the moment.
79
8027th July 2008  John Allison (visman-V09-01-05)
[849]81- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
82
[846]8330th April 2008  John Allison  (visman-V09-01-04)
84- Fixes more gcc-4.3.0 compiler warnings.
85
8628th April 2008  John Allison  (visman-V09-01-03)
87- G4VisCommandsScene.cc: Improve warning message.
88- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
89
904th April 2008  John Allison  (visman-V09-01-02)
91 - Fixed gcc-4.3.0 compiler warnings.
92
[714]935th February 2008, Laurent Garnier
94 - Implemented a function in order to IncrementPan with X,Y,Z values
95
[772]9629th January 2008  John Allison  (visman-V09-01-01)
97 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
98
[688]994th January 2008  John Allison  (visman-V09-01-00)
100- Implemented extended 2D interface.
101
[632]10230th November 2007  Laurent Garnier
103- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
104 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
105#endif
106
[631]10716th November 2007  Joseph Perl  (visman-V09-00-02)
108- G4VisCommandsCompound.cc: Replace references to Wired3.
109- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
110
[609]11110th November 2007  John Allison  (visman-V09-00-01)
112- G4VisManager.cc: Minor improvement in messaging.
113- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
114
[593]11510th July 2007  John Allison  (visman-V09-00-00)
116- Remove redundant method declarations in G4VisManager.hh.
117- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
118
119-25th May 2007  John Allison  (visman-V08-03-01)
120 Improved error trapping in viewer initialisation.
121- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
122
12316th May 2007  John Allison  (visman-V08-03-00)
124- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
125  Windows compiler(!).
126
1274th April 2007  John Allison  (visman-V08-02-04)
128- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
129
1303rd April 2007  John Allison  (visman-V08-02-03)
131- Added /vis/viewer/set/picking.  Picking is false by default, except
132  for OpenInventor.
133
13425th March 2007  John Allison  (visman-V08-02-02)
135- G4VisExecutive.icc: Removed G4GAGTree.
136- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
137  again, from /vis/drawVolume.
138- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
139- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
140
14111th January 2007  John Allison  (visman-V08-02-01)
142- Added /vis/abortReviewKeptEvents.
143- /vis/reviewKeptEvents: Improved guidance.
144- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
145  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
146- Reduced WARNING noise.
147
1485th January 2007  John Allison  (visman-V08-02-00)
149- G4VSceneHandler:
150  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
151    available to all scene handlers).  Loads G4AttValues and G4AttDefs
152    onto any object that inherits G4AttHolder.
153  o Change signature of GetLineWidth from G4Visible& to
154    G4VisAttributes* for consistency with similar utility functions.
155    (Only used by OpenGL at present; requires opengl-V08-02-00.)
156  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
157- G4VisCommandsGeometrySet and G4VisManager.cc:
158  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
159    (inadvertently omitted in previous release).
160  o Improved guidance.
161- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
162- G4VViewer.cc: Improved comment.
163- G4VisCommandsCompound.cc:
164  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
165- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
166
[531]16712th December 2006  Gabriele Cosmo  (visman-V08-01-16)
168- Commented command "vis/scene/add/eventID" forcing event ID to scene in
169  G4VisCommandsCompound.cc.
170
17125th November 2006  John Allison  (visman-V08-01-15)
172- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
173  Supresses eventID message when state == G4State_EventProc unless last event.
174- G4VisCommands.cc: /vis/reviewKeptEvents:
175  o An improvement in the information printed.
176  o Temporarily set endOfEventAction refresh so that eventID for each event.
177- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
178  o Restrict warning message so that the warning about the number of
179    kept events only happens for "accumulate".  Improve printing.
180- G4VisCommandsViewer.cc: Spelling correction in warning message.
181- G4VisManager.cc: Correct for 0 requested kept events.
182- G4Scene.cc: Initialise no. of kept events to 0.
183
18422nd November 2006  John Allison  (visman-V08-01-14)
185- Fixed /vis/reviewKeptEvents for "stored" viewers.
186
18721st November 2006  John Allison  (visman-V08-01-13)
188- Fixed double drawing of event.
189- Restored old verbosity and printing interface (for obsolete user vis
190  managers).
191
19216th November 2006  John Allison  (visman-V08-01-12)
193- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
194  Warning of scene change issued for other viewers.
195
19615th November 2006  John Allison  (visman-V08-01-11)
197- First implementation of /vis/reviewKeptEvents.
198
19914th November 2006  John Allison  (visman-V08-01-10)
200- Merged visman-V08-01-08-branch onto main branch.
201
20214th November 2006  John Allison  (visman-V08-01-08-08)
203- Partial implementation of /vis/reviewKeptEvents.
204
20514th November 2006  John Allison  (visman-V08-01-08-07)
206- Minor improvements:
207  o G4VisManager: Removed event count (not used).
208  o G4VSceneHandler: Inhibited drawing when vis disabled.
209  o Various /vis/scene commands: Added update statement so that
210    handlers are notified after change of scene.  Forces rebuild and
211    refresh of all viewers using current scene.
212
21312th November 2006  John Allison  (visman-V08-01-08-06)
214- Further iteration of event refreshing:
215  o G4VisManager:
216    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
217    ~ Removed unused methods from previous attempts.
218  o G4VSceneHandler: Used vis manager DrawEvent.
219  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
220    events.
221
22211th November 2006  John Allison  (visman-V08-01-08-05)
223- Removed /vis/scene/transientsAction.  Now event keeping by the vis
224  manager is automatic if there is a valid scene.  If the user issues
225  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
226  to a maximum N in number (N<0 means unlimited, the default value is
227  100).  Otherwise just the last event is kept.
228- Tidied up.
229
2309th November 2006  John Allison  (visman-V08-01-08-04)
231- G4VisManager: Removed data memebers associated with previous attempts
232  at event refreshing.
233- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
234- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
235  worlds.
236- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
237- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
238
2398th November 2006  John Allison  (visman-V08-01-08-03)
240- First attempt at using event keeping to refresh views.
241
2426th November 2006  John Allison  (visman-V08-01-08-02)
243- Merged visman-V08-01-09.
244
2456th November 2006  John Allison  (visman-V08-01-09)
246- /vis/drawVolume and /vis/specify: Suppress all but first warning about
247  needing to refresh for viewers that are not auto refresh.
248- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
249  is to add a world, if empty - reasonable behaviour.)
250
2515th November 2006  John Allison  (visman-V08-01-08-01)
252- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
253  material world = *(transportationManager->GetWorldsIterator()) in all cases
254  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
255
2563rd November 2006  John Allison  (visman-V08-01-08-00)
257- On visman-V08-01-08-branch.
258- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
259  visualisation: /vis/scene/add/volume worlds
260- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
261  to avoid warning messages about empty scene.
262
2633rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
264- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
265  Needs tracking-V08-01-05.
266
2671st November 2006  John Allison  (visman-V08-01-07)
268- /vis/scene/add/trajectories:
269  o Allow string parameters "rich" and "smooth".  Not yet activated
270    (awaiting tags in tracking).
271  o Deprecate use of integer parameter (i_mode).
272- GNUmakefile: Add geometry/magneticfield/include (for new
273  /vis/scene/add/trajectories command above).
274- G4VisManager.cc: Remove unnecessary comment line.
275
276----------------------------------------------------
27719th September 2006  John Allison  (visman-V08-01-06)
278- G4ViewParameters: Added ExplodeCentre.
279- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
280
281----------------------------------------------------
28213th September 2006  John Allison  (visman-V08-01-05)
283- G4ViewParameters: Improved setting and access to explode factor.
284- G4VisCommandsViewer: Added /vis/viewer/clone.
285- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
286- G4VisManager.cc: Registered /vis/viewer/clone.
287- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
288
28912th September 2006 Jane Tinslay
290- Add attribute based trajectory drawing & filtering, and attribute based
291  hit filtering
292
293---------------------------------------------------
2944th September 2006  John Allison  (visman-V08-01-04)
295- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
296- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
297  and /vis/viewer/set/cutawayMode.
298
29930th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
300- Added /vis/viewer/set/globalLineWidthScale.
301- Augmented /vis/scene/add/volume to include intersection of clipping volume
302  (only box -box *box at present).
303- G4VSceneHandler:
304  o Added GetLineWidth to take account of GlobalLineWidthScale.
305  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
306    (DCUT) and cutaways.  Currently not activated due to instabilities in
307    BooleanProcessor.
308- G4ViewParameters:
309  o Added GlobalLineWidthScale.
310  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
311
31214th August 2006  John Allison  (visman-V08-01-02)
313- G4VisManager.hh: Added some OpenGL friends.
314- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
315  before "add/volume".  Catches non-existing handlers better.  Overall
316  effect of compound command unchanged.
317- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
318
31910th July 2006  John Allison (visman-V08-01-01)
320- Co-works with greps-V08-01-01.
321- G4VSceneHandler:
322  o Removed Establish/DecommissionSpecials.
323  o Respect rationalised G4ModelingParameters.
324  o Added GetNoOfSides that respects forced line segments per circle.
325- G4VisCommandsScene.cc: Spelling correction.
326
3273rd July 2006  John Allison (visman-V08-01-00)
328- /vis/scene/transientsAction: Added max number of events parameter.
329- Added /vis/viewer/clearTransients.
330- Improved /vis/list.
331- G4VisManager.hh/icc: Added data members and acces for event copying.
332- G4VisManager.cc:
333  o Verbosity control of model printing.
334  o (Commented out) code for event copying.
335 - G4VSceneHandler.cc:
336  o (Commented out) code for event copying.
337
3388th June 2006 John Allison  (visman-V08-00-23)
339- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
340  that made it ineffective.
341
3427th June 2006 John Allison  (visman-V08-00-22)
343- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
344
3456th June 2006 John Allison  (visman-V08-00-21)
346- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
347
3484th June 2006 Joseph Perl (visman-V08-00-20)
349- This tag includes all the changes below.
350
3512nd June 2006 Jane Tinslay
352- Add accessor for current trajectory drawing model
353- Make G4HepRepFileSceneHandler a friend of G4VisManager
354
3551st June 2006 Jane Tinslay
356- Add accessor in G4VisListManager
357
35830th May 2006 Jane Tinslay
359- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
360  to G4VisExecutive
361
36225th May 2006 John Allison  (visman-V08-00-19)
363- G4Scene.cc: Changed default fRecomputeTransients to false.
364- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
365  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
366- G4VisFilter/List/ModelManager.hh: Indent printing of models.
367- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
368
36922nd May 2006 John Allison  (visman-V08-00-18)
370- G4VisManager:
371  o Added SetReprocessing (for transients).
372  o Reduce dependency on Run (get event from event manager).
373  o (Includes some event copying stuff - commented out.)
374- G4VSceneHandler.cc: Require Idle state for transient re-computation.
375- G4Scene:
376  o Remove Clear().  (Not used.)
377  o Add printing and testing for fRecomputeTransients.  (Forgot in
378    visman-V08-00-08.)
379- /vis/.../list commands: Default verbosity "warnings".
380
38113th May 2006 John Allison  (visman-V08-00-17)
382- Provided identity transformation for 2D drawing.  A temporary
383  expedient until all drivers can implement 2D drawing.
384
38512th May 2006  John Allison  (visman-V08-00-16)
386- Added /vis/list.
387- Added /vis/scene/add/eventID.
388- Final refinements for event/run reprocessing (re-computation of
389  transients):
390  o Pick up random number status from run manager.
391  o Run and event numbers reset.
392  o Protect against non-instantiation of run manager.
393- Followed G4CallbackModel change (see modeling-V08-00-09).
394- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
395  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
396
3974th May 2006  John Allison  (visman-V08-00-15)
398- Improved protection for null models and parameters.
399
4002nd May 2006 Jane Tinslay
401- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
402- Add FilterTrajectory method to G4VisManager
403
40428th April 2006  John Allison (visman-V08-00-14)
405- G4VSceneHandler.cc: Added call to FinishView after run-duration
406  model computation and before end-of-event and transients
407  re-computation to get good buffer swapping behaviour for double
408  buffer drivers.
409- G4VisCommandsScene.cc: Added protection in
410  /vis/scene/endOfRunAction.  Error for accumulate if end of event
411  action is not also accumulate.
412- G4VisManager: To get good refresh bahaviour when re-computing
413  transients in OpenGL*Xm and similar drivers, postpone ShowView to
414  end of run for last event in a run.  This ensures G4 is in Idle
415  state.
416- GNUmakefile: Added includes for access to run manager for above.
417
41822nd April 2006  John Allison (visman-V08-00-13)
419- Bug fix (workaround) for memory leak in CheckModel (bug #861).
420- Implement PrintAvailableModels using improvement below.
421
42221st April 2006 Jane Tinslay
423- Improve printout for trajectory drawing and filtering
424
42519th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
426- G4VisManager:
427  o Implemented Draw2D(const G4Text&).
428  o Added PrintAvailableModels (but awaiting implementation).
429  o Fixed directory names (trailing '/').
430- G4VSceneHandler:
431  o Implemented Begin/EndPrimitives2D.
432  o Migrated to direct access to G4PhysicalVolumeModel.
433
43428th March 2006 Jane Tinslay (jst28032006)
435- Introduce G4VisFilterManager.hh to manager filtering
436- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
437  to support filtering
438
43928th March 2006  John Allison  (visman-V08-00-11)
440- Corrects logic of transients re-computation:
441  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
442  o G4VSceneHandler: Improved logic of transients re-computation.
443  o G4VViewer: Improved logic of fNeedKernelVisit.
444- Unified treatment of bools in commands.
445
44624th March 2006 Jane Tinslay (jst24032006)
447- Introduce trajectory drawing manager which is used by
448  G4VisManager. No change in overall functionality.
449
45016th March 2006 Jane Tinslay (jst16032006)
451- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
452
45313th March 2006  John Allison  (visman-V08-00-10)
454- Fixes recomputation of transients when changing drivers.
455- G4VisManager: Added fTransientsDrawnThisEvent/Run.
456- G4VSceneHandler:
457  o Removed fTransientsDrawn (now in G4VisManager).
458  o Added fProcessingSolid.
459  o Fixed recomputation of transients.
460
4618th March 2006  John Allison  (visman-V08-00-09)
462- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
463
4646th March 2006  John Allison  (visman-V08-00-08)
465- Added /vis/scene/transientsAction, a feature for recomputing
466  transients (trajectories, hits, user drawing, etc.) when needed by
467  the viewer.  Thus, transients are "remembered" and may be copied
468  between graphics systems.
469
4709th February 2006  John Allison  (visman-V08-00-07)
471- First implementation of refresh end-of-event models (trajectories, etc.).
472
4738th February 2006  John Allison  (visman-V08-00-06)
474- Needs modeling-V08-00-02.
475- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
476- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
477
4783rd February 2006  John Allison  (visman-V08-00-05)
479- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
480- Very minor printing and comments improvements.
481
48226th January 2006  John Allison  (visman-V08-00-04)
483- G4VViewer: Removed fModified.  It was used to flag a change of view
484  parameters but it was only ever used negatively, i.e., to *prevent*
485  its effect of invoking SetView.  So it has been removed and the
486  responsibility for calling SetView after a change of view parameters
487  rests with the user (e.g., the vis commands).  Only used by OpenGL
488  and OpenInventor; now works with opengl-V08-00-01 and
489  openinventor-V08-00-00.
490- G4VSceneHandler.hh: Improved comments.
491- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
492  registered.
493- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
494
49525th January 2006  John Allison  (visman-V08-00-03)
496- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
497
49811th January 2006  John Allison  (visman-V08-00-02)
499- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
500- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
501- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
502  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
503- G4VisCommandsSceneAdd.cc: Improved message when world not available.
504- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
505  to /vis/scene/notifyHandlers.  Avoids double refresh.
506- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
507  invalid view.
508
5099th January 2006  John Allison  (visman-V08-00-01)
510- This tag includes all the changes below.
511
5129th January 2006  John Allison  (visman-V08-00-00)
513- This tag is geant4-08-00-ref-00 + change of 5th January only.
514
5155th January 2006  John Allison
516- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
517  fMarkForClearingTransientStore(true) initially now.  This is so that
518  at end of event or run, the view is refreshed and the scene
519  (detector geometry, etc.) is drawn or written to file.
520
52114th December 2005  John Allison
522- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
523  graphical database, if any.  Particularly relevant for Open Inventor.
524- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
525- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
526  to an empty scene.
527- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
528  an empty scene, invoke UpdateVisManagerScene, which applies
529  "/vis/scene/notifyHandlers", which now forces a rebuild.
530- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
531
5324th December  John Allison (visman-V07-01-10)
533- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
534  user has not instantiated a scene handler, e.g., in batch mode.
535
53629th November 2005  Jane Tinslay
537- Make G4VisManager::RegisterModelFactories() non-pure for
538  backwards compatibility.
539- Add information message to G4VisManager::DispatchToModel when default trajectory
540  model is used.
541
54223rd November 2005  Joseph Perl  (visman-V07-01-09)
543- Tagged in preparation for Geant4 8.0
544
54523rd November 2005  Jane Tinslay
546- Enhanced trajectory implementation
547
54822nd November 2005  John Allison
549- Added /vis/viewer/rebuild (forces visit of kernel).
550- Changed G4Transform3D::Identity to G4Transform3D().
551- Tidied initial printing.
552- Removed MyVisManager (was deprecated in previous major release).
553- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
554- G4VVisCommand.cc: Improved UpdateVisManagerScene.
555- Refined guidance of issue "/tracking/storeTrajectory 1" on
556  "/vis/scene/add/trajectories".
557- Improved /vis/sceneHandler/attach.
558- G4VisManager.cc: Improved comments.
559
56013th October 2005  John Allison  (visman-V07-01-08)
561- G4ViewParameters: Added XGeometryString.
562- G4VViewer.cc: Pick up XGeometryString.
563- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
564  in window size hints.
565- /vis/viewer/set/background: Add opacity parameter.
566
56720th October 2005  John Allison  (visman-V07-01-07)
568- G4VisManager:
569  o Added methods for managing trajectory models.
570  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
571    G4int i_mode).
572  o Created /vis/modeling/trajectories/ for trajectory model messengers.
573  o Added XGeometryString for some future viewer enhancements.
574- G4VisExecutive: Added RegisterTrajectoryModelMakers.
575
57620th October 2005  John Allison (visman-V07-01-06)
577- Get standard colours with "/vis/viewer/set/background red", for example.
578- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
579  CLHEP-1.9.2.1.
580
58113th October 2005  John Allison (visman-V07-01-05)
582- Background colour - /vis/viewer/set/background.
583- Non-uniform scaling - /vis/viewer/scale and scaleTo.
584- Migrated to <sstream>.
585
58612th October 2005  John Allison (vis-V07-01-03)
587- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
588  (bug found by system test of vis-V07-01-02).
589
59016th September 2005  John Allison (visman-V07-01-04)
591- Simplified use of ConcreteInstance.  It is now always non-zero for
592  an instantiated vis manager; invalid views are reported by the vis
593  manager.  The exception is /vis/disable which zeros it; /vis/enable
594  or any valid command resets it.
595
59616th September 2005  John Allison (visman-V07-01-03)
597- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
598- Added warning:
599  o Attempt to add volume to a scene already containing the world.
600- Added error message:
601  o Logical volume model must be only volume model in scene.
602- G4Scene.cc: Improvement - no functional change.
603
60413th September 2005  John Allison (visman-V07-01-02)
605- Added WhiteBackground to G4ViewParameters.
606- Added /vis/viewer/set/whiteBackground.
607- G4VSceneHandler::GetColour and GetTextColour: white and opaque
608  objects on a white background are changed to black.
609- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
610- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
611
6122nd September 2005  John Allison (visman-V07-01-01)
613- Introduced optional second pass over run-duration models in
614  G4VSceneHandler::ProcessScene.
615
61620th July 2005  John Allison (visman-V07-01-00)
617- G4VisCommandsViewer.cc: Protected new viewer pointer.
618
6197th June 2005  John Allison (visman-V07-00-02)
620- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
621
62231st May 2005  John Allison  (visman-V07-00-01)
623- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
624  with spaces.
625- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
626  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.