Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
+51 -1
View File
@@ -6,10 +6,60 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-04-07 Gabriele Cosmo (opengl-V11-02-10)
## 2025-05-23 Andrea Barresi (opengl-V11-03-06)
- G4OpenGLWin32Viewer:
- Added SwitchToMasterThread method to draw trajectories at the end of run in MT mode.
## 2025-05-12 Andrea Barresi (opengl-V11-03-05)
- G4OpenGLQtViewer.cc:
- Fixed the original pick feature to show pick info window and removed the workaround.
## 2025-04-29 John Allison (opengl-V11-03-04)
- G4OpenGLQtViewer.cc:
- Restore pick information window (workaround) in the OGLSQt driver.
- For some reason - maybe recent "improvements" - the current pick feature
does not work. Investigation shows that information is picked, as designed,
but the pick information window does not show. So far, we have not
been able to find the problem - hence this workaround.
- This workaround is a single block of code, ll.4630-4661, that can easily
be removed if the original problem is understood and fixed.
- In this workaround, each picked object causes a window of information
to pop up. They are standalone windows, and may be kept or deleted. They
are cleaned up by Qt at end of job.
- Remove some commented out statements left over from the previous tag.
- With the introduction of the new scene tree, there should never be a
reason to use /vis/touchable/set commands. In fact to do so interferes
with the new scene tree.
## 2025-04-09 John Allison (opengl-V11-03-03)
- G4OpenGLQtViewer.cc:
- Comment out calls to TouchableSetVisibility/Colour.
- No longer needed since the introduction of the new scene tree.
- Actually interferes with the new scene tree.
- Comment out some debug printing to std::cout.
## 2025-04-07 Gabriele Cosmo (opengl-V11-03-02)
- Fixed compilation errors on Windows in G4OpenGLWin32Viewer, triggered when
enabling GL WIN32 support, as reported in problem report #2599.
## 2025-02-01 John Allison (opengl-V11-03-01)
- Co-works: visman-V11-03-02.
- G4OpenGLStoredViewer.cc:
- Follow changes in G4ViewParameters.
## 2025-01-06 John Allison (opengl-V11-03-00)
- Co-works: visman-V11-03-00, interfaces-V11-03-00, modeling-V11-03-00,
visQt3D-V11-03-00, vis_toolssg-V11-03-00, openinventor-V11-03-00,
greps-V11-03-00.
- Re-instate the transparency slider (see lengthy explanation in management/History).
- G4OpenGLImmediateSceneHandler:
- Minor improvement to comment.
- G4OpenGLStoredViewer:
- Initiate kernel visit if TransparencyByDepth or its options change.
- G4OpenGLStoredQtViewer:
- Initiate kernel visit if TransparencyByDepth or its options change.
- (Not sure the Qt viewer needs its own compare function.)
## 2024-09-13 John Allison (opengl-V11-02-09)
- G4OpenGLStoredQtSceneHandler.cc:
- G4OpenGLStoredQtSceneHandler::ClearStore():