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

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

Fix a delete problem

File size: 27.7 KB
Line 
1$Id: History,v 1.133 2009/11/16 13:51:08 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
2916th November 2009  Laurent Garnier
30-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
31
3214th November 2009  John Allison
33- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
34  (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
35
366th November 2009  John Allison
37- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
38  o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
39  o Write message about other options:
40    - /vis/open/gMocrenFile
41    - /score/draw.. commands.
42  o For hits that are not scoring maps, call DrawAllHits.
43
445th November 2009  John Allison
45- G4VSceneHandler.cc:
46  o ProcessScene: Added DrawEndOfRunModels().
47  o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
48
494th November 2009  John Allison
50- G4Scene: Added EndOfRunModelList.
51- G4VSceneHandler:
52  o Added DrawEndOfRunModels.
53  o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
54    using G4ScoringManager.  Still does nothing for scoring maps but
55    otherwise calls DrawAllHits.
56- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
57- G4VisCommandsSceneAdd: Added optional parameter:
58  o /vis/scene/add/psHits [scoring map name]
59
6030th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
61- Added /vis/scene/add/psHits.
62- G4VisManager.cc: As above and also:
63  o Tidied view creation.
64  o Improved message ("scene" should be "scene handler").
65
6623rd October 2009  John Allison  (visman-V09-02-05 coworks greps-V09-02-02)
67- Implemented default behaviour in
68  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
69
7021st October 2009  John Allison  (visman-V09-02-04 coworks greps-V09-02-02)
71- G4VSceneHandler:
72  o Added default AddCompound (const G4THitsMap<G4double>&) methods.
73    (For time being just issues warning.)
74
7529th September 2009  John Allison  (visman-V09-02-03)
76- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
77- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
78- G4VisManager.cc: Considerable tidy up.
79
8024th July 2009  Laurent Garnier
81- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
82  CurrentSceneHandler has no model
83
8413th May 2009  John Allison  (visman-V09-02-02)
85- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
86- G4VisManager.cc: End of run event keeping information improved.
87
8814th March 2009  John Allison  (visman-V09-02-01)
89- G4VisCommands.hh/.cc: Introduced /vis/initialize.
90- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
91    constructor.
92- G4VisExecutive.icc: made methods inline.
93
9425th February 2009  Laurent Garnier  (visman-V09-02-00)
95- Notify handler send by G4VVisManager is implemented in G4VisManager
96
9722th January 2009  Laurent Garnier
98- 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.
99
10012th January 2009  John Allison
101- /vis/viewer/create: Pass both X and Y window size hints to viewer.
102  (To get a non-rectangular viewer give a X-windows-style geometry
103  argument, such as "800x400" or "800x400-0+0".)
104
1052nd December, Laurent Garnier
106 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
107   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
108   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
109   and set position and location. It will work for Qt, X, Win32 for the moment.
110
11127th July 2008  John Allison (visman-V09-01-05)
112- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
113
11430th April 2008  John Allison  (visman-V09-01-04)
115- Fixes more gcc-4.3.0 compiler warnings.
116
11728th April 2008  John Allison  (visman-V09-01-03)
118- G4VisCommandsScene.cc: Improve warning message.
119- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
120
1214th April 2008  John Allison  (visman-V09-01-02)
122 - Fixed gcc-4.3.0 compiler warnings.
123
1245th February 2008, Laurent Garnier
125 - Implemented a function in order to IncrementPan with X,Y,Z values
126
12729th January 2008  John Allison  (visman-V09-01-01)
128 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
129
1304th January 2008  John Allison  (visman-V09-01-00)
131- Implemented extended 2D interface.
132
13330th November 2007  Laurent Garnier
134- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
135 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
136#endif
137
13816th November 2007  Joseph Perl  (visman-V09-00-02)
139- G4VisCommandsCompound.cc: Replace references to Wired3.
140- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
141
14210th November 2007  John Allison  (visman-V09-00-01)
143- G4VisManager.cc: Minor improvement in messaging.
144- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
145
14610th July 2007  John Allison  (visman-V09-00-00)
147- Remove redundant method declarations in G4VisManager.hh.
148- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
149
150-25th May 2007  John Allison  (visman-V08-03-01)
151 Improved error trapping in viewer initialisation.
152- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
153
15416th May 2007  John Allison  (visman-V08-03-00)
155- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
156  Windows compiler(!).
157
1584th April 2007  John Allison  (visman-V08-02-04)
159- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
160
1613rd April 2007  John Allison  (visman-V08-02-03)
162- Added /vis/viewer/set/picking.  Picking is false by default, except
163  for OpenInventor.
164
16525th March 2007  John Allison  (visman-V08-02-02)
166- G4VisExecutive.icc: Removed G4GAGTree.
167- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
168  again, from /vis/drawVolume.
169- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
170- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
171
17211th January 2007  John Allison  (visman-V08-02-01)
173- Added /vis/abortReviewKeptEvents.
174- /vis/reviewKeptEvents: Improved guidance.
175- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
176  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
177- Reduced WARNING noise.
178
1795th January 2007  John Allison  (visman-V08-02-00)
180- G4VSceneHandler:
181  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
182    available to all scene handlers).  Loads G4AttValues and G4AttDefs
183    onto any object that inherits G4AttHolder.
184  o Change signature of GetLineWidth from G4Visible& to
185    G4VisAttributes* for consistency with similar utility functions.
186    (Only used by OpenGL at present; requires opengl-V08-02-00.)
187  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
188- G4VisCommandsGeometrySet and G4VisManager.cc:
189  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
190    (inadvertently omitted in previous release).
191  o Improved guidance.
192- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
193- G4VViewer.cc: Improved comment.
194- G4VisCommandsCompound.cc:
195  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
196- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
197
19812th December 2006  Gabriele Cosmo  (visman-V08-01-16)
199- Commented command "vis/scene/add/eventID" forcing event ID to scene in
200  G4VisCommandsCompound.cc.
201
20225th November 2006  John Allison  (visman-V08-01-15)
203- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
204  Supresses eventID message when state == G4State_EventProc unless last event.
205- G4VisCommands.cc: /vis/reviewKeptEvents:
206  o An improvement in the information printed.
207  o Temporarily set endOfEventAction refresh so that eventID for each event.
208- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
209  o Restrict warning message so that the warning about the number of
210    kept events only happens for "accumulate".  Improve printing.
211- G4VisCommandsViewer.cc: Spelling correction in warning message.
212- G4VisManager.cc: Correct for 0 requested kept events.
213- G4Scene.cc: Initialise no. of kept events to 0.
214
21522nd November 2006  John Allison  (visman-V08-01-14)
216- Fixed /vis/reviewKeptEvents for "stored" viewers.
217
21821st November 2006  John Allison  (visman-V08-01-13)
219- Fixed double drawing of event.
220- Restored old verbosity and printing interface (for obsolete user vis
221  managers).
222
22316th November 2006  John Allison  (visman-V08-01-12)
224- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
225  Warning of scene change issued for other viewers.
226
22715th November 2006  John Allison  (visman-V08-01-11)
228- First implementation of /vis/reviewKeptEvents.
229
23014th November 2006  John Allison  (visman-V08-01-10)
231- Merged visman-V08-01-08-branch onto main branch.
232
23314th November 2006  John Allison  (visman-V08-01-08-08)
234- Partial implementation of /vis/reviewKeptEvents.
235
23614th November 2006  John Allison  (visman-V08-01-08-07)
237- Minor improvements:
238  o G4VisManager: Removed event count (not used).
239  o G4VSceneHandler: Inhibited drawing when vis disabled.
240  o Various /vis/scene commands: Added update statement so that
241    handlers are notified after change of scene.  Forces rebuild and
242    refresh of all viewers using current scene.
243
24412th November 2006  John Allison  (visman-V08-01-08-06)
245- Further iteration of event refreshing:
246  o G4VisManager:
247    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
248    ~ Removed unused methods from previous attempts.
249  o G4VSceneHandler: Used vis manager DrawEvent.
250  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
251    events.
252
25311th November 2006  John Allison  (visman-V08-01-08-05)
254- Removed /vis/scene/transientsAction.  Now event keeping by the vis
255  manager is automatic if there is a valid scene.  If the user issues
256  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
257  to a maximum N in number (N<0 means unlimited, the default value is
258  100).  Otherwise just the last event is kept.
259- Tidied up.
260
2619th November 2006  John Allison  (visman-V08-01-08-04)
262- G4VisManager: Removed data memebers associated with previous attempts
263  at event refreshing.
264- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
265- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
266  worlds.
267- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
268- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
269
2708th November 2006  John Allison  (visman-V08-01-08-03)
271- First attempt at using event keeping to refresh views.
272
2736th November 2006  John Allison  (visman-V08-01-08-02)
274- Merged visman-V08-01-09.
275
2766th November 2006  John Allison  (visman-V08-01-09)
277- /vis/drawVolume and /vis/specify: Suppress all but first warning about
278  needing to refresh for viewers that are not auto refresh.
279- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
280  is to add a world, if empty - reasonable behaviour.)
281
2825th November 2006  John Allison  (visman-V08-01-08-01)
283- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
284  material world = *(transportationManager->GetWorldsIterator()) in all cases
285  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
286
2873rd November 2006  John Allison  (visman-V08-01-08-00)
288- On visman-V08-01-08-branch.
289- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
290  visualisation: /vis/scene/add/volume worlds
291- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
292  to avoid warning messages about empty scene.
293
2943rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
295- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
296  Needs tracking-V08-01-05.
297
2981st November 2006  John Allison  (visman-V08-01-07)
299- /vis/scene/add/trajectories:
300  o Allow string parameters "rich" and "smooth".  Not yet activated
301    (awaiting tags in tracking).
302  o Deprecate use of integer parameter (i_mode).
303- GNUmakefile: Add geometry/magneticfield/include (for new
304  /vis/scene/add/trajectories command above).
305- G4VisManager.cc: Remove unnecessary comment line.
306
307----------------------------------------------------
30819th September 2006  John Allison  (visman-V08-01-06)
309- G4ViewParameters: Added ExplodeCentre.
310- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
311
312----------------------------------------------------
31313th September 2006  John Allison  (visman-V08-01-05)
314- G4ViewParameters: Improved setting and access to explode factor.
315- G4VisCommandsViewer: Added /vis/viewer/clone.
316- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
317- G4VisManager.cc: Registered /vis/viewer/clone.
318- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
319
32012th September 2006 Jane Tinslay
321- Add attribute based trajectory drawing & filtering, and attribute based
322  hit filtering
323
324---------------------------------------------------
3254th September 2006  John Allison  (visman-V08-01-04)
326- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
327- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
328  and /vis/viewer/set/cutawayMode.
329
33030th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
331- Added /vis/viewer/set/globalLineWidthScale.
332- Augmented /vis/scene/add/volume to include intersection of clipping volume
333  (only box -box *box at present).
334- G4VSceneHandler:
335  o Added GetLineWidth to take account of GlobalLineWidthScale.
336  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
337    (DCUT) and cutaways.  Currently not activated due to instabilities in
338    BooleanProcessor.
339- G4ViewParameters:
340  o Added GlobalLineWidthScale.
341  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
342
34314th August 2006  John Allison  (visman-V08-01-02)
344- G4VisManager.hh: Added some OpenGL friends.
345- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
346  before "add/volume".  Catches non-existing handlers better.  Overall
347  effect of compound command unchanged.
348- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
349
35010th July 2006  John Allison (visman-V08-01-01)
351- Co-works with greps-V08-01-01.
352- G4VSceneHandler:
353  o Removed Establish/DecommissionSpecials.
354  o Respect rationalised G4ModelingParameters.
355  o Added GetNoOfSides that respects forced line segments per circle.
356- G4VisCommandsScene.cc: Spelling correction.
357
3583rd July 2006  John Allison (visman-V08-01-00)
359- /vis/scene/transientsAction: Added max number of events parameter.
360- Added /vis/viewer/clearTransients.
361- Improved /vis/list.
362- G4VisManager.hh/icc: Added data members and acces for event copying.
363- G4VisManager.cc:
364  o Verbosity control of model printing.
365  o (Commented out) code for event copying.
366 - G4VSceneHandler.cc:
367  o (Commented out) code for event copying.
368
3698th June 2006 John Allison  (visman-V08-00-23)
370- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
371  that made it ineffective.
372
3737th June 2006 John Allison  (visman-V08-00-22)
374- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
375
3766th June 2006 John Allison  (visman-V08-00-21)
377- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
378
3794th June 2006 Joseph Perl (visman-V08-00-20)
380- This tag includes all the changes below.
381
3822nd June 2006 Jane Tinslay
383- Add accessor for current trajectory drawing model
384- Make G4HepRepFileSceneHandler a friend of G4VisManager
385
3861st June 2006 Jane Tinslay
387- Add accessor in G4VisListManager
388
38930th May 2006 Jane Tinslay
390- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
391  to G4VisExecutive
392
39325th May 2006 John Allison  (visman-V08-00-19)
394- G4Scene.cc: Changed default fRecomputeTransients to false.
395- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
396  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
397- G4VisFilter/List/ModelManager.hh: Indent printing of models.
398- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
399
40022nd May 2006 John Allison  (visman-V08-00-18)
401- G4VisManager:
402  o Added SetReprocessing (for transients).
403  o Reduce dependency on Run (get event from event manager).
404  o (Includes some event copying stuff - commented out.)
405- G4VSceneHandler.cc: Require Idle state for transient re-computation.
406- G4Scene:
407  o Remove Clear().  (Not used.)
408  o Add printing and testing for fRecomputeTransients.  (Forgot in
409    visman-V08-00-08.)
410- /vis/.../list commands: Default verbosity "warnings".
411
41213th May 2006 John Allison  (visman-V08-00-17)
413- Provided identity transformation for 2D drawing.  A temporary
414  expedient until all drivers can implement 2D drawing.
415
41612th May 2006  John Allison  (visman-V08-00-16)
417- Added /vis/list.
418- Added /vis/scene/add/eventID.
419- Final refinements for event/run reprocessing (re-computation of
420  transients):
421  o Pick up random number status from run manager.
422  o Run and event numbers reset.
423  o Protect against non-instantiation of run manager.
424- Followed G4CallbackModel change (see modeling-V08-00-09).
425- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
426  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
427
4284th May 2006  John Allison  (visman-V08-00-15)
429- Improved protection for null models and parameters.
430
4312nd May 2006 Jane Tinslay
432- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
433- Add FilterTrajectory method to G4VisManager
434
43528th April 2006  John Allison (visman-V08-00-14)
436- G4VSceneHandler.cc: Added call to FinishView after run-duration
437  model computation and before end-of-event and transients
438  re-computation to get good buffer swapping behaviour for double
439  buffer drivers.
440- G4VisCommandsScene.cc: Added protection in
441  /vis/scene/endOfRunAction.  Error for accumulate if end of event
442  action is not also accumulate.
443- G4VisManager: To get good refresh bahaviour when re-computing
444  transients in OpenGL*Xm and similar drivers, postpone ShowView to
445  end of run for last event in a run.  This ensures G4 is in Idle
446  state.
447- GNUmakefile: Added includes for access to run manager for above.
448
44922nd April 2006  John Allison (visman-V08-00-13)
450- Bug fix (workaround) for memory leak in CheckModel (bug #861).
451- Implement PrintAvailableModels using improvement below.
452
45321st April 2006 Jane Tinslay
454- Improve printout for trajectory drawing and filtering
455
45619th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
457- G4VisManager:
458  o Implemented Draw2D(const G4Text&).
459  o Added PrintAvailableModels (but awaiting implementation).
460  o Fixed directory names (trailing '/').
461- G4VSceneHandler:
462  o Implemented Begin/EndPrimitives2D.
463  o Migrated to direct access to G4PhysicalVolumeModel.
464
46528th March 2006 Jane Tinslay (jst28032006)
466- Introduce G4VisFilterManager.hh to manager filtering
467- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
468  to support filtering
469
47028th March 2006  John Allison  (visman-V08-00-11)
471- Corrects logic of transients re-computation:
472  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
473  o G4VSceneHandler: Improved logic of transients re-computation.
474  o G4VViewer: Improved logic of fNeedKernelVisit.
475- Unified treatment of bools in commands.
476
47724th March 2006 Jane Tinslay (jst24032006)
478- Introduce trajectory drawing manager which is used by
479  G4VisManager. No change in overall functionality.
480
48116th March 2006 Jane Tinslay (jst16032006)
482- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
483
48413th March 2006  John Allison  (visman-V08-00-10)
485- Fixes recomputation of transients when changing drivers.
486- G4VisManager: Added fTransientsDrawnThisEvent/Run.
487- G4VSceneHandler:
488  o Removed fTransientsDrawn (now in G4VisManager).
489  o Added fProcessingSolid.
490  o Fixed recomputation of transients.
491
4928th March 2006  John Allison  (visman-V08-00-09)
493- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
494
4956th March 2006  John Allison  (visman-V08-00-08)
496- Added /vis/scene/transientsAction, a feature for recomputing
497  transients (trajectories, hits, user drawing, etc.) when needed by
498  the viewer.  Thus, transients are "remembered" and may be copied
499  between graphics systems.
500
5019th February 2006  John Allison  (visman-V08-00-07)
502- First implementation of refresh end-of-event models (trajectories, etc.).
503
5048th February 2006  John Allison  (visman-V08-00-06)
505- Needs modeling-V08-00-02.
506- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
507- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
508
5093rd February 2006  John Allison  (visman-V08-00-05)
510- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
511- Very minor printing and comments improvements.
512
51326th January 2006  John Allison  (visman-V08-00-04)
514- G4VViewer: Removed fModified.  It was used to flag a change of view
515  parameters but it was only ever used negatively, i.e., to *prevent*
516  its effect of invoking SetView.  So it has been removed and the
517  responsibility for calling SetView after a change of view parameters
518  rests with the user (e.g., the vis commands).  Only used by OpenGL
519  and OpenInventor; now works with opengl-V08-00-01 and
520  openinventor-V08-00-00.
521- G4VSceneHandler.hh: Improved comments.
522- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
523  registered.
524- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
525
52625th January 2006  John Allison  (visman-V08-00-03)
527- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
528
52911th January 2006  John Allison  (visman-V08-00-02)
530- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
531- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
532- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
533  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
534- G4VisCommandsSceneAdd.cc: Improved message when world not available.
535- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
536  to /vis/scene/notifyHandlers.  Avoids double refresh.
537- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
538  invalid view.
539
5409th January 2006  John Allison  (visman-V08-00-01)
541- This tag includes all the changes below.
542
5439th January 2006  John Allison  (visman-V08-00-00)
544- This tag is geant4-08-00-ref-00 + change of 5th January only.
545
5465th January 2006  John Allison
547- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
548  fMarkForClearingTransientStore(true) initially now.  This is so that
549  at end of event or run, the view is refreshed and the scene
550  (detector geometry, etc.) is drawn or written to file.
551
55214th December 2005  John Allison
553- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
554  graphical database, if any.  Particularly relevant for Open Inventor.
555- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
556- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
557  to an empty scene.
558- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
559  an empty scene, invoke UpdateVisManagerScene, which applies
560  "/vis/scene/notifyHandlers", which now forces a rebuild.
561- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
562
5634th December  John Allison (visman-V07-01-10)
564- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
565  user has not instantiated a scene handler, e.g., in batch mode.
566
56729th November 2005  Jane Tinslay
568- Make G4VisManager::RegisterModelFactories() non-pure for
569  backwards compatibility.
570- Add information message to G4VisManager::DispatchToModel when default trajectory
571  model is used.
572
57323rd November 2005  Joseph Perl  (visman-V07-01-09)
574- Tagged in preparation for Geant4 8.0
575
57623rd November 2005  Jane Tinslay
577- Enhanced trajectory implementation
578
57922nd November 2005  John Allison
580- Added /vis/viewer/rebuild (forces visit of kernel).
581- Changed G4Transform3D::Identity to G4Transform3D().
582- Tidied initial printing.
583- Removed MyVisManager (was deprecated in previous major release).
584- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
585- G4VVisCommand.cc: Improved UpdateVisManagerScene.
586- Refined guidance of issue "/tracking/storeTrajectory 1" on
587  "/vis/scene/add/trajectories".
588- Improved /vis/sceneHandler/attach.
589- G4VisManager.cc: Improved comments.
590
59113th October 2005  John Allison  (visman-V07-01-08)
592- G4ViewParameters: Added XGeometryString.
593- G4VViewer.cc: Pick up XGeometryString.
594- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
595  in window size hints.
596- /vis/viewer/set/background: Add opacity parameter.
597
59820th October 2005  John Allison  (visman-V07-01-07)
599- G4VisManager:
600  o Added methods for managing trajectory models.
601  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
602    G4int i_mode).
603  o Created /vis/modeling/trajectories/ for trajectory model messengers.
604  o Added XGeometryString for some future viewer enhancements.
605- G4VisExecutive: Added RegisterTrajectoryModelMakers.
606
60720th October 2005  John Allison (visman-V07-01-06)
608- Get standard colours with "/vis/viewer/set/background red", for example.
609- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
610  CLHEP-1.9.2.1.
611
61213th October 2005  John Allison (visman-V07-01-05)
613- Background colour - /vis/viewer/set/background.
614- Non-uniform scaling - /vis/viewer/scale and scaleTo.
615- Migrated to <sstream>.
616
61712th October 2005  John Allison (vis-V07-01-03)
618- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
619  (bug found by system test of vis-V07-01-02).
620
62116th September 2005  John Allison (visman-V07-01-04)
622- Simplified use of ConcreteInstance.  It is now always non-zero for
623  an instantiated vis manager; invalid views are reported by the vis
624  manager.  The exception is /vis/disable which zeros it; /vis/enable
625  or any valid command resets it.
626
62716th September 2005  John Allison (visman-V07-01-03)
628- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
629- Added warning:
630  o Attempt to add volume to a scene already containing the world.
631- Added error message:
632  o Logical volume model must be only volume model in scene.
633- G4Scene.cc: Improvement - no functional change.
634
63513th September 2005  John Allison (visman-V07-01-02)
636- Added WhiteBackground to G4ViewParameters.
637- Added /vis/viewer/set/whiteBackground.
638- G4VSceneHandler::GetColour and GetTextColour: white and opaque
639  objects on a white background are changed to black.
640- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
641- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
642
6432nd September 2005  John Allison (visman-V07-01-01)
644- Introduced optional second pass over run-duration models in
645  G4VSceneHandler::ProcessScene.
646
64720th July 2005  John Allison (visman-V07-01-00)
648- G4VisCommandsViewer.cc: Protected new viewer pointer.
649
6507th June 2005  John Allison (visman-V07-00-02)
651- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
652
65331st May 2005  John Allison  (visman-V07-00-01)
654- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
655  with spaces.
656- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
657  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.