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

Last change on this file since 1241 was 1241, checked in by garnier, 16 years ago

update

File size: 28.3 KB
RevLine 
[1241]1$Id: History,v 1.138 2010/03/08 16:34:17 lgarnier 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------------------------------------------------------
[1241]288th March 2010 Laurent Garnier
29-G4VisManager.cc : Add protection against null pointer
[531]30
[1228]3122nd November 2009 John Allison (visman-V09-02-08)
32- G4VisCommandsSceneAdd.cc: /vis/scene/add/trajectories rich:
33 o Added G4RichTrajectoryPoint().GetAttDefs() to informational.
34
3517th November 2009 John Allison (visman-V09-02-07)
36- Tagged.
37
[1196]3817th November 2009 Laurent Garnier
[1228]39- Allow arbitrary viewer deletion (fixes crash).
40 o G4VViewer::~G4VViewer: Removes itself from viewer list.
41 o G4VSceneHandler::~G4VSceneHandler: better algorithm for removing viewers
42 to handle viewer self removal.
[1196]43
[1168]4416th November 2009 Laurent Garnier
45-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
46
4714th November 2009 John Allison
48- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
49 (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
50
516th November 2009 John Allison
52- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
53 o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
54 o Write message about other options:
55 - /vis/open/gMocrenFile
56 - /score/draw.. commands.
57 o For hits that are not scoring maps, call DrawAllHits.
58
595th November 2009 John Allison
60- G4VSceneHandler.cc:
61 o ProcessScene: Added DrawEndOfRunModels().
62 o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
63
644th November 2009 John Allison
65- G4Scene: Added EndOfRunModelList.
66- G4VSceneHandler:
67 o Added DrawEndOfRunModels.
68 o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
69 using G4ScoringManager. Still does nothing for scoring maps but
70 otherwise calls DrawAllHits.
71- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
72- G4VisCommandsSceneAdd: Added optional parameter:
73 o /vis/scene/add/psHits [scoring map name]
74
[1140]7530th October 2009 John Allison (visman-V09-02-06 coworks greps-V09-02-03)
76- Added /vis/scene/add/psHits.
77- G4VisManager.cc: As above and also:
78 o Tidied view creation.
79 o Improved message ("scene" should be "scene handler").
80
8123rd October 2009 John Allison (visman-V09-02-05 coworks greps-V09-02-02)
82- Implemented default behaviour in
83 G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&).
84
8521st October 2009 John Allison (visman-V09-02-04 coworks greps-V09-02-02)
86- G4VSceneHandler:
87 o Added default AddCompound (const G4THitsMap<G4double>&) methods.
88 (For time being just issues warning.)
89
9029th September 2009 John Allison (visman-V09-02-03)
91- G4VSceneHandler.cc: Allow refresh in GeomClosed as well as Idle state.
92- G4VisCommandsSceneAdd.cc: Fixed uninitialised pointers.
93- G4VisManager.cc: Considerable tidy up.
94
[1087]9524th July 2009 Laurent Garnier
96- G4VisCommandsSceneAdd::EventID::operator() : Add a protection if
97 CurrentSceneHandler has no model
98
[1042]9913th May 2009 John Allison (visman-V09-02-02)
100- G4VisCommandsViewerSet.hh/cc: Added /vis/viewer/set/targetPoint.
101- G4VisManager.cc: End of run event keeping information improved.
102
[944]10314th March 2009 John Allison (visman-V09-02-01)
104- G4VisCommands.hh/.cc: Introduced /vis/initialize.
105- G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
106 constructor.
107- G4VisExecutive.icc: made methods inline.
108
10925th February 2009 Laurent Garnier (visman-V09-02-00)
[933]110- Notify handler send by G4VVisManager is implemented in G4VisManager
111
[912]11222th January 2009 Laurent Garnier
113- 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.
114
[907]11512th January 2009 John Allison
116- /vis/viewer/create: Pass both X and Y window size hints to viewer.
117 (To get a non-rectangular viewer give a X-windows-style geometry
118 argument, such as "800x400" or "800x400-0+0".)
119
1202nd December, Laurent Garnier
121 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
122 G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
123 do a lot of change to be able to pass XString like 400x600-0+0 to viewers
124 and set position and location. It will work for Qt, X, Win32 for the moment.
125
12627th July 2008 John Allison (visman-V09-01-05)
[849]127- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
128
[846]12930th April 2008 John Allison (visman-V09-01-04)
130- Fixes more gcc-4.3.0 compiler warnings.
131
13228th April 2008 John Allison (visman-V09-01-03)
133- G4VisCommandsScene.cc: Improve warning message.
134- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
135
1364th April 2008 John Allison (visman-V09-01-02)
137 - Fixed gcc-4.3.0 compiler warnings.
138
[714]1395th February 2008, Laurent Garnier
140 - Implemented a function in order to IncrementPan with X,Y,Z values
141
[772]14229th January 2008 John Allison (visman-V09-01-01)
143 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
144
[688]1454th January 2008 John Allison (visman-V09-01-00)
146- Implemented extended 2D interface.
147
[632]14830th November 2007 Laurent Garnier
149- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
150 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
151#endif
152
[631]15316th November 2007 Joseph Perl (visman-V09-00-02)
154- G4VisCommandsCompound.cc: Replace references to Wired3.
155- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
156
[609]15710th November 2007 John Allison (visman-V09-00-01)
158- G4VisManager.cc: Minor improvement in messaging.
159- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
160
[593]16110th July 2007 John Allison (visman-V09-00-00)
162- Remove redundant method declarations in G4VisManager.hh.
163- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
164
165-25th May 2007 John Allison (visman-V08-03-01)
166 Improved error trapping in viewer initialisation.
167- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
168
16916th May 2007 John Allison (visman-V08-03-00)
170- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
171 Windows compiler(!).
172
1734th April 2007 John Allison (visman-V08-02-04)
174- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
175
1763rd April 2007 John Allison (visman-V08-02-03)
177- Added /vis/viewer/set/picking. Picking is false by default, except
178 for OpenInventor.
179
18025th March 2007 John Allison (visman-V08-02-02)
181- G4VisExecutive.icc: Removed G4GAGTree.
182- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
183 again, from /vis/drawVolume.
184- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
185- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
186
18711th January 2007 John Allison (visman-V08-02-01)
188- Added /vis/abortReviewKeptEvents.
189- /vis/reviewKeptEvents: Improved guidance.
190- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
191 o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
192- Reduced WARNING noise.
193
1945th January 2007 John Allison (visman-V08-02-00)
195- G4VSceneHandler:
196 o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
197 available to all scene handlers). Loads G4AttValues and G4AttDefs
198 onto any object that inherits G4AttHolder.
199 o Change signature of GetLineWidth from G4Visible& to
200 G4VisAttributes* for consistency with similar utility functions.
201 (Only used by OpenGL at present; requires opengl-V08-02-00.)
202 o GetLineSegmentsPerCircle: protected against null vis atts pointer.
203- G4VisCommandsGeometrySet and G4VisManager.cc:
204 o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
205 (inadvertently omitted in previous release).
206 o Improved guidance.
207- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
208- G4VViewer.cc: Improved comment.
209- G4VisCommandsCompound.cc:
210 o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
211- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
212
[531]21312th December 2006 Gabriele Cosmo (visman-V08-01-16)
214- Commented command "vis/scene/add/eventID" forcing event ID to scene in
215 G4VisCommandsCompound.cc.
216
21725th November 2006 John Allison (visman-V08-01-15)
218- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
219 Supresses eventID message when state == G4State_EventProc unless last event.
220- G4VisCommands.cc: /vis/reviewKeptEvents:
221 o An improvement in the information printed.
222 o Temporarily set endOfEventAction refresh so that eventID for each event.
223- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
224 o Restrict warning message so that the warning about the number of
225 kept events only happens for "accumulate". Improve printing.
226- G4VisCommandsViewer.cc: Spelling correction in warning message.
227- G4VisManager.cc: Correct for 0 requested kept events.
228- G4Scene.cc: Initialise no. of kept events to 0.
229
23022nd November 2006 John Allison (visman-V08-01-14)
231- Fixed /vis/reviewKeptEvents for "stored" viewers.
232
23321st November 2006 John Allison (visman-V08-01-13)
234- Fixed double drawing of event.
235- Restored old verbosity and printing interface (for obsolete user vis
236 managers).
237
23816th November 2006 John Allison (visman-V08-01-12)
239- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
240 Warning of scene change issued for other viewers.
241
24215th November 2006 John Allison (visman-V08-01-11)
243- First implementation of /vis/reviewKeptEvents.
244
24514th November 2006 John Allison (visman-V08-01-10)
246- Merged visman-V08-01-08-branch onto main branch.
247
24814th November 2006 John Allison (visman-V08-01-08-08)
249- Partial implementation of /vis/reviewKeptEvents.
250
25114th November 2006 John Allison (visman-V08-01-08-07)
252- Minor improvements:
253 o G4VisManager: Removed event count (not used).
254 o G4VSceneHandler: Inhibited drawing when vis disabled.
255 o Various /vis/scene commands: Added update statement so that
256 handlers are notified after change of scene. Forces rebuild and
257 refresh of all viewers using current scene.
258
25912th November 2006 John Allison (visman-V08-01-08-06)
260- Further iteration of event refreshing:
261 o G4VisManager:
262 ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
263 ~ Removed unused methods from previous attempts.
264 o G4VSceneHandler: Used vis manager DrawEvent.
265 o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
266 events.
267
26811th November 2006 John Allison (visman-V08-01-08-05)
269- Removed /vis/scene/transientsAction. Now event keeping by the vis
270 manager is automatic if there is a valid scene. If the user issues
271 "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
272 to a maximum N in number (N<0 means unlimited, the default value is
273 100). Otherwise just the last event is kept.
274- Tidied up.
275
2769th November 2006 John Allison (visman-V08-01-08-04)
277- G4VisManager: Removed data memebers associated with previous attempts
278 at event refreshing.
279- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
280- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
281 worlds.
282- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
283- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
284
2858th November 2006 John Allison (visman-V08-01-08-03)
286- First attempt at using event keeping to refresh views.
287
2886th November 2006 John Allison (visman-V08-01-08-02)
289- Merged visman-V08-01-09.
290
2916th November 2006 John Allison (visman-V08-01-09)
292- /vis/drawVolume and /vis/specify: Suppress all but first warning about
293 needing to refresh for viewers that are not auto refresh.
294- G4VScenehandler.cc: Remove warning about emepty scene. (Subsequent action
295 is to add a world, if empty - reasonable behaviour.)
296
2975th November 2006 John Allison (visman-V08-01-08-01)
298- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds. Gets
299 material world = *(transportationManager->GetWorldsIterator()) in all cases
300 following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
301
3023rd November 2006 John Allison (visman-V08-01-08-00)
303- On visman-V08-01-08-branch.
304- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
305 visualisation: /vis/scene/add/volume worlds
306- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
307 to avoid warning messages about empty scene.
308
3093rd November 2006 John Allison (visman-V08-01-08 with tracking-V08-01-05)
310- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
311 Needs tracking-V08-01-05.
312
3131st November 2006 John Allison (visman-V08-01-07)
314- /vis/scene/add/trajectories:
315 o Allow string parameters "rich" and "smooth". Not yet activated
316 (awaiting tags in tracking).
317 o Deprecate use of integer parameter (i_mode).
318- GNUmakefile: Add geometry/magneticfield/include (for new
319 /vis/scene/add/trajectories command above).
320- G4VisManager.cc: Remove unnecessary comment line.
321
322----------------------------------------------------
32319th September 2006 John Allison (visman-V08-01-06)
324- G4ViewParameters: Added ExplodeCentre.
325- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
326
327----------------------------------------------------
32813th September 2006 John Allison (visman-V08-01-05)
329- G4ViewParameters: Improved setting and access to explode factor.
330- G4VisCommandsViewer: Added /vis/viewer/clone.
331- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
332- G4VisManager.cc: Registered /vis/viewer/clone.
333- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
334
33512th September 2006 Jane Tinslay
336- Add attribute based trajectory drawing & filtering, and attribute based
337 hit filtering
338
339---------------------------------------------------
3404th September 2006 John Allison (visman-V08-01-04)
341- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
342- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
343 and /vis/viewer/set/cutawayMode.
344
34530th August 2006 John Allison (visman-V08-01-03 - needs modeling-V08-01-05)
346- Added /vis/viewer/set/globalLineWidthScale.
347- Augmented /vis/scene/add/volume to include intersection of clipping volume
348 (only box -box *box at present).
349- G4VSceneHandler:
350 o Added GetLineWidth to take account of GlobalLineWidthScale.
351 o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
352 (DCUT) and cutaways. Currently not activated due to instabilities in
353 BooleanProcessor.
354- G4ViewParameters:
355 o Added GlobalLineWidthScale.
356 o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
357
35814th August 2006 John Allison (visman-V08-01-02)
359- G4VisManager.hh: Added some OpenGL friends.
360- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
361 before "add/volume". Catches non-existing handlers better. Overall
362 effect of compound command unchanged.
363- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
364
36510th July 2006 John Allison (visman-V08-01-01)
366- Co-works with greps-V08-01-01.
367- G4VSceneHandler:
368 o Removed Establish/DecommissionSpecials.
369 o Respect rationalised G4ModelingParameters.
370 o Added GetNoOfSides that respects forced line segments per circle.
371- G4VisCommandsScene.cc: Spelling correction.
372
3733rd July 2006 John Allison (visman-V08-01-00)
374- /vis/scene/transientsAction: Added max number of events parameter.
375- Added /vis/viewer/clearTransients.
376- Improved /vis/list.
377- G4VisManager.hh/icc: Added data members and acces for event copying.
378- G4VisManager.cc:
379 o Verbosity control of model printing.
380 o (Commented out) code for event copying.
381 - G4VSceneHandler.cc:
382 o (Commented out) code for event copying.
383
3848th June 2006 John Allison (visman-V08-00-23)
385- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
386 that made it ineffective.
387
3887th June 2006 John Allison (visman-V08-00-22)
389- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
390
3916th June 2006 John Allison (visman-V08-00-21)
392- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
393
3944th June 2006 Joseph Perl (visman-V08-00-20)
395- This tag includes all the changes below.
396
3972nd June 2006 Jane Tinslay
398- Add accessor for current trajectory drawing model
399- Make G4HepRepFileSceneHandler a friend of G4VisManager
400
4011st June 2006 Jane Tinslay
402- Add accessor in G4VisListManager
403
40430th May 2006 Jane Tinslay
405- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
406 to G4VisExecutive
407
40825th May 2006 John Allison (visman-V08-00-19)
409- G4Scene.cc: Changed default fRecomputeTransients to false.
410- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
411 Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
412- G4VisFilter/List/ModelManager.hh: Indent printing of models.
413- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
414
41522nd May 2006 John Allison (visman-V08-00-18)
416- G4VisManager:
417 o Added SetReprocessing (for transients).
418 o Reduce dependency on Run (get event from event manager).
419 o (Includes some event copying stuff - commented out.)
420- G4VSceneHandler.cc: Require Idle state for transient re-computation.
421- G4Scene:
422 o Remove Clear(). (Not used.)
423 o Add printing and testing for fRecomputeTransients. (Forgot in
424 visman-V08-00-08.)
425- /vis/.../list commands: Default verbosity "warnings".
426
42713th May 2006 John Allison (visman-V08-00-17)
428- Provided identity transformation for 2D drawing. A temporary
429 expedient until all drivers can implement 2D drawing.
430
43112th May 2006 John Allison (visman-V08-00-16)
432- Added /vis/list.
433- Added /vis/scene/add/eventID.
434- Final refinements for event/run reprocessing (re-computation of
435 transients):
436 o Pick up random number status from run manager.
437 o Run and event numbers reset.
438 o Protect against non-instantiation of run manager.
439- Followed G4CallbackModel change (see modeling-V08-00-09).
440- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
441 Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
442
4434th May 2006 John Allison (visman-V08-00-15)
444- Improved protection for null models and parameters.
445
4462nd May 2006 Jane Tinslay
447- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
448- Add FilterTrajectory method to G4VisManager
449
45028th April 2006 John Allison (visman-V08-00-14)
451- G4VSceneHandler.cc: Added call to FinishView after run-duration
452 model computation and before end-of-event and transients
453 re-computation to get good buffer swapping behaviour for double
454 buffer drivers.
455- G4VisCommandsScene.cc: Added protection in
456 /vis/scene/endOfRunAction. Error for accumulate if end of event
457 action is not also accumulate.
458- G4VisManager: To get good refresh bahaviour when re-computing
459 transients in OpenGL*Xm and similar drivers, postpone ShowView to
460 end of run for last event in a run. This ensures G4 is in Idle
461 state.
462- GNUmakefile: Added includes for access to run manager for above.
463
46422nd April 2006 John Allison (visman-V08-00-13)
465- Bug fix (workaround) for memory leak in CheckModel (bug #861).
466- Implement PrintAvailableModels using improvement below.
467
46821st April 2006 Jane Tinslay
469- Improve printout for trajectory drawing and filtering
470
47119th April 2006 John Allison (visman-V08-00-12 - needs greps-V08-00-02)
472- G4VisManager:
473 o Implemented Draw2D(const G4Text&).
474 o Added PrintAvailableModels (but awaiting implementation).
475 o Fixed directory names (trailing '/').
476- G4VSceneHandler:
477 o Implemented Begin/EndPrimitives2D.
478 o Migrated to direct access to G4PhysicalVolumeModel.
479
48028th March 2006 Jane Tinslay (jst28032006)
481- Introduce G4VisFilterManager.hh to manager filtering
482- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
483 to support filtering
484
48528th March 2006 John Allison (visman-V08-00-11)
486- Corrects logic of transients re-computation:
487 o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
488 o G4VSceneHandler: Improved logic of transients re-computation.
489 o G4VViewer: Improved logic of fNeedKernelVisit.
490- Unified treatment of bools in commands.
491
49224th March 2006 Jane Tinslay (jst24032006)
493- Introduce trajectory drawing manager which is used by
494 G4VisManager. No change in overall functionality.
495
49616th March 2006 Jane Tinslay (jst16032006)
497- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
498
49913th March 2006 John Allison (visman-V08-00-10)
500- Fixes recomputation of transients when changing drivers.
501- G4VisManager: Added fTransientsDrawnThisEvent/Run.
502- G4VSceneHandler:
503 o Removed fTransientsDrawn (now in G4VisManager).
504 o Added fProcessingSolid.
505 o Fixed recomputation of transients.
506
5078th March 2006 John Allison (visman-V08-00-09)
508- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
509
5106th March 2006 John Allison (visman-V08-00-08)
511- Added /vis/scene/transientsAction, a feature for recomputing
512 transients (trajectories, hits, user drawing, etc.) when needed by
513 the viewer. Thus, transients are "remembered" and may be copied
514 between graphics systems.
515
5169th February 2006 John Allison (visman-V08-00-07)
517- First implementation of refresh end-of-event models (trajectories, etc.).
518
5198th February 2006 John Allison (visman-V08-00-06)
520- Needs modeling-V08-00-02.
521- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
522- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
523
5243rd February 2006 John Allison (visman-V08-00-05)
525- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
526- Very minor printing and comments improvements.
527
52826th January 2006 John Allison (visman-V08-00-04)
529- G4VViewer: Removed fModified. It was used to flag a change of view
530 parameters but it was only ever used negatively, i.e., to *prevent*
531 its effect of invoking SetView. So it has been removed and the
532 responsibility for calling SetView after a change of view parameters
533 rests with the user (e.g., the vis commands). Only used by OpenGL
534 and OpenInventor; now works with opengl-V08-00-01 and
535 openinventor-V08-00-00.
536- G4VSceneHandler.hh: Improved comments.
537- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
538 registered.
539- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
540
54125th January 2006 John Allison (visman-V08-00-03)
542- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
543
54411th January 2006 John Allison (visman-V08-00-02)
545- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
546- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
547- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
548 scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
549- G4VisCommandsSceneAdd.cc: Improved message when world not available.
550- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
551 to /vis/scene/notifyHandlers. Avoids double refresh.
552- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
553 invalid view.
554
5559th January 2006 John Allison (visman-V08-00-01)
556- This tag includes all the changes below.
557
5589th January 2006 John Allison (visman-V08-00-00)
559- This tag is geant4-08-00-ref-00 + change of 5th January only.
560
5615th January 2006 John Allison
562- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
563 fMarkForClearingTransientStore(true) initially now. This is so that
564 at end of event or run, the view is refreshed and the scene
565 (detector geometry, etc.) is drawn or written to file.
566
56714th December 2005 John Allison
568- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
569 graphical database, if any. Particularly relevant for Open Inventor.
570- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
571- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
572 to an empty scene.
573- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
574 an empty scene, invoke UpdateVisManagerScene, which applies
575 "/vis/scene/notifyHandlers", which now forces a rebuild.
576- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
577
5784th December John Allison (visman-V07-01-10)
579- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
580 user has not instantiated a scene handler, e.g., in batch mode.
581
58229th November 2005 Jane Tinslay
583- Make G4VisManager::RegisterModelFactories() non-pure for
584 backwards compatibility.
585- Add information message to G4VisManager::DispatchToModel when default trajectory
586 model is used.
587
58823rd November 2005 Joseph Perl (visman-V07-01-09)
589- Tagged in preparation for Geant4 8.0
590
59123rd November 2005 Jane Tinslay
592- Enhanced trajectory implementation
593
59422nd November 2005 John Allison
595- Added /vis/viewer/rebuild (forces visit of kernel).
596- Changed G4Transform3D::Identity to G4Transform3D().
597- Tidied initial printing.
598- Removed MyVisManager (was deprecated in previous major release).
599- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
600- G4VVisCommand.cc: Improved UpdateVisManagerScene.
601- Refined guidance of issue "/tracking/storeTrajectory 1" on
602 "/vis/scene/add/trajectories".
603- Improved /vis/sceneHandler/attach.
604- G4VisManager.cc: Improved comments.
605
60613th October 2005 John Allison (visman-V07-01-08)
607- G4ViewParameters: Added XGeometryString.
608- G4VViewer.cc: Pick up XGeometryString.
609- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
610 in window size hints.
611- /vis/viewer/set/background: Add opacity parameter.
612
61320th October 2005 John Allison (visman-V07-01-07)
614- G4VisManager:
615 o Added methods for managing trajectory models.
616 o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
617 G4int i_mode).
618 o Created /vis/modeling/trajectories/ for trajectory model messengers.
619 o Added XGeometryString for some future viewer enhancements.
620- G4VisExecutive: Added RegisterTrajectoryModelMakers.
621
62220th October 2005 John Allison (visman-V07-01-06)
623- Get standard colours with "/vis/viewer/set/background red", for example.
624- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
625 CLHEP-1.9.2.1.
626
62713th October 2005 John Allison (visman-V07-01-05)
628- Background colour - /vis/viewer/set/background.
629- Non-uniform scaling - /vis/viewer/scale and scaleTo.
630- Migrated to <sstream>.
631
63212th October 2005 John Allison (vis-V07-01-03)
633- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
634 (bug found by system test of vis-V07-01-02).
635
63616th September 2005 John Allison (visman-V07-01-04)
637- Simplified use of ConcreteInstance. It is now always non-zero for
638 an instantiated vis manager; invalid views are reported by the vis
639 manager. The exception is /vis/disable which zeros it; /vis/enable
640 or any valid command resets it.
641
64216th September 2005 John Allison (visman-V07-01-03)
643- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
644- Added warning:
645 o Attempt to add volume to a scene already containing the world.
646- Added error message:
647 o Logical volume model must be only volume model in scene.
648- G4Scene.cc: Improvement - no functional change.
649
65013th September 2005 John Allison (visman-V07-01-02)
651- Added WhiteBackground to G4ViewParameters.
652- Added /vis/viewer/set/whiteBackground.
653- G4VSceneHandler::GetColour and GetTextColour: white and opaque
654 objects on a white background are changed to black.
655- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
656- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
657
6582nd September 2005 John Allison (visman-V07-01-01)
659- Introduced optional second pass over run-duration models in
660 G4VSceneHandler::ProcessScene.
661
66220th July 2005 John Allison (visman-V07-01-00)
663- G4VisCommandsViewer.cc: Protected new viewer pointer.
664
6657th June 2005 John Allison (visman-V07-00-02)
666- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
667
66831st May 2005 John Allison (visman-V07-00-01)
669- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
670 with spaces.
671- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
672 close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.