Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+72 -1
View File
@@ -1,4 +1,4 @@
$Id: History 97524 2016-06-03 14:26:34Z gcosmo $
$Id: History 101789 2016-11-28 15:31:24Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,77 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
25th November 2016 Laurent Garnier (interfaces-V10-02-13-interfaces-V10-02-14)
- G4UIQt:
o Fix a bug on Qt5.7 with an extra whitespace
- at the end of "search" in help tree
- at the end a the command line
11th November 2016 Laurent Garnier (interfaces-V10-02-12)
- G4UIQt:
o Fix a problem /run/beamOn 1. The parameter was not taken in account in the icon toolbar
8th November 2016 Laurent Garnier (interfaces-V10-02-11)
- G4UIQt:
o Fix a problem without default icon on mac + Qt5.5 : Sometimes I have a gray panel on left due do a to-early
show event for QToolbar
o Add a few protection against null pointer
7th November 2016 Laurent Garnier (interfaces-V10-02-10)
- G4UIQt:
o Fix Warning: "A toolBar icon "Run beam on" already exists with the same name!"
o Fix Warning: "command 'exit' does not exist"
o Fix a problem with selected icons (without default icons)
4th November 2016 Laurent Garnier (interfaces-V10-02-09 co-works with opengl-V10-02-20)
- G4UIQt:
o Remove (multiple) scene tree from a tab to put it in a single, auto-update widget
o Remove (multiple) viewer properties from a tab to put it in a outside dialog
o Remove (multiple) pick infos from a tab to put it in a outside dialog
o Lot of remaning in order to do previous work
o Fix a bd signal/slot connection for the filter of the scene tree (perhaps a bug in some cases)
o Change the pick icon
o Remove unused parameter
o Rename GetSceneTreeComponentsTBWidget -> GetSceneTreeWidget
3rd Nov 2016 Laurent Garnier (interfaces-V10-02-08)
- G4UIQt
o Bugfix on the /gui/defaultIcons command (does nothing before)
27th Oct 2016 Laurent Garnier (interfaces-V10-02-06, interfaces-V10-02-07)
- G4UIQt/G4InteractorMessenger/G4VInteractiveSession
o Add a new command /gui/defaultIcons to enable/disable Geant4 default icon toolbar
- G4UIQt :
o Add a default icon toolbar
27th Oct 2016 Brian Smith
- G4UIQt :
o Prevent potential Windows crash by protecting masterG4coutDestination assignment with #ifdef G4MULTITHREADED
7th Oct 2016 Laurent Garnier (interfaces-V10-02-05)
- G4UIQt :
o Fix a uninitialized value
7th Oct 2016 Laurent Garnier (interfaces-V10-02-04)
- G4UIQt :
o Move eventFilter init at sessionStart() : avoid bad init state in help tree and
events to be send twice or more
o Fix "Tab" completion on command line, was previously break by the QCompleter
o Fix tooltip on completion. Now tooltips are diplayed in multiple lines
6th Oct 2016 Laurent Garnier (interfaces-V10-02-03)
- G4UIQt
o completion widget for UIQt
15th Sept 2016 Laurent Garnier
- G4UIQt
o First draft of a completion widget for UIQt
8th June 2016 Laurent Garnier
- G4UIQt
o Add "save output" icon
o Better icon management in the code
3rd June 2016 Laurent Garnier (interfaces-V10-02-02)
- G4UIWin32: Re-Fixed compilation warnings on Win32 about HMENU.