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

Last change on this file since 843 was 772, checked in by garnier, 18 years ago

r781@wl-72126: garnier | 2008-04-17 11:28:25 +0200
mise à jour

File size: 23.9 KB
Line 
1$Id: History,v 1.107 2008/03/10 16:23:42 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
295th February 2008, Laurent Garnier
30 - Implemented a function in order to IncrementPan with X,Y,Z values
31
3229th January 2008 John Allison (visman-V09-01-01)
33 - G4VisExecutive.icc: Re-instated G4DAWNFILE (somehow got lost!!)
34
354th January 2008 John Allison (visman-V09-01-00)
36- Implemented extended 2D interface.
37
3830th November 2007 Laurent Garnier
39- G4VisExecutive.icc : Add a #ifdef G4VIS_USE_DAWN directive in order
40 not to add a 'new G4DAWNFILE' if G4VIS_USE_DAWN is not set
41#endif
42
4316th November 2007 Joseph Perl (visman-V09-00-02)
44- G4VisCommandsCompound.cc: Replace references to Wired3.
45- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
46
4710th November 2007 John Allison (visman-V09-00-01)
48- G4VisManager.cc: Minor improvement in messaging.
49- G4VisCommandsScene.cc: Improvements in /vis/scene/endOfEventAction messaging.
50
5110th July 2007 John Allison (visman-V09-00-00)
52- Remove redundant method declarations in G4VisManager.hh.
53- Reinstate refesh after "/vis/viewer/set/autoRefresh true".
54
55-25th May 2007 John Allison (visman-V08-03-01)
56 Improved error trapping in viewer initialisation.
57- Bug fix in /vis/scene/notifyHandlers for case of no current viewer.
58
5916th May 2007 John Allison (visman-V08-03-00)
60- G4VSceneHandler.cc: Added #include "G4AttDef.hh" to help buggy
61 Windows compiler(!).
62
634th April 2007 John Allison (visman-V08-02-04)
64- G4VSceneHandler.cc: Bug fix for zero vis atts in LoadAtts.
65
663rd April 2007 John Allison (visman-V08-02-03)
67- Added /vis/viewer/set/picking. Picking is false by default, except
68 for OpenInventor.
69
7025th March 2007 John Allison (visman-V08-02-02)
71- G4VisExecutive.icc: Removed G4GAGTree.
72- G4VisCommandsCompound.cc: Removed /vis/scene/add/eventID, once
73 again, from /vis/drawVolume.
74- G4VisCommands.cc: Improved messages for /vis/abortReviewKeptEvents.
75- G4VisManager.cc, G4VSceneHandler.cc: Cosmetic.
76
7711th January 2007 John Allison (visman-V08-02-01)
78- Added /vis/abortReviewKeptEvents.
79- /vis/reviewKeptEvents: Improved guidance.
80- Bug fix: /vis/open in /vis/reviewKeptEvents loop.
81 o Moved fpRequestedEvent from G4VSceneHandler to G4VisManager.
82- Reduced WARNING noise.
83
845th January 2007 John Allison (visman-V08-02-00)
85- G4VSceneHandler:
86 o Introduced LoadAtts (from G4OpenInventorSceneHandler, but now
87 available to all scene handlers). Loads G4AttValues and G4AttDefs
88 onto any object that inherits G4AttHolder.
89 o Change signature of GetLineWidth from G4Visible& to
90 G4VisAttributes* for consistency with similar utility functions.
91 (Only used by OpenGL at present; requires opengl-V08-02-00.)
92 o GetLineSegmentsPerCircle: protected against null vis atts pointer.
93- G4VisCommandsGeometrySet and G4VisManager.cc:
94 o Introduced /vis/geometry/set/forceLineSegmentsPerCircle
95 (inadvertently omitted in previous release).
96 o Improved guidance.
97- G4VisCommandsGeometry.cc: Invoke /vis/viewer/rebuild only if viewer current.
98- G4VViewer.cc: Improved comment.
99- G4VisCommandsCompound.cc:
100 o Re-introduced /vis/scene/add/eventID into /vis/drawVolume.
101- G4VisCommandsViewer.cc: Improve guidance for /vis/viewer/addCutawayPlane.
102
10312th December 2006 Gabriele Cosmo (visman-V08-01-16)
104- Commented command "vis/scene/add/eventID" forcing event ID to scene in
105 G4VisCommandsCompound.cc.
106
10725th November 2006 John Allison (visman-V08-01-15)
108- G4VisCommandsSceneAdd.cc: Follow change of behaviour of G4StateManager.
109 Supresses eventID message when state == G4State_EventProc unless last event.
110- G4VisCommands.cc: /vis/reviewKeptEvents:
111 o An improvement in the information printed.
112 o Temporarily set endOfEventAction refresh so that eventID for each event.
113- G4VisCommandsScene.cc: /vis/scene/endOfEventAction:
114 o Restrict warning message so that the warning about the number of
115 kept events only happens for "accumulate". Improve printing.
116- G4VisCommandsViewer.cc: Spelling correction in warning message.
117- G4VisManager.cc: Correct for 0 requested kept events.
118- G4Scene.cc: Initialise no. of kept events to 0.
119
12022nd November 2006 John Allison (visman-V08-01-14)
121- Fixed /vis/reviewKeptEvents for "stored" viewers.
122
12321st November 2006 John Allison (visman-V08-01-13)
124- Fixed double drawing of event.
125- Restored old verbosity and printing interface (for obsolete user vis
126 managers).
127
12816th November 2006 John Allison (visman-V08-01-12)
129- /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
130 Warning of scene change issued for other viewers.
131
13215th November 2006 John Allison (visman-V08-01-11)
133- First implementation of /vis/reviewKeptEvents.
134
13514th November 2006 John Allison (visman-V08-01-10)
136- Merged visman-V08-01-08-branch onto main branch.
137
13814th November 2006 John Allison (visman-V08-01-08-08)
139- Partial implementation of /vis/reviewKeptEvents.
140
14114th November 2006 John Allison (visman-V08-01-08-07)
142- Minor improvements:
143 o G4VisManager: Removed event count (not used).
144 o G4VSceneHandler: Inhibited drawing when vis disabled.
145 o Various /vis/scene commands: Added update statement so that
146 handlers are notified after change of scene. Forces rebuild and
147 refresh of all viewers using current scene.
148
14912th November 2006 John Allison (visman-V08-01-08-06)
150- Further iteration of event refreshing:
151 o G4VisManager:
152 ~ Introduced DrawEvent private method for vis manager and G4VSceneHandler.
153 ~ Removed unused methods from previous attempts.
154 o G4VSceneHandler: Used vis manager DrawEvent.
155 o /vis/scene/add/eventID: improved so it picks up event ids of refreshed
156 events.
157
15811th November 2006 John Allison (visman-V08-01-08-05)
159- Removed /vis/scene/transientsAction. Now event keeping by the vis
160 manager is automatic if there is a valid scene. If the user issues
161 "/vis/scene/endOfEventAction accumulate [<N>]", events are kept up
162 to a maximum N in number (N<0 means unlimited, the default value is
163 100). Otherwise just the last event is kept.
164- Tidied up.
165
1669th November 2006 John Allison (visman-V08-01-08-04)
167- G4VisManager: Removed data memebers associated with previous attempts
168 at event refreshing.
169- G4VSceneHandler.cc: Removed previous attempts at event refreshing.
170- /vis/drawVolume and /vis/scene/add/volume: Improved guidance for parallel
171 worlds.
172- /vis/viewer/select: Ensure refresh for auto-refreshing viewers.
173- /vis/viewer/set/autoRefresh: Inhibit refresh for auto-refreshing viewers.
174
1758th November 2006 John Allison (visman-V08-01-08-03)
176- First attempt at using event keeping to refresh views.
177
1786th November 2006 John Allison (visman-V08-01-08-02)
179- Merged visman-V08-01-09.
180
1816th November 2006 John Allison (visman-V08-01-09)
182- /vis/drawVolume and /vis/specify: Suppress all but first warning about
183 needing to refresh for viewers that are not auto refresh.
184- G4VScenehandler.cc: Remove warning about emepty scene. (Subsequent action
185 is to add a world, if empty - reasonable behaviour.)
186
1875th November 2006 John Allison (visman-V08-01-08-01)
188- G4VisCommandsSceneAdd.cc: Improved implementation of parallel worlds. Gets
189 material world = *(transportationManager->GetWorldsIterator()) in all cases
190 following fixes run-V08-01-ref04-01 and geomnav-V08-01-ref04-01.
191
1923rd November 2006 John Allison (visman-V08-01-08-00)
193- On visman-V08-01-08-branch.
194- G4VisCommandsSceneAdd.cc: First implementation of parallel worlds
195 visualisation: /vis/scene/add/volume worlds
196- G4VisCommandsCompound.cc: Minor re-ordering of commands in /vis/drawVolume
197 to avoid warning messages about empty scene.
198
1993rd November 2006 John Allison (visman-V08-01-08 with tracking-V08-01-05)
200- Activated /vis/scene/add/trajectories with "rich" and "smooth" - see below.
201 Needs tracking-V08-01-05.
202
2031st November 2006 John Allison (visman-V08-01-07)
204- /vis/scene/add/trajectories:
205 o Allow string parameters "rich" and "smooth". Not yet activated
206 (awaiting tags in tracking).
207 o Deprecate use of integer parameter (i_mode).
208- GNUmakefile: Add geometry/magneticfield/include (for new
209 /vis/scene/add/trajectories command above).
210- G4VisManager.cc: Remove unnecessary comment line.
211
212----------------------------------------------------
21319th September 2006 John Allison (visman-V08-01-06)
214- G4ViewParameters: Added ExplodeCentre.
215- G4VisCommandsGeometrySet.cc: Bug fix in /vis/geometry/set/colour.
216
217----------------------------------------------------
21813th September 2006 John Allison (visman-V08-01-05)
219- G4ViewParameters: Improved setting and access to explode factor.
220- G4VisCommandsViewer: Added /vis/viewer/clone.
221- G4VisCommandsViewerSet: Added /vis/viewer/set/explodeFactor.
222- G4VisManager.cc: Registered /vis/viewer/clone.
223- G4VSceneHandler.cc: Pass explode factor to modeling parameters.
224
22512th September 2006 Jane Tinslay
226- Add attribute based trajectory drawing & filtering, and attribute based
227 hit filtering
228
229---------------------------------------------------
2304th September 2006 John Allison (visman-V08-01-04)
231- G4ViewParameters: Added CutawayMode and ChangeCutawayPlane.
232- Added /vis/viewer/addCutawayPlane, changeCutawayPlane, clearCutawayPlanes
233 and /vis/viewer/set/cutawayMode.
234
23530th August 2006 John Allison (visman-V08-01-03 - needs modeling-V08-01-05)
236- Added /vis/viewer/set/globalLineWidthScale.
237- Augmented /vis/scene/add/volume to include intersection of clipping volume
238 (only box -box *box at present).
239- G4VSceneHandler:
240 o Added GetLineWidth to take account of GlobalLineWidthScale.
241 o Added CreateSection/CutawayPolyhedron to exploit generic sectioning
242 (DCUT) and cutaways. Currently not activated due to instabilities in
243 BooleanProcessor.
244- G4ViewParameters:
245 o Added GlobalLineWidthScale.
246 o Removed IsViewGeom/Hits/Digis (functionality available in G4Scene).
247
24814th August 2006 John Allison (visman-V08-01-02)
249- G4VisManager.hh: Added some OpenGL friends.
250- G4VisCommandsCompound.cc: /vis/drawVolume: re-ordered "attach"
251 before "add/volume". Catches non-existing handlers better. Overall
252 effect of compound command unchanged.
253- G4VSceneHandler.cc: Added (commented out) code for "event refreshing".
254
25510th July 2006 John Allison (visman-V08-01-01)
256- Co-works with greps-V08-01-01.
257- G4VSceneHandler:
258 o Removed Establish/DecommissionSpecials.
259 o Respect rationalised G4ModelingParameters.
260 o Added GetNoOfSides that respects forced line segments per circle.
261- G4VisCommandsScene.cc: Spelling correction.
262
2633rd July 2006 John Allison (visman-V08-01-00)
264- /vis/scene/transientsAction: Added max number of events parameter.
265- Added /vis/viewer/clearTransients.
266- Improved /vis/list.
267- G4VisManager.hh/icc: Added data members and acces for event copying.
268- G4VisManager.cc:
269 o Verbosity control of model printing.
270 o (Commented out) code for event copying.
271 - G4VSceneHandler.cc:
272 o (Commented out) code for event copying.
273
2748th June 2006 John Allison (visman-V08-00-23)
275- Fixed bug in /vis/scene/endOfRunAction introduced in visman-V08-00-14
276 that made it ineffective.
277
2787th June 2006 John Allison (visman-V08-00-22)
279- G4VSceneHandler.cc: Zeroed modeling parameters pointer after use.
280
2816th June 2006 John Allison (visman-V08-00-21)
282- G4VisCommandsViewer: /vis/viewer/create: Fixed view params copy to self.
283
2844th June 2006 Joseph Perl (visman-V08-00-20)
285- This tag includes all the changes below.
286
2872nd June 2006 Jane Tinslay
288- Add accessor for current trajectory drawing model
289- Make G4HepRepFileSceneHandler a friend of G4VisManager
290
2911st June 2006 Jane Tinslay
292- Add accessor in G4VisListManager
293
29430th May 2006 Jane Tinslay
295- Add G4TrajectoryChargeFilterFactory and G4TrajectoryOriginVolumeFilterFactory
296 to G4VisExecutive
297
29825th May 2006 John Allison (visman-V08-00-19)
299- G4Scene.cc: Changed default fRecomputeTransients to false.
300- G4VisCommandsViewerSet.cc: /vis/viewer/set/style - remove candidates.
301 Use first letter only (so "/vis/viewer/set/style wire" works, for example.)
302- G4VisFilter/List/ModelManager.hh: Indent printing of models.
303- G4VUserVisAction.hh: Add forward declaration of class G4VGraphicsScene.
304
30522nd May 2006 John Allison (visman-V08-00-18)
306- G4VisManager:
307 o Added SetReprocessing (for transients).
308 o Reduce dependency on Run (get event from event manager).
309 o (Includes some event copying stuff - commented out.)
310- G4VSceneHandler.cc: Require Idle state for transient re-computation.
311- G4Scene:
312 o Remove Clear(). (Not used.)
313 o Add printing and testing for fRecomputeTransients. (Forgot in
314 visman-V08-00-08.)
315- /vis/.../list commands: Default verbosity "warnings".
316
31713th May 2006 John Allison (visman-V08-00-17)
318- Provided identity transformation for 2D drawing. A temporary
319 expedient until all drivers can implement 2D drawing.
320
32112th May 2006 John Allison (visman-V08-00-16)
322- Added /vis/list.
323- Added /vis/scene/add/eventID.
324- Final refinements for event/run reprocessing (re-computation of
325 transients):
326 o Pick up random number status from run manager.
327 o Run and event numbers reset.
328 o Protect against non-instantiation of run manager.
329- Followed G4CallbackModel change (see modeling-V08-00-09).
330- G4VisCommandsScene.cc, G4VisCommandsSceneHandler.cc, G4VisCommandsViewer.cc:
331 Corrected SetDefaultValue for verbosity string parameter (changed 0 to "0").
332
3334th May 2006 John Allison (visman-V08-00-15)
334- Improved protection for null models and parameters.
335
3362nd May 2006 Jane Tinslay
337- Add G4TrajectoryGenericDrawerFactory to G4VisExecutive
338- Add FilterTrajectory method to G4VisManager
339
34028th April 2006 John Allison (visman-V08-00-14)
341- G4VSceneHandler.cc: Added call to FinishView after run-duration
342 model computation and before end-of-event and transients
343 re-computation to get good buffer swapping behaviour for double
344 buffer drivers.
345- G4VisCommandsScene.cc: Added protection in
346 /vis/scene/endOfRunAction. Error for accumulate if end of event
347 action is not also accumulate.
348- G4VisManager: To get good refresh bahaviour when re-computing
349 transients in OpenGL*Xm and similar drivers, postpone ShowView to
350 end of run for last event in a run. This ensures G4 is in Idle
351 state.
352- GNUmakefile: Added includes for access to run manager for above.
353
35422nd April 2006 John Allison (visman-V08-00-13)
355- Bug fix (workaround) for memory leak in CheckModel (bug #861).
356- Implement PrintAvailableModels using improvement below.
357
35821st April 2006 Jane Tinslay
359- Improve printout for trajectory drawing and filtering
360
36119th April 2006 John Allison (visman-V08-00-12 - needs greps-V08-00-02)
362- G4VisManager:
363 o Implemented Draw2D(const G4Text&).
364 o Added PrintAvailableModels (but awaiting implementation).
365 o Fixed directory names (trailing '/').
366- G4VSceneHandler:
367 o Implemented Begin/EndPrimitives2D.
368 o Migrated to direct access to G4PhysicalVolumeModel.
369
37028th March 2006 Jane Tinslay (jst28032006)
371- Introduce G4VisFilterManager.hh to manager filtering
372- Additions to G4VisCommandsListManager, G4VisExecutive, G4VisManager
373 to support filtering
374
37528th March 2006 John Allison (visman-V08-00-11)
376- Corrects logic of transients re-computation:
377 o G4VisManager and G4VSceneHandler: Improved logic of TransientsDrawn flags.
378 o G4VSceneHandler: Improved logic of transients re-computation.
379 o G4VViewer: Improved logic of fNeedKernelVisit.
380- Unified treatment of bools in commands.
381
38224th March 2006 Jane Tinslay (jst24032006)
383- Introduce trajectory drawing manager which is used by
384 G4VisManager. No change in overall functionality.
385
38616th March 2006 Jane Tinslay (jst16032006)
387- Add G4TrajectoryDrawByOriginVolumeFactory to G4VisExecutive
388
38913th March 2006 John Allison (visman-V08-00-10)
390- Fixes recomputation of transients when changing drivers.
391- G4VisManager: Added fTransientsDrawnThisEvent/Run.
392- G4VSceneHandler:
393 o Removed fTransientsDrawn (now in G4VisManager).
394 o Added fProcessingSolid.
395 o Fixed recomputation of transients.
396
3978th March 2006 John Allison (visman-V08-00-09)
398- G4VisManager.cc: Fix bug that causes crash when no current scene handler.
399
4006th March 2006 John Allison (visman-V08-00-08)
401- Added /vis/scene/transientsAction, a feature for recomputing
402 transients (trajectories, hits, user drawing, etc.) when needed by
403 the viewer. Thus, transients are "remembered" and may be copied
404 between graphics systems.
405
4069th February 2006 John Allison (visman-V08-00-07)
407- First implementation of refresh end-of-event models (trajectories, etc.).
408
4098th February 2006 John Allison (visman-V08-00-06)
410- Needs modeling-V08-00-02.
411- G4VSceneHandler.cc: Made use of G4ModelingParameters::DrawingStyle.
412- G4VisCommandsSceneAdd.cc: Removed unnecessary #include.
413
4143rd February 2006 John Allison (visman-V08-00-05)
415- Introduced /vis/geometry/... for editing vis attributes of geometry volumes.
416- Very minor printing and comments improvements.
417
41826th January 2006 John Allison (visman-V08-00-04)
419- G4VViewer: Removed fModified. It was used to flag a change of view
420 parameters but it was only ever used negatively, i.e., to *prevent*
421 its effect of invoking SetView. So it has been removed and the
422 responsibility for calling SetView after a change of view parameters
423 rests with the user (e.g., the vis commands). Only used by OpenGL
424 and OpenInventor; now works with opengl-V08-00-01 and
425 openinventor-V08-00-00.
426- G4VSceneHandler.hh: Improved comments.
427- G4VisListManager.hh: Prevent crash on attempt to Print when nothing
428 registered.
429- G4VisManager.hh: Extended friendship to G4XXXSceneHandler.
430
43125th January 2006 John Allison (visman-V08-00-03)
432- Retro tag: visman-V08-00-00 + friend status for Ray Tracer.
433
43411th January 2006 John Allison (visman-V08-00-02)
435- G4VisExecutive.icc: protected with G4VISEXECUTIVE_ICC.
436- G4VisManager.hh: prepared for RayTracer reorganisation (friend status).
437- G4VisCommandsScene.cc: /vis/scene/create: simplified registration of
438 scene to avoid recursive invocation of /vis/scene/notifyHandlers/.
439- G4VisCommandsSceneAdd.cc: Improved message when world not available.
440- G4VisCommandsViewer.cc: /vis/viewer/refresh: When world added, delegate
441 to /vis/scene/notifyHandlers. Avoids double refresh.
442- G4VisManager.cc: Changed ERROR to WARNING when user calls Draw with
443 invalid view.
444
4459th January 2006 John Allison (visman-V08-00-01)
446- This tag includes all the changes below.
447
4489th January 2006 John Allison (visman-V08-00-00)
449- This tag is geant4-08-00-ref-00 + change of 5th January only.
450
4515th January 2006 John Allison
452- G4VSceneHandler.cc: Reversed change of 22nd November 2005:
453 fMarkForClearingTransientStore(true) initially now. This is so that
454 at end of event or run, the view is refreshed and the scene
455 (detector geometry, etc.) is drawn or written to file.
456
45714th December 2005 John Allison
458- Improved /vis/scene/notifyHandlers so that it forces a rebuild of the
459 graphical database, if any. Particularly relevant for Open Inventor.
460- G4Scene.cc, G4VSceneHandler.cc: Improved warning messages.
461- G4VisManager.cc: Apply "/vis/scene/notifyHandlers" if world has been added
462 to an empty scene.
463- G4VisCommandsViewer.cc: "/vis/viewer/refresh": if world is added to
464 an empty scene, invoke UpdateVisManagerScene, which applies
465 "/vis/scene/notifyHandlers", which now forces a rebuild.
466- G4VisCommandsViewer.cc: Fix bug in "/vis/viewer/rebuild".
467
4684th December John Allison (visman-V07-01-10)
469- G4Vismanager.cc: Prevent ERROR messages at end of event and run when
470 user has not instantiated a scene handler, e.g., in batch mode.
471
47229th November 2005 Jane Tinslay
473- Make G4VisManager::RegisterModelFactories() non-pure for
474 backwards compatibility.
475- Add information message to G4VisManager::DispatchToModel when default trajectory
476 model is used.
477
47823rd November 2005 Joseph Perl (visman-V07-01-09)
479- Tagged in preparation for Geant4 8.0
480
48123rd November 2005 Jane Tinslay
482- Enhanced trajectory implementation
483
48422nd November 2005 John Allison
485- Added /vis/viewer/rebuild (forces visit of kernel).
486- Changed G4Transform3D::Identity to G4Transform3D().
487- Tidied initial printing.
488- Removed MyVisManager (was deprecated in previous major release).
489- G4VSceneHandler.cc: fMarkForClearingTransientStore(false) initially.
490- G4VVisCommand.cc: Improved UpdateVisManagerScene.
491- Refined guidance of issue "/tracking/storeTrajectory 1" on
492 "/vis/scene/add/trajectories".
493- Improved /vis/sceneHandler/attach.
494- G4VisManager.cc: Improved comments.
495
49613th October 2005 John Allison (visman-V07-01-08)
497- G4ViewParameters: Added XGeometryString.
498- G4VViewer.cc: Pick up XGeometryString.
499- /vis/open and /vis/viewer/create: Allow X-Windows-type geometry string
500 in window size hints.
501- /vis/viewer/set/background: Add opacity parameter.
502
50320th October 2005 John Allison (visman-V07-01-07)
504- G4VisManager:
505 o Added methods for managing trajectory models.
506 o Implemented first version of DispatchToCurrentModel(const G4VTrajectory&,
507 G4int i_mode).
508 o Created /vis/modeling/trajectories/ for trajectory model messengers.
509 o Added XGeometryString for some future viewer enhancements.
510- G4VisExecutive: Added RegisterTrajectoryModelMakers.
511
51220th October 2005 John Allison (visman-V07-01-06)
513- Get standard colours with "/vis/viewer/set/background red", for example.
514- G4VisCommandsViewer.cc: Fixed G4ThreeVector/G4Vector3D problem with
515 CLHEP-1.9.2.1.
516
51713th October 2005 John Allison (visman-V07-01-05)
518- Background colour - /vis/viewer/set/background.
519- Non-uniform scaling - /vis/viewer/scale and scaleTo.
520- Migrated to <sstream>.
521
52212th October 2005 John Allison (vis-V07-01-03)
523- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
524 (bug found by system test of vis-V07-01-02).
525
52616th September 2005 John Allison (visman-V07-01-04)
527- Simplified use of ConcreteInstance. It is now always non-zero for
528 an instantiated vis manager; invalid views are reported by the vis
529 manager. The exception is /vis/disable which zeros it; /vis/enable
530 or any valid command resets it.
531
53216th September 2005 John Allison (visman-V07-01-03)
533- Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
534- Added warning:
535 o Attempt to add volume to a scene already containing the world.
536- Added error message:
537 o Logical volume model must be only volume model in scene.
538- G4Scene.cc: Improvement - no functional change.
539
54013th September 2005 John Allison (visman-V07-01-02)
541- Added WhiteBackground to G4ViewParameters.
542- Added /vis/viewer/set/whiteBackground.
543- G4VSceneHandler::GetColour and GetTextColour: white and opaque
544 objects on a white background are changed to black.
545- Added RayTracerX to G4VisExecutive under control of G4VIS_USE_RAYTRACERX.
546- Re-instated invocation of SetView and ClearView in /vis/viewer/refresh.
547
5482nd September 2005 John Allison (visman-V07-01-01)
549- Introduced optional second pass over run-duration models in
550 G4VSceneHandler::ProcessScene.
551
55220th July 2005 John Allison (visman-V07-01-00)
553- G4VisCommandsViewer.cc: Protected new viewer pointer.
554
5557th June 2005 John Allison (visman-V07-00-02)
556- /vis/scene/notifyHandlers: Fixed case of scene handler with no viewer.
557
55831st May 2005 John Allison (visman-V07-00-01)
559- G4VisCommandsSceneAdd.cc: Fixed /vis/scene/add/text to accept text
560 with spaces.
561- G4ViewParameters.cc: Printed WARNING: Viewpoint direction is very
562 close to the up vector direction.
Note: See TracBrowser for help on using the repository browser.