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

Last change on this file since 1242 was 1242, checked in by garnier, 14 years ago

bugged version

File size: 28.4 KB
Line 
1$Id: History,v 1.138 2010/03/08 16:34:17 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------------------------------------------------------
289th March 2010 Laurent Garnier
29 - G4OpenGLViewer : Fix clipping when resizing non square size windows
30 
318th March 2010 Laurent Garnier
32-G4VisManager.cc : Add protection against null pointer
33
3422nd November 2009  John Allison  (visman-V09-02-08)
35- G4VisCommandsSceneAdd.cc: /vis/scene/add/trajectories rich:
36  o Added G4RichTrajectoryPoint().GetAttDefs() to informational.
37
3817th November 2009  John Allison  (visman-V09-02-07)
39- Tagged.
40
4117th November 2009  Laurent Garnier
42- Allow arbitrary viewer deletion (fixes crash).
43  o G4VViewer::~G4VViewer: Removes itself from viewer list.
44  o G4VSceneHandler::~G4VSceneHandler: better algorithm for removing viewers
45  to handle viewer self removal.
46
4716th November 2009  Laurent Garnier
48-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
49
5014th November 2009  John Allison
51- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
52  (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
53
546th November 2009  John Allison
55- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
56  o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
57  o Write message about other options:
58    - /vis/open/gMocrenFile
59    - /score/draw.. commands.
60  o For hits that are not scoring maps, call DrawAllHits.
61
625th November 2009  John Allison
63- G4VSceneHandler.cc:
64  o ProcessScene: Added DrawEndOfRunModels().
65  o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
66
674th November 2009  John Allison
68- G4Scene: Added EndOfRunModelList.
69- G4VSceneHandler:
70  o Added DrawEndOfRunModels.
71  o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
72    using G4ScoringManager.  Still does nothing for scoring maps but
73    otherwise calls DrawAllHits.
74- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
75- G4VisCommandsSceneAdd: Added optional parameter:
76  o /vis/scene/add/psHits [scoring map name]
77
7830th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
79- Added /vis/scene/add/psHits.
80- G4VisManager.cc: As above and also:
81  o Tidied view creation.
82  o Improved message ("scene" should be "scene handler").
83
8423rd October 2009  John Allison  (visman-V09-02-05 coworks greps-V09-02-02)
85- Implemented default behaviour in
86  G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
87
8821st October 2009  John Allison  (visman-V09-02-04 coworks greps-V09-02-02)
89- G4VSceneHandler:
90  o Added default AddCompound (const G4THitsMap<G4double>&) methods.
91    (For time being just issues warning.)
92
9329th September 2009  John Allison  (visman-V09-02-03)
94- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
95- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
96- G4VisManager.cc: Considerable tidy up.
97
9824th July 2009  Laurent Garnier
99- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
100  CurrentSceneHandler has no model
101
10213th May 2009  John Allison  (visman-V09-02-02)
103- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
104- G4VisManager.cc: End of run event keeping information improved.
105
10614th March 2009  John Allison  (visman-V09-02-01)
107- G4VisCommands.hh/.cc: Introduced /vis/initialize.
108- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
109    constructor.
110- G4VisExecutive.icc: made methods inline.
111
11225th February 2009  Laurent Garnier  (visman-V09-02-00)
113- Notify handler send by G4VVisManager is implemented in G4VisManager
114
11522th January 2009  Laurent Garnier
116- 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.
117
11812th January 2009  John Allison
119- /vis/viewer/create: Pass both X and Y window size hints to viewer.
120  (To get a non-rectangular viewer give a X-windows-style geometry
121  argument, such as "800x400" or "800x400-0+0".)
122
1232nd December, Laurent Garnier
124 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
125   G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
126   do a lot of change to be able to pass XString like 400x600-0+0 to viewers
127   and set position and location. It will work for Qt, X, Win32 for the moment.
128
12927th July 2008  John Allison (visman-V09-01-05)
130- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
131
13230th April 2008  John Allison  (visman-V09-01-04)
133- Fixes more gcc-4.3.0 compiler warnings.
134
13528th April 2008  John Allison  (visman-V09-01-03)
136- G4VisCommandsScene.cc: Improve warning message.
137- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
138
1394th April 2008  John Allison  (visman-V09-01-02)
140 - Fixed gcc-4.3.0 compiler warnings.
141
1425th February 2008, Laurent Garnier
143 - Implemented a function in order to IncrementPan with X,Y,Z values
144
14529th January 2008  John Allison  (visman-V09-01-01)
146 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
147
1484th January 2008  John Allison  (visman-V09-01-00)
149- Implemented extended 2D interface.
150
15130th November 2007  Laurent Garnier
152- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
153 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
154#endif
155
15616th November 2007  Joseph Perl  (visman-V09-00-02)
157- G4VisCommandsCompound.cc: Replace references to Wired3.
158- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
159
16010th November 2007  John Allison  (visman-V09-00-01)
161- G4VisManager.cc: Minor improvement in messaging.
162- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
163
16410th July 2007  John Allison  (visman-V09-00-00)
165- Remove redundant method declarations in G4VisManager.hh.
166- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
167
168-25th May 2007  John Allison  (visman-V08-03-01)
169 Improved error trapping in viewer initialisation.
170- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
171
17216th May 2007  John Allison  (visman-V08-03-00)
173- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
174  Windows compiler(!).
175
1764th April 2007  John Allison  (visman-V08-02-04)
177- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
178
1793rd April 2007  John Allison  (visman-V08-02-03)
180- Added /vis/viewer/set/picking.  Picking is false by default, except
181  for OpenInventor.
182
18325th March 2007  John Allison  (visman-V08-02-02)
184- G4VisExecutive.icc: Removed G4GAGTree.
185- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
186  again, from /vis/drawVolume.
187- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
188- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
189
19011th January 2007  John Allison  (visman-V08-02-01)
191- Added /vis/abortReviewKeptEvents.
192- /vis/reviewKeptEvents: Improved guidance.
193- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
194  o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
195- Reduced WARNING noise.
196
1975th January 2007  John Allison  (visman-V08-02-00)
198- G4VSceneHandler:
199  o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
200    available to all scene handlers).  Loads G4AttValues and G4AttDefs
201    onto any object that inherits G4AttHolder.
202  o Change signature of GetLineWidth from G4Visible& to
203    G4VisAttributes* for consistency with similar utility functions.
204    (Only used by OpenGL at present; requires opengl-V08-02-00.)
205  o GetLineSegmentsPerCircle: protected against null vis atts pointer.
206- G4VisCommandsGeometrySet and G4VisManager.cc:
207  o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
208    (inadvertently omitted in previous release).
209  o Improved guidance.
210- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
211- G4VViewer.cc: Improved comment.
212- G4VisCommandsCompound.cc:
213  o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
214- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
215
21612th December 2006  Gabriele Cosmo  (visman-V08-01-16)
217- Commented command "vis/scene/add/eventID" forcing event ID to scene in
218  G4VisCommandsCompound.cc.
219
22025th November 2006  John Allison  (visman-V08-01-15)
221- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
222  Supresses eventID message when state == G4State_EventProc unless last event.
223- G4VisCommands.cc: /vis/reviewKeptEvents:
224  o An improvement in the information printed.
225  o Temporarily set endOfEventAction refresh so that eventID for each event.
226- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
227  o Restrict warning message so that the warning about the number of
228    kept events only happens for "accumulate".  Improve printing.
229- G4VisCommandsViewer.cc: Spelling correction in warning message.
230- G4VisManager.cc: Correct for 0 requested kept events.
231- G4Scene.cc: Initialise no. of kept events to 0.
232
23322nd November 2006  John Allison  (visman-V08-01-14)
234- Fixed /vis/reviewKeptEvents for "stored" viewers.
235
23621st November 2006  John Allison  (visman-V08-01-13)
237- Fixed double drawing of event.
238- Restored old verbosity and printing interface (for obsolete user vis
239  managers).
240
24116th November 2006  John Allison  (visman-V08-01-12)
242- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
243  Warning of scene change issued for other viewers.
244
24515th November 2006  John Allison  (visman-V08-01-11)
246- First implementation of /vis/reviewKeptEvents.
247
24814th November 2006  John Allison  (visman-V08-01-10)
249- Merged visman-V08-01-08-branch onto main branch.
250
25114th November 2006  John Allison  (visman-V08-01-08-08)
252- Partial implementation of /vis/reviewKeptEvents.
253
25414th November 2006  John Allison  (visman-V08-01-08-07)
255- Minor improvements:
256  o G4VisManager: Removed event count (not used).
257  o G4VSceneHandler: Inhibited drawing when vis disabled.
258  o Various /vis/scene commands: Added update statement so that
259    handlers are notified after change of scene.  Forces rebuild and
260    refresh of all viewers using current scene.
261
26212th November 2006  John Allison  (visman-V08-01-08-06)
263- Further iteration of event refreshing:
264  o G4VisManager:
265    ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
266    ~ Removed unused methods from previous attempts.
267  o G4VSceneHandler: Used vis manager DrawEvent.
268  o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
269    events.
270
27111th November 2006  John Allison  (visman-V08-01-08-05)
272- Removed /vis/scene/transientsAction.  Now event keeping by the vis
273  manager is automatic if there is a valid scene.  If the user issues
274  "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
275  to a maximum N in number (N<0 means unlimited, the default value is
276  100).  Otherwise just the last event is kept.
277- Tidied up.
278
2799th November 2006  John Allison  (visman-V08-01-08-04)
280- G4VisManager: Removed data memebers associated with previous attempts
281  at event refreshing.
282- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
283- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
284  worlds.
285- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
286- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
287
2888th November 2006  John Allison  (visman-V08-01-08-03)
289- First attempt at using event keeping to refresh views.
290
2916th November 2006  John Allison  (visman-V08-01-08-02)
292- Merged visman-V08-01-09.
293
2946th November 2006  John Allison  (visman-V08-01-09)
295- /vis/drawVolume and /vis/specify: Suppress all but first warning about
296  needing to refresh for viewers that are not auto refresh.
297- G4VScenehandler.cc: Remove warning about emepty scene.  (Subsequent action
298  is to add a world, if empty - reasonable behaviour.)
299
3005th November 2006  John Allison  (visman-V08-01-08-01)
301- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds.  Gets
302  material world = *(transportationManager->GetWorldsIterator()) in all cases
303  following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
304
3053rd November 2006  John Allison  (visman-V08-01-08-00)
306- On visman-V08-01-08-branch.
307- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
308  visualisation: /vis/scene/add/volume worlds
309- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
310  to avoid warning messages about empty scene.
311
3123rd November 2006  John Allison  (visman-V08-01-08 with tracking-V08-01-05)
313- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
314  Needs tracking-V08-01-05.
315
3161st November 2006  John Allison  (visman-V08-01-07)
317- /vis/scene/add/trajectories:
318  o Allow string parameters "rich" and "smooth".  Not yet activated
319    (awaiting tags in tracking).
320  o Deprecate use of integer parameter (i_mode).
321- GNUmakefile: Add geometry/magneticfield/include (for new
322  /vis/scene/add/trajectories command above).
323- G4VisManager.cc: Remove unnecessary comment line.
324
325----------------------------------------------------
32619th September 2006  John Allison  (visman-V08-01-06)
327- G4ViewParameters: Added ExplodeCentre.
328- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
329
330----------------------------------------------------
33113th September 2006  John Allison  (visman-V08-01-05)
332- G4ViewParameters: Improved setting and access to explode factor.
333- G4VisCommandsViewer: Added /vis/viewer/clone.
334- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
335- G4VisManager.cc: Registered /vis/viewer/clone.
336- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
337
33812th September 2006 Jane Tinslay
339- Add attribute based trajectory drawing & filtering, and attribute based
340  hit filtering
341
342---------------------------------------------------
3434th September 2006  John Allison  (visman-V08-01-04)
344- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
345- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
346  and /vis/viewer/set/cutawayMode.
347
34830th August 2006  John Allison  (visman-V08-01-03 - needs modeling-V08-01-05)
349- Added /vis/viewer/set/globalLineWidthScale.
350- Augmented /vis/scene/add/volume to include intersection of clipping volume
351  (only box -box *box at present).
352- G4VSceneHandler:
353  o Added GetLineWidth to take account of GlobalLineWidthScale.
354  o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
355    (DCUT) and cutaways.  Currently not activated due to instabilities in
356    BooleanProcessor.
357- G4ViewParameters:
358  o Added GlobalLineWidthScale.
359  o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
360
36114th August 2006  John Allison  (visman-V08-01-02)
362- G4VisManager.hh: Added some OpenGL friends.
363- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
364  before "add/volume".  Catches non-existing handlers better.  Overall
365  effect of compound command unchanged.
366- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
367
36810th July 2006  John Allison (visman-V08-01-01)
369- Co-works with greps-V08-01-01.
370- G4VSceneHandler:
371  o Removed Establish/DecommissionSpecials.
372  o Respect rationalised G4ModelingParameters.
373  o Added GetNoOfSides that respects forced line segments per circle.
374- G4VisCommandsScene.cc: Spelling correction.
375
3763rd July 2006  John Allison (visman-V08-01-00)
377- /vis/scene/transientsAction: Added max number of events parameter.
378- Added /vis/viewer/clearTransients.
379- Improved /vis/list.
380- G4VisManager.hh/icc: Added data members and acces for event copying.
381- G4VisManager.cc:
382  o Verbosity control of model printing.
383  o (Commented out) code for event copying.
384 - G4VSceneHandler.cc:
385  o (Commented out) code for event copying.
386
3878th June 2006 John Allison  (visman-V08-00-23)
388- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
389  that made it ineffective.
390
3917th June 2006 John Allison  (visman-V08-00-22)
392- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
393
3946th June 2006 John Allison  (visman-V08-00-21)
395- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
396
3974th June 2006 Joseph Perl (visman-V08-00-20)
398- This tag includes all the changes below.
399
4002nd June 2006 Jane Tinslay
401- Add accessor for current trajectory drawing model
402- Make G4HepRepFileSceneHandler a friend of G4VisManager
403
4041st June 2006 Jane Tinslay
405- Add accessor in G4VisListManager
406
40730th May 2006 Jane Tinslay
408- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
409  to G4VisExecutive
410
41125th May 2006 John Allison  (visman-V08-00-19)
412- G4Scene.cc: Changed default fRecomputeTransients to false.
413- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
414  Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
415- G4VisFilter/List/ModelManager.hh: Indent printing of models.
416- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
417
41822nd May 2006 John Allison  (visman-V08-00-18)
419- G4VisManager:
420  o Added SetReprocessing (for transients).
421  o Reduce dependency on Run (get event from event manager).
422  o (Includes some event copying stuff - commented out.)
423- G4VSceneHandler.cc: Require Idle state for transient re-computation.
424- G4Scene:
425  o Remove Clear().  (Not used.)
426  o Add printing and testing for fRecomputeTransients.  (Forgot in
427    visman-V08-00-08.)
428- /vis/.../list commands: Default verbosity "warnings".
429
43013th May 2006 John Allison  (visman-V08-00-17)
431- Provided identity transformation for 2D drawing.  A temporary
432  expedient until all drivers can implement 2D drawing.
433
43412th May 2006  John Allison  (visman-V08-00-16)
435- Added /vis/list.
436- Added /vis/scene/add/eventID.
437- Final refinements for event/run reprocessing (re-computation of
438  transients):
439  o Pick up random number status from run manager.
440  o Run and event numbers reset.
441  o Protect against non-instantiation of run manager.
442- Followed G4CallbackModel change (see modeling-V08-00-09).
443- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
444  Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
445
4464th May 2006  John Allison  (visman-V08-00-15)
447- Improved protection for null models and parameters.
448
4492nd May 2006 Jane Tinslay
450- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
451- Add FilterTrajectory method to G4VisManager
452
45328th April 2006  John Allison (visman-V08-00-14)
454- G4VSceneHandler.cc: Added call to FinishView after run-duration
455  model computation and before end-of-event and transients
456  re-computation to get good buffer swapping behaviour for double
457  buffer drivers.
458- G4VisCommandsScene.cc: Added protection in
459  /vis/scene/endOfRunAction.  Error for accumulate if end of event
460  action is not also accumulate.
461- G4VisManager: To get good refresh bahaviour when re-computing
462  transients in OpenGL*Xm and similar drivers, postpone ShowView to
463  end of run for last event in a run.  This ensures G4 is in Idle
464  state.
465- GNUmakefile: Added includes for access to run manager for above.
466
46722nd April 2006  John Allison (visman-V08-00-13)
468- Bug fix (workaround) for memory leak in CheckModel (bug #861).
469- Implement PrintAvailableModels using improvement below.
470
47121st April 2006 Jane Tinslay
472- Improve printout for trajectory drawing and filtering
473
47419th April 2006  John Allison (visman-V08-00-12 - needs greps-V08-00-02)
475- G4VisManager:
476  o Implemented Draw2D(const G4Text&).
477  o Added PrintAvailableModels (but awaiting implementation).
478  o Fixed directory names (trailing '/').
479- G4VSceneHandler:
480  o Implemented Begin/EndPrimitives2D.
481  o Migrated to direct access to G4PhysicalVolumeModel.
482
48328th March 2006 Jane Tinslay (jst28032006)
484- Introduce G4VisFilterManager.hh to manager filtering
485- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
486  to support filtering
487
48828th March 2006  John Allison  (visman-V08-00-11)
489- Corrects logic of transients re-computation:
490  o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
491  o G4VSceneHandler: Improved logic of transients re-computation.
492  o G4VViewer: Improved logic of fNeedKernelVisit.
493- Unified treatment of bools in commands.
494
49524th March 2006 Jane Tinslay (jst24032006)
496- Introduce trajectory drawing manager which is used by
497  G4VisManager. No change in overall functionality.
498
49916th March 2006 Jane Tinslay (jst16032006)
500- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
501
50213th March 2006  John Allison  (visman-V08-00-10)
503- Fixes recomputation of transients when changing drivers.
504- G4VisManager: Added fTransientsDrawnThisEvent/Run.
505- G4VSceneHandler:
506  o Removed fTransientsDrawn (now in G4VisManager).
507  o Added fProcessingSolid.
508  o Fixed recomputation of transients.
509
5108th March 2006  John Allison  (visman-V08-00-09)
511- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
512
5136th March 2006  John Allison  (visman-V08-00-08)
514- Added /vis/scene/transientsAction, a feature for recomputing
515  transients (trajectories, hits, user drawing, etc.) when needed by
516  the viewer.  Thus, transients are "remembered" and may be copied
517  between graphics systems.
518
5199th February 2006  John Allison  (visman-V08-00-07)
520- First implementation of refresh end-of-event models (trajectories, etc.).
521
5228th February 2006  John Allison  (visman-V08-00-06)
523- Needs modeling-V08-00-02.
524- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
525- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
526
5273rd February 2006  John Allison  (visman-V08-00-05)
528- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
529- Very minor printing and comments improvements.
530
53126th January 2006  John Allison  (visman-V08-00-04)
532- G4VViewer: Removed fModified.  It was used to flag a change of view
533  parameters but it was only ever used negatively, i.e., to *prevent*
534  its effect of invoking SetView.  So it has been removed and the
535  responsibility for calling SetView after a change of view parameters
536  rests with the user (e.g., the vis commands).  Only used by OpenGL
537  and OpenInventor; now works with opengl-V08-00-01 and
538  openinventor-V08-00-00.
539- G4VSceneHandler.hh: Improved comments.
540- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
541  registered.
542- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
543
54425th January 2006  John Allison  (visman-V08-00-03)
545- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
546
54711th January 2006  John Allison  (visman-V08-00-02)
548- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
549- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
550- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
551  scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
552- G4VisCommandsSceneAdd.cc: Improved message when world not available.
553- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
554  to /vis/scene/notifyHandlers.  Avoids double refresh.
555- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
556  invalid view.
557
5589th January 2006  John Allison  (visman-V08-00-01)
559- This tag includes all the changes below.
560
5619th January 2006  John Allison  (visman-V08-00-00)
562- This tag is geant4-08-00-ref-00 + change of 5th January only.
563
5645th January 2006  John Allison
565- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
566  fMarkForClearingTransientStore(true) initially now.  This is so that
567  at end of event or run, the view is refreshed and the scene
568  (detector geometry, etc.) is drawn or written to file.
569
57014th December 2005  John Allison
571- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
572  graphical database, if any.  Particularly relevant for Open Inventor.
573- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
574- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
575  to an empty scene.
576- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
577  an empty scene, invoke UpdateVisManagerScene, which applies
578  "/vis/scene/notifyHandlers", which now forces a rebuild.
579- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
580
5814th December  John Allison (visman-V07-01-10)
582- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
583  user has not instantiated a scene handler, e.g., in batch mode.
584
58529th November 2005  Jane Tinslay
586- Make G4VisManager::RegisterModelFactories() non-pure for
587  backwards compatibility.
588- Add information message to G4VisManager::DispatchToModel when default trajectory
589  model is used.
590
59123rd November 2005  Joseph Perl  (visman-V07-01-09)
592- Tagged in preparation for Geant4 8.0
593
59423rd November 2005  Jane Tinslay
595- Enhanced trajectory implementation
596
59722nd November 2005  John Allison
598- Added /vis/viewer/rebuild (forces visit of kernel).
599- Changed G4Transform3D::Identity to G4Transform3D().
600- Tidied initial printing.
601- Removed MyVisManager (was deprecated in previous major release).
602- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
603- G4VVisCommand.cc: Improved UpdateVisManagerScene.
604- Refined guidance of issue "/tracking/storeTrajectory 1" on
605  "/vis/scene/add/trajectories".
606- Improved /vis/sceneHandler/attach.
607- G4VisManager.cc: Improved comments.
608
60913th October 2005  John Allison  (visman-V07-01-08)
610- G4ViewParameters: Added XGeometryString.
611- G4VViewer.cc: Pick up XGeometryString.
612- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
613  in window size hints.
614- /vis/viewer/set/background: Add opacity parameter.
615
61620th October 2005  John Allison  (visman-V07-01-07)
617- G4VisManager:
618  o Added methods for managing trajectory models.
619  o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
620    G4int i_mode).
621  o Created /vis/modeling/trajectories/ for trajectory model messengers.
622  o Added XGeometryString for some future viewer enhancements.
623- G4VisExecutive: Added RegisterTrajectoryModelMakers.
624
62520th October 2005  John Allison (visman-V07-01-06)
626- Get standard colours with "/vis/viewer/set/background red", for example.
627- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
628  CLHEP-1.9.2.1.
629
63013th October 2005  John Allison (visman-V07-01-05)
631- Background colour - /vis/viewer/set/background.
632- Non-uniform scaling - /vis/viewer/scale and scaleTo.
633- Migrated to <sstream>.
634
63512th October 2005  John Allison (vis-V07-01-03)
636- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
637  (bug found by system test of vis-V07-01-02).
638
63916th September 2005  John Allison (visman-V07-01-04)
640- Simplified use of ConcreteInstance.  It is now always non-zero for
641  an instantiated vis manager; invalid views are reported by the vis
642  manager.  The exception is /vis/disable which zeros it; /vis/enable
643  or any valid command resets it.
644
64516th September 2005  John Allison (visman-V07-01-03)
646- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
647- Added warning:
648  o Attempt to add volume to a scene already containing the world.
649- Added error message:
650  o Logical volume model must be only volume model in scene.
651- G4Scene.cc: Improvement - no functional change.
652
65313th September 2005  John Allison (visman-V07-01-02)
654- Added WhiteBackground to G4ViewParameters.
655- Added /vis/viewer/set/whiteBackground.
656- G4VSceneHandler::GetColour and GetTextColour: white and opaque
657  objects on a white background are changed to black.
658- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
659- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
660
6612nd September 2005  John Allison (visman-V07-01-01)
662- Introduced optional second pass over run-duration models in
663  G4VSceneHandler::ProcessScene.
664
66520th July 2005  John Allison (visman-V07-01-00)
666- G4VisCommandsViewer.cc: Protected new viewer pointer.
667
6687th June 2005  John Allison (visman-V07-00-02)
669- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
670
67131st May 2005  John Allison  (visman-V07-00-01)
672- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
673  with spaces.
674- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
675  close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.