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
+61 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.90 2007/11/16 15:03:17 kmura Exp $
$Id: History,v 1.106 2008/11/27 00:49:06 kmura Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,66 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
27, November, 2008 K. Murakami (interfaces-V09-01-04)
- G4UIQt.cc: warning fix
21, November, 2008 K. Murakami (interfaces-V09-01-03)
-tagged for release 9.2
14 November, Laurent Garnier
- G4UIXm,G4Win32 : Renaming according to Geant4 code policy
6 November, Laurent Garnier
- G4Qt : Re-fix problem on some linux with QApplication, should be better
- G4Qt : Add availabity to launch a G4Qt without a G4UIQt
24 October, Laurent Garnier
- Change GEANT4_QT_DEBUG flag by QTDEBUG
- Suppress unuseful DEBUG messages
15 October, Laurent Garnier
- Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
- Fix a qt3 backward compatibility on G4UIQt.cc
7 October, Laurent Garnier
- Fix a G4cout possible problem cause by recursive G4cout call.
2 October, Laurent Garnier
- Add availability to have a external Qapp
22 July, 2008 K.Murakami (interfaces-V09-01-02)
- tagged
- direct exit calls are replaced with G4Exception/another way of exit
G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
G4UItcsh.cc : nomal exit instead of direct calling exit()
14 June, 2008 K.Murakami (interfaces-V09-01-01)
- tagged
30th April, Laurent Garnier
- Include moc config in GNUmakefile
10th March, Laurent Garnier
- Improvments for layout in Qt driver for Qt3
30th January 2007, Laurent Garnier
- Add a search area in the help widget
15th January 2007, Laurent Garnier
- Fixed some layout problems
- GNUmakefile : Added a macro for moc file
- Moc files : Suppression of all theses files. They are now autogenerated
thanks to config/common.gmk
15 January 2007, Koichi Murakami (interfaces-V09-01-00)
- G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
30 November 2007, Laurent Garnier
- G4UIQt : Some improvements for Qt3, corrections of some bugs
- G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
59, but this is not the right solution..
- GAG/Makefile : Suppression of linking on a unuseful library
16 November 2007, Koichi Murakami (interfaces-V09-00-03)
- G4UIGainServer.cc: cleared a compilation warning.
- tagged for the 9.1 release.