Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -16,6 +16,36 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
29 November 2020 Gabriele Cosmo (interfaces-V10-06-11)
|
||||
- G4UIQt.cc: protected MT code within G4MULTITHREADED in workaround
|
||||
introduced previously.
|
||||
|
||||
09 November 2020 John Allison (interfaces-V10-06-10)
|
||||
- G4UIQt.cc:
|
||||
o Re "workaround" (interfaces-V10-06-08), it seems workers write
|
||||
to std::cout/cerr anyway (is that a bug?) so limit this workaround
|
||||
to the master thread.
|
||||
|
||||
16 November 2020 Gabriele Cosmo (interfaces-V10-06-09)
|
||||
- Fixed typos in printed-out text. Addressing problem report #2285.
|
||||
|
||||
09 November 2020 John Allison (interfaces-V10-06-08)
|
||||
- G4UIQt.cc:
|
||||
o As a workaround to the problem of loss of output in the case of
|
||||
a crash or G4Exception:
|
||||
- Send G4cout/cerr also to std::cout/cerr so that output is not lost.
|
||||
|
||||
21 September 2020 John Allison (interfaces-V10-06-07)
|
||||
- G4Qt.cc: Add the following to fix a problem with Windows - see
|
||||
https://geant4-forum.web.cern.ch/t/blue-screen-when-running-b1-example-using-qt/3144
|
||||
#ifdef WIN32
|
||||
qApp->setAttribute( Qt::AA_UseDesktopOpenGL );
|
||||
#endif
|
||||
|
||||
28 August 2020 Ben Morgan (interfaces-V10-06-06)
|
||||
- GEANT4_USE_INVENTOR for SoXt activates use of Xm, so we do not
|
||||
need to check for use of inventor in setting up Xt, only GEANT4_USE_XM.
|
||||
|
||||
19 June 2020 John Allison (interfaces-V10-06-05)
|
||||
- Fix Qt 5.15 deprecation warnings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user