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

Last change on this file since 907 was 907, checked in by garnier, 17 years ago

rien, juste un maj des tags

File size: 24.9 KB
Line 
1$Id: History,v 1.114 2009/01/13 10:01: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
2912th January 2009 John Allison
30- /vis/viewer/create: Pass both X and Y window size hints to viewer.
31 (To get a non-rectangular viewer give a X-windows-style geometry
32 argument, such as "800x400" or "800x400-0+0".)
33
342nd December, Laurent Garnier
35 - G4ViewParameters.hh G4ViewParameters.icc G4VisManager.hh G4VisManager.icc
36 G4ViewParameters.cc G4VisManager.cc G4VViewer.cc G4VisCommandsViewer.cc,
37 do a lot of change to be able to pass XString like 400x600-0+0 to viewers
38 and set position and location. It will work for Qt, X, Win32 for the moment.
39
4027th July 2008 John Allison (visman-V09-01-05)
41- G4VisCommands.cc: Trap recursive use of /vis/reviewKeptEvents.
42
4330th April 2008 John Allison (visman-V09-01-04)
44- Fixes more gcc-4.3.0 compiler warnings.
45
4628th April 2008 John Allison (visman-V09-01-03)
47- G4VisCommandsScene.cc: Improve warning message.
48- G4ViewParameters.hh: Improve commenting for Software Ref. Man.
49
504th April 2008 John Allison (visman-V09-01-02)
51 - Fixed gcc-4.3.0 compiler warnings.
52
535th February 2008, Laurent Garnier
54 - Implemented a function in order to IncrementPan with X,Y,Z values
55
5629th January 2008 John Allison (visman-V09-01-01)
57 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
58
594th January 2008 John Allison (visman-V09-01-00)
60- Implemented extended 2D interface.
61
6230th November 2007 Laurent Garnier
63- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
64 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
65#endif
66
6716th November 2007 Joseph Perl (visman-V09-00-02)
68- G4VisCommandsCompound.cc: Replace references to Wired3.
69- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
70
7110th November 2007 John Allison (visman-V09-00-01)
72- G4VisManager.cc: Minor improvement in messaging.
73- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
74
7510th July 2007 John Allison (visman-V09-00-00)
76- Remove redundant method declarations in G4VisManager.hh.
77- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
78
79-25th May 2007 John Allison (visman-V08-03-01)
80 Improved error trapping in viewer initialisation.
81- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
82
8316th May 2007 John Allison (visman-V08-03-00)
84- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
85 Windows compiler(!).
86
874th April 2007 John Allison (visman-V08-02-04)
88- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
89
903rd April 2007 John Allison (visman-V08-02-03)
91- Added /vis/viewer/set/picking. Picking is false by default, except
92 for OpenInventor.
93
9425th March 2007 John Allison (visman-V08-02-02)
95- G4VisExecutive.icc: Removed G4GAGTree.
96- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
97 again, from /vis/drawVolume.
98- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
99- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
100
10111th January 2007 John Allison (visman-V08-02-01)
102- Added /vis/abortReviewKeptEvents.
103- /vis/reviewKeptEvents: Improved guidance.
104- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
105 o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
106- Reduced WARNING noise.
107
1085th January 2007 John Allison (visman-V08-02-00)
109- G4VSceneHandler:
110 o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
111 available to all scene handlers). Loads G4AttValues and G4AttDefs
112 onto any object that inherits G4AttHolder.
113 o Change signature of GetLineWidth from G4Visible& to
114 G4VisAttributes* for consistency with similar utility functions.
115 (Only used by OpenGL at present; requires opengl-V08-02-00.)
116 o GetLineSegmentsPerCircle: protected against null vis atts pointer.
117- G4VisCommandsGeometrySet and G4VisManager.cc:
118 o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
119 (inadvertently omitted in previous release).
120 o Improved guidance.
121- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
122- G4VViewer.cc: Improved comment.
123- G4VisCommandsCompound.cc:
124 o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
125- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
126
12712th December 2006 Gabriele Cosmo (visman-V08-01-16)
128- Commented command "vis/scene/add/eventID" forcing event ID to scene in
129 G4VisCommandsCompound.cc.
130
13125th November 2006 John Allison (visman-V08-01-15)
132- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
133 Supresses eventID message when state == G4State_EventProc unless last event.
134- G4VisCommands.cc: /vis/reviewKeptEvents:
135 o An improvement in the information printed.
136 o Temporarily set endOfEventAction refresh so that eventID for each event.
137- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
138 o Restrict warning message so that the warning about the number of
139 kept events only happens for "accumulate". Improve printing.
140- G4VisCommandsViewer.cc: Spelling correction in warning message.
141- G4VisManager.cc: Correct for 0 requested kept events.
142- G4Scene.cc: Initialise no. of kept events to 0.
143
14422nd November 2006 John Allison (visman-V08-01-14)
145- Fixed /vis/reviewKeptEvents for "stored" viewers.
146
14721st November 2006 John Allison (visman-V08-01-13)
148- Fixed double drawing of event.
149- Restored old verbosity and printing interface (for obsolete user vis
150 managers).
151
15216th November 2006 John Allison (visman-V08-01-12)
153- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
154 Warning of scene change issued for other viewers.
155
15615th November 2006 John Allison (visman-V08-01-11)
157- First implementation of /vis/reviewKeptEvents.
158
15914th November 2006 John Allison (visman-V08-01-10)
160- Merged visman-V08-01-08-branch onto main branch.
161
16214th November 2006 John Allison (visman-V08-01-08-08)
163- Partial implementation of /vis/reviewKeptEvents.
164
16514th November 2006 John Allison (visman-V08-01-08-07)
166- Minor improvements:
167 o G4VisManager: Removed event count (not used).
168 o G4VSceneHandler: Inhibited drawing when vis disabled.
169 o Various /vis/scene commands: Added update statement so that
170 handlers are notified after change of scene. Forces rebuild and
171 refresh of all viewers using current scene.
172
17312th November 2006 John Allison (visman-V08-01-08-06)
174- Further iteration of event refreshing:
175 o G4VisManager:
176 ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
177 ~ Removed unused methods from previous attempts.
178 o G4VSceneHandler: Used vis manager DrawEvent.
179 o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
180 events.
181
18211th November 2006 John Allison (visman-V08-01-08-05)
183- Removed /vis/scene/transientsAction. Now event keeping by the vis
184 manager is automatic if there is a valid scene. If the user issues
185 "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
186 to a maximum N in number (N<0 means unlimited, the default value is
187 100). Otherwise just the last event is kept.
188- Tidied up.
189
1909th November 2006 John Allison (visman-V08-01-08-04)
191- G4VisManager: Removed data memebers associated with previous attempts
192 at event refreshing.
193- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
194- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
195 worlds.
196- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
197- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
198
1998th November 2006 John Allison (visman-V08-01-08-03)
200- First attempt at using event keeping to refresh views.
201
2026th November 2006 John Allison (visman-V08-01-08-02)
203- Merged visman-V08-01-09.
204
2056th November 2006 John Allison (visman-V08-01-09)
206- /vis/drawVolume and /vis/specify: Suppress all but first warning about
207 needing to refresh for viewers that are not auto refresh.
208- G4VScenehandler.cc: Remove warning about emepty scene. (Subsequent action
209 is to add a world, if empty - reasonable behaviour.)
210
2115th November 2006 John Allison (visman-V08-01-08-01)
212- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds. Gets
213 material world = *(transportationManager->GetWorldsIterator()) in all cases
214 following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
215
2163rd November 2006 John Allison (visman-V08-01-08-00)
217- On visman-V08-01-08-branch.
218- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
219 visualisation: /vis/scene/add/volume worlds
220- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
221 to avoid warning messages about empty scene.
222
2233rd November 2006 John Allison (visman-V08-01-08 with tracking-V08-01-05)
224- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
225 Needs tracking-V08-01-05.
226
2271st November 2006 John Allison (visman-V08-01-07)
228- /vis/scene/add/trajectories:
229 o Allow string parameters "rich" and "smooth". Not yet activated
230 (awaiting tags in tracking).
231 o Deprecate use of integer parameter (i_mode).
232- GNUmakefile: Add geometry/magneticfield/include (for new
233 /vis/scene/add/trajectories command above).
234- G4VisManager.cc: Remove unnecessary comment line.
235
236----------------------------------------------------
23719th September 2006 John Allison (visman-V08-01-06)
238- G4ViewParameters: Added ExplodeCentre.
239- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
240
241----------------------------------------------------
24213th September 2006 John Allison (visman-V08-01-05)
243- G4ViewParameters: Improved setting and access to explode factor.
244- G4VisCommandsViewer: Added /vis/viewer/clone.
245- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
246- G4VisManager.cc: Registered /vis/viewer/clone.
247- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
248
24912th September 2006 Jane Tinslay
250- Add attribute based trajectory drawing & filtering, and attribute based
251 hit filtering
252
253---------------------------------------------------
2544th September 2006 John Allison (visman-V08-01-04)
255- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
256- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
257 and /vis/viewer/set/cutawayMode.
258
25930th August 2006 John Allison (visman-V08-01-03 - needs modeling-V08-01-05)
260- Added /vis/viewer/set/globalLineWidthScale.
261- Augmented /vis/scene/add/volume to include intersection of clipping volume
262 (only box -box *box at present).
263- G4VSceneHandler:
264 o Added GetLineWidth to take account of GlobalLineWidthScale.
265 o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
266 (DCUT) and cutaways. Currently not activated due to instabilities in
267 BooleanProcessor.
268- G4ViewParameters:
269 o Added GlobalLineWidthScale.
270 o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
271
27214th August 2006 John Allison (visman-V08-01-02)
273- G4VisManager.hh: Added some OpenGL friends.
274- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
275 before "add/volume". Catches non-existing handlers better. Overall
276 effect of compound command unchanged.
277- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
278
27910th July 2006 John Allison (visman-V08-01-01)
280- Co-works with greps-V08-01-01.
281- G4VSceneHandler:
282 o Removed Establish/DecommissionSpecials.
283 o Respect rationalised G4ModelingParameters.
284 o Added GetNoOfSides that respects forced line segments per circle.
285- G4VisCommandsScene.cc: Spelling correction.
286
2873rd July 2006 John Allison (visman-V08-01-00)
288- /vis/scene/transientsAction: Added max number of events parameter.
289- Added /vis/viewer/clearTransients.
290- Improved /vis/list.
291- G4VisManager.hh/icc: Added data members and acces for event copying.
292- G4VisManager.cc:
293 o Verbosity control of model printing.
294 o (Commented out) code for event copying.
295 - G4VSceneHandler.cc:
296 o (Commented out) code for event copying.
297
2988th June 2006 John Allison (visman-V08-00-23)
299- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
300 that made it ineffective.
301
3027th June 2006 John Allison (visman-V08-00-22)
303- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
304
3056th June 2006 John Allison (visman-V08-00-21)
306- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
307
3084th June 2006 Joseph Perl (visman-V08-00-20)
309- This tag includes all the changes below.
310
3112nd June 2006 Jane Tinslay
312- Add accessor for current trajectory drawing model
313- Make G4HepRepFileSceneHandler a friend of G4VisManager
314
3151st June 2006 Jane Tinslay
316- Add accessor in G4VisListManager
317
31830th May 2006 Jane Tinslay
319- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
320 to G4VisExecutive
321
32225th May 2006 John Allison (visman-V08-00-19)
323- G4Scene.cc: Changed default fRecomputeTransients to false.
324- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
325 Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
326- G4VisFilter/List/ModelManager.hh: Indent printing of models.
327- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
328
32922nd May 2006 John Allison (visman-V08-00-18)
330- G4VisManager:
331 o Added SetReprocessing (for transients).
332 o Reduce dependency on Run (get event from event manager).
333 o (Includes some event copying stuff - commented out.)
334- G4VSceneHandler.cc: Require Idle state for transient re-computation.
335- G4Scene:
336 o Remove Clear(). (Not used.)
337 o Add printing and testing for fRecomputeTransients. (Forgot in
338 visman-V08-00-08.)
339- /vis/.../list commands: Default verbosity "warnings".
340
34113th May 2006 John Allison (visman-V08-00-17)
342- Provided identity transformation for 2D drawing. A temporary
343 expedient until all drivers can implement 2D drawing.
344
34512th May 2006 John Allison (visman-V08-00-16)
346- Added /vis/list.
347- Added /vis/scene/add/eventID.
348- Final refinements for event/run reprocessing (re-computation of
349 transients):
350 o Pick up random number status from run manager.
351 o Run and event numbers reset.
352 o Protect against non-instantiation of run manager.
353- Followed G4CallbackModel change (see modeling-V08-00-09).
354- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
355 Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
356
3574th May 2006 John Allison (visman-V08-00-15)
358- Improved protection for null models and parameters.
359
3602nd May 2006 Jane Tinslay
361- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
362- Add FilterTrajectory method to G4VisManager
363
36428th April 2006 John Allison (visman-V08-00-14)
365- G4VSceneHandler.cc: Added call to FinishView after run-duration
366 model computation and before end-of-event and transients
367 re-computation to get good buffer swapping behaviour for double
368 buffer drivers.
369- G4VisCommandsScene.cc: Added protection in
370 /vis/scene/endOfRunAction. Error for accumulate if end of event
371 action is not also accumulate.
372- G4VisManager: To get good refresh bahaviour when re-computing
373 transients in OpenGL*Xm and similar drivers, postpone ShowView to
374 end of run for last event in a run. This ensures G4 is in Idle
375 state.
376- GNUmakefile: Added includes for access to run manager for above.
377
37822nd April 2006 John Allison (visman-V08-00-13)
379- Bug fix (workaround) for memory leak in CheckModel (bug #861).
380- Implement PrintAvailableModels using improvement below.
381
38221st April 2006 Jane Tinslay
383- Improve printout for trajectory drawing and filtering
384
38519th April 2006 John Allison (visman-V08-00-12 - needs greps-V08-00-02)
386- G4VisManager:
387 o Implemented Draw2D(const G4Text&).
388 o Added PrintAvailableModels (but awaiting implementation).
389 o Fixed directory names (trailing '/').
390- G4VSceneHandler:
391 o Implemented Begin/EndPrimitives2D.
392 o Migrated to direct access to G4PhysicalVolumeModel.
393
39428th March 2006 Jane Tinslay (jst28032006)
395- Introduce G4VisFilterManager.hh to manager filtering
396- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
397 to support filtering
398
39928th March 2006 John Allison (visman-V08-00-11)
400- Corrects logic of transients re-computation:
401 o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
402 o G4VSceneHandler: Improved logic of transients re-computation.
403 o G4VViewer: Improved logic of fNeedKernelVisit.
404- Unified treatment of bools in commands.
405
40624th March 2006 Jane Tinslay (jst24032006)
407- Introduce trajectory drawing manager which is used by
408 G4VisManager. No change in overall functionality.
409
41016th March 2006 Jane Tinslay (jst16032006)
411- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
412
41313th March 2006 John Allison (visman-V08-00-10)
414- Fixes recomputation of transients when changing drivers.
415- G4VisManager: Added fTransientsDrawnThisEvent/Run.
416- G4VSceneHandler:
417 o Removed fTransientsDrawn (now in G4VisManager).
418 o Added fProcessingSolid.
419 o Fixed recomputation of transients.
420
4218th March 2006 John Allison (visman-V08-00-09)
422- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
423
4246th March 2006 John Allison (visman-V08-00-08)
425- Added /vis/scene/transientsAction, a feature for recomputing
426 transients (trajectories, hits, user drawing, etc.) when needed by
427 the viewer. Thus, transients are "remembered" and may be copied
428 between graphics systems.
429
4309th February 2006 John Allison (visman-V08-00-07)
431- First implementation of refresh end-of-event models (trajectories, etc.).
432
4338th February 2006 John Allison (visman-V08-00-06)
434- Needs modeling-V08-00-02.
435- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
436- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
437
4383rd February 2006 John Allison (visman-V08-00-05)
439- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
440- Very minor printing and comments improvements.
441
44226th January 2006 John Allison (visman-V08-00-04)
443- G4VViewer: Removed fModified. It was used to flag a change of view
444 parameters but it was only ever used negatively, i.e., to *prevent*
445 its effect of invoking SetView. So it has been removed and the
446 responsibility for calling SetView after a change of view parameters
447 rests with the user (e.g., the vis commands). Only used by OpenGL
448 and OpenInventor; now works with opengl-V08-00-01 and
449 openinventor-V08-00-00.
450- G4VSceneHandler.hh: Improved comments.
451- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
452 registered.
453- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
454
45525th January 2006 John Allison (visman-V08-00-03)
456- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
457
45811th January 2006 John Allison (visman-V08-00-02)
459- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
460- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
461- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
462 scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
463- G4VisCommandsSceneAdd.cc: Improved message when world not available.
464- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
465 to /vis/scene/notifyHandlers. Avoids double refresh.
466- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
467 invalid view.
468
4699th January 2006 John Allison (visman-V08-00-01)
470- This tag includes all the changes below.
471
4729th January 2006 John Allison (visman-V08-00-00)
473- This tag is geant4-08-00-ref-00 + change of 5th January only.
474
4755th January 2006 John Allison
476- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
477 fMarkForClearingTransientStore(true) initially now. This is so that
478 at end of event or run, the view is refreshed and the scene
479 (detector geometry, etc.) is drawn or written to file.
480
48114th December 2005 John Allison
482- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
483 graphical database, if any. Particularly relevant for Open Inventor.
484- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
485- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
486 to an empty scene.
487- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
488 an empty scene, invoke UpdateVisManagerScene, which applies
489 "/vis/scene/notifyHandlers", which now forces a rebuild.
490- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
491
4924th December John Allison (visman-V07-01-10)
493- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
494 user has not instantiated a scene handler, e.g., in batch mode.
495
49629th November 2005 Jane Tinslay
497- Make G4VisManager::RegisterModelFactories() non-pure for
498 backwards compatibility.
499- Add information message to G4VisManager::DispatchToModel when default trajectory
500 model is used.
501
50223rd November 2005 Joseph Perl (visman-V07-01-09)
503- Tagged in preparation for Geant4 8.0
504
50523rd November 2005 Jane Tinslay
506- Enhanced trajectory implementation
507
50822nd November 2005 John Allison
509- Added /vis/viewer/rebuild (forces visit of kernel).
510- Changed G4Transform3D::Identity to G4Transform3D().
511- Tidied initial printing.
512- Removed MyVisManager (was deprecated in previous major release).
513- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
514- G4VVisCommand.cc: Improved UpdateVisManagerScene.
515- Refined guidance of issue "/tracking/storeTrajectory 1" on
516 "/vis/scene/add/trajectories".
517- Improved /vis/sceneHandler/attach.
518- G4VisManager.cc: Improved comments.
519
52013th October 2005 John Allison (visman-V07-01-08)
521- G4ViewParameters: Added XGeometryString.
522- G4VViewer.cc: Pick up XGeometryString.
523- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
524 in window size hints.
525- /vis/viewer/set/background: Add opacity parameter.
526
52720th October 2005 John Allison (visman-V07-01-07)
528- G4VisManager:
529 o Added methods for managing trajectory models.
530 o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
531 G4int i_mode).
532 o Created /vis/modeling/trajectories/ for trajectory model messengers.
533 o Added XGeometryString for some future viewer enhancements.
534- G4VisExecutive: Added RegisterTrajectoryModelMakers.
535
53620th October 2005 John Allison (visman-V07-01-06)
537- Get standard colours with "/vis/viewer/set/background red", for example.
538- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
539 CLHEP-1.9.2.1.
540
54113th October 2005 John Allison (visman-V07-01-05)
542- Background colour - /vis/viewer/set/background.
543- Non-uniform scaling - /vis/viewer/scale and scaleTo.
544- Migrated to <sstream>.
545
54612th October 2005 John Allison (vis-V07-01-03)
547- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
548 (bug found by system test of vis-V07-01-02).
549
55016th September 2005 John Allison (visman-V07-01-04)
551- Simplified use of ConcreteInstance. It is now always non-zero for
552 an instantiated vis manager; invalid views are reported by the vis
553 manager. The exception is /vis/disable which zeros it; /vis/enable
554 or any valid command resets it.
555
55616th September 2005 John Allison (visman-V07-01-03)
557- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
558- Added warning:
559 o Attempt to add volume to a scene already containing the world.
560- Added error message:
561 o Logical volume model must be only volume model in scene.
562- G4Scene.cc: Improvement - no functional change.
563
56413th September 2005 John Allison (visman-V07-01-02)
565- Added WhiteBackground to G4ViewParameters.
566- Added /vis/viewer/set/whiteBackground.
567- G4VSceneHandler::GetColour and GetTextColour: white and opaque
568 objects on a white background are changed to black.
569- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
570- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
571
5722nd September 2005 John Allison (visman-V07-01-01)
573- Introduced optional second pass over run-duration models in
574 G4VSceneHandler::ProcessScene.
575
57620th July 2005 John Allison (visman-V07-01-00)
577- G4VisCommandsViewer.cc: Protected new viewer pointer.
578
5797th June 2005 John Allison (visman-V07-00-02)
580- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
581
58231st May 2005 John Allison (visman-V07-00-01)
583- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
584 with spaces.
585- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
586 close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.