Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+82 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.103 2007/11/19 19:45:39 perl Exp $
$Id: History,v 1.120 2008/11/21 21:56:28 perl Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,87 @@ committal in the CVS repository !
History file for visualization/OpenGL
-------------------------------------
24 October, Laurent Garnier (opengl-V09-01-03)
- Change GEANT4_QT_DEBUG flag by QTDEBUG
- Suppress unuseful DEBUG messages
12th October Laurent Garnier
- G4OpenGLQtExportDialog : improvments for Qt3"
- G4OpenGLQtViewer,G4OpenGLImmediateQtViewer,G4OpenGLStoreQtViewer : Add the name on OpenGlQt viewers
- G4OpenGLStoredQtViewer,G4OpenGLImmediateQt, G4OpenGLStoredQt : Change OGLSQT and OGLIQT by OGLSQt and OGLIQt
2 October Laurent Garnier
- Fix a crash when there was no scene.
28 July Laurent Garnier
- Fix a bug in XmRotation panel introduce in last commit by myself.
20th June 2008 Laurent Garnier
- Correct some warnings
- Move rotation code of Xm and Qt in G4OpenGLViewer::rotateScene. Same code in now shared
12th June 2008 Laurent Garnier
- Emit signals when moving/rotate scene, in order to get them in external app
28th Mai 2008 Laurent Garnier
- Add mouse wheel zoom commands
28th April 2008 Laurent Garnier
- Add better moc control/compilation step in GNUmakefile
- Fix a problem when launching QT VIS without QT UI (N02 for example)
28th April 2008 John Allison (opengl-V09-01-02)
- G4OpenGLStoredSceneHandler: Tidied constructors of nested classes.
4th April 2008 John Allison (opengl-V09-01-01)
- Fixed DBL_MAX problem in 2D drawing:
o changed G4OPENGL_DBL_MAX to G4OPENGL_FLT_BIG.
- Fix gcc-4.3.0 compiler warnings.
11th March 2008, Laurent Garnier
- Resolve QT3 compilation errors
10th March 2008, Laurent Garnier
- Add a dialog panel to make movies (Right button->Actions->Movie parameters)
- Add ability to "auto rotate" volume launched with quick mouse move
- Lots of improvments for Qt3
- Improvments on moving steps with shortcuts
- Could now select between orthogonal/perspective view mode
1st February 2008 John Allison
- G4OpenGLQtViewer.cc: Fix #ifdef QT protection.
- G4OpenGLSceneHandler.cc: Small improvement to logic of setting GL_LIGHTING.
30th January 2008, Laurent Garnier
- Add moving camera on left/right/up/down arrown, going forward/backward
on SHIFT+up/down, zoom in with +/- keys
- Add a context menu entry for projection perspective/orthographic
- Fix some bugs on windows in export dialog
15th January 2008, Laurent Garnier
- Fixed some layout problems on export dialog box
- Some improvements on exports formats
- Fix a bug in the help command : The clic callback on a item was not
working on windows
- Fix a crash at exit when launched on a MAC.
- EPS export format is now ready for Qt3
- Add Vectoriel EPS export format
- Fix an aspect ratio deformation when resize the widget
- Fix a crash at launch with leopard
- When selecting the "move" mouse action, this action was set even when
mouse button was released. Fixed : Now we should clic to have the move action
- GNUmakefile : Added a macro for moc file
- Moc files : Suppression of all theses files. They are now autogenerated
thanks to config/common.gmk
4th January 2008 John Allison (opengl-V09-01-00)
- Implemented extended 2D interface.
30th November 2007 Laurent Garnier
- Improvements for Qt3
- moc files : Adding other versions for QT_MOC_REVISION 28,58 and
59, but this is not the right solution..
19th November 2007 Joseph Perl (for Laurent Garnier) (opengl-V09-00-04)
- Added GEANT4_QT_DEBUG flag to more places