Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/interfaces/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /interfaces/History (Version 11.3.0) and /interfaces/History (Version 11.2.2)


  1 # Category interfaces History                       1 # Category interfaces History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological       4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for wr      5 It must **not** be used as a substitute for writing good git commit messages!
  6                                                     6 
  7 ----------------------------------------------      7 -------------------------------------------------------------------------------
  8                                                     8 
  9 ## 2024-10-25 John Allison (interfaces-V11-02- <<   9 ## 2024-03-13 Gabriele Cosmo (interfaces-V11-01-32)
 10 - G4UIQt.cc:                                   << 
 11   - G4UIQt::FilterOutput(): Fix compilation er << 
 12     - Use .data().                             << 
 13                                                << 
 14 ## 2024-10-22 John Allison (interfaces-V11-02- << 
 15 - G4UIQt.cc:                                   << 
 16   - G4UIQt::NewSceneTreeItemTreeWidget::ActWit << 
 17     - Allow larger integers in widget response << 
 18                                                << 
 19 ## 2024-10-17 John Allison (interfaces-V11-02- << 
 20 - G4UIQt.cc:                                   << 
 21   - Fix case of opacity==0 for touchables.     << 
 22     - Normally the sceneTreeItem will be updat << 
 23       commands, but if the user sets the opaci << 
 24       transmit it (this is because some users  << 
 25       invisible - perhaps they should use the  << 
 26       By design, the sceneTreeItem remains, so << 
 27       the colour will not be updated, so we do << 
 28   if (newColour.GetAlpha() == 0.) {            << 
 29     sceneTreeItem->AccessVisAttributes().SetCo << 
 30   }                                            << 
 31                                                << 
 32 ## 2024-07-15 Gabriele Cosmo (interfaces-V11-0 << 
 33 - Fixed reported Coverity defects, use consist << 
 34   avoid implicit copy.                         << 
 35                                                << 
 36 ## 2024-07-10 Guy Barrand (interfaces-V11-02-0 << 
 37 - G4UIWin32.cc: in ConvertNewLines(), replace: << 
 38     str.replace(index, 2, "\r\n");             << 
 39   by:                                          << 
 40     str.replace(index, 1, "\r\n");             << 
 41   It fixes a "swallow of first character" bug  << 
 42                                                << 
 43 ## 2024-05-30 Guy Barrand (interfaces-V11-02-0 << 
 44 - G4UIQt.cc: Qt6: modifications to avoid the G << 
 45   and have the "ApplyCommand(/vis/viewer/selec << 
 46   "currentChanged signal/slot" mechanism.      << 
 47   Then have the "ApplyCommand(/vis/viewer/sele << 
 48   G4UIQt::UpdateTabWidget() method. We comment << 
 49   G4QTabWidget that does not look needed anymo << 
 50   These modifications, along the ones aroun G4 << 
 51   (see vis/OpenGL/History), permit to avoid cr << 
 52   most platforms, by using the Qt6/QOpenGLWidg << 
 53   also ok with the TSG, Qt3D, Vtk viewers used << 
 54   Tested on macOS, Linux, Windows for the OGLI << 
 55   macOS, Linux for the Vtk viewer.             << 
 56                                                << 
 57 ## 2024-05-08 Ben Morgan (interfaces-V11-02-04 << 
 58 - Remove use of no longer supported TiMemory   << 
 59                                                << 
 60 ## 2024-03-13 Gabriele Cosmo (interfaces-V11-0 << 
 61 - Fixed string assignments in G4Win32 and G4UI     10 - Fixed string assignments in G4Win32 and G4UIWin32, to support either UNICODE
 62   or UTF-16 encoding on Windows. Addressing pr     11   or UTF-16 encoding on Windows. Addressing problem report #2599.
 63                                                    12   
 64 ## 2024-02-02 Gabriele Cosmo (interfaces-V11-0 <<  13 ## 2024-02-02 Gabriele Cosmo
 65 - Use std::size_t as arrays size in G4Interact     14 - Use std::size_t as arrays size in G4InteractorMessenger and G4UIArrayString.
 66                                                << 
 67 ## 2024-01-22 John Allison (interfaces-V11-02- << 
 68 - Co-works with visman-V11-02-04, modeling-V11 << 
 69 - G4UIQt.cc:                                   << 
 70   - Load tooltip with "further information", i << 
 71     - Informs user if scene tree is suppressed << 
 72                                                << 
 73 ## 2024-01-16 John Allison (interfaces-V11-02- << 
 74 - Co-works with visman-V11-02-02 and modeling- << 
 75 - Improve identification of scene tree models  << 
 76   embedded blanks.                             << 
 77 - G4UIQt.cc: Now all models treated alike.     << 
 78                                                    15 
 79 ## 2023-11-06 John Allison (interfaces-V11-01-     16 ## 2023-11-06 John Allison (interfaces-V11-01-31)
 80 - Requires visman-V11-01-31.                       17 - Requires visman-V11-01-31.
 81 - G4UIQt::SceneTreeItemClicked:                    18 - G4UIQt::SceneTreeItemClicked:
 82   - Use text to identify text models.              19   - Use text to identify text models.
 83     - Allows one to distinguish multiple text      20     - Allows one to distinguish multiple text models.
 84                                                    21 
 85 ## 2023-11-04 John Allison (interfaces-V11-01-     22 ## 2023-11-04 John Allison (interfaces-V11-01-30)
 86 - G4UIQt::SceneTreeItemClicked:                    23 - G4UIQt::SceneTreeItemClicked:
 87   - Use PV name to identify PV model in scene      24   - Use PV name to identify PV model in scene tree.
 88     - This allows multiple PV models in the sc     25     - This allows multiple PV models in the scene and each to be separately
 89       identified.                                  26       identified.
 90   - Avoid setting daughtersInvisible flag if t     27   - Avoid setting daughtersInvisible flag if there are no daughters.
 91                                                    28 
 92 ## 2023-10-19 John Allison (interfaces-V11-01-     29 ## 2023-10-19 John Allison (interfaces-V11-01-29)
 93 - G4UIQt::BuildPVQTree:                            30 - G4UIQt::BuildPVQTree:
 94   - Reduce tooltip for a touchable to a simple     31   - Reduce tooltip for a touchable to a simple two-lines:
 95     - PVPath, e.g., "World 0 Envelope 0 Shape1     32     - PVPath, e.g., "World 0 Envelope 0 Shape1 0"
 96     - "To see properties, right-click/dump."       33     - "To see properties, right-click/dump."  
 97                                                    34 
 98 ## 2023-10-17 John Allison (interfaces-V11-01-     35 ## 2023-10-17 John Allison (interfaces-V11-01-28)
 99 - G4UIQt::NewSceneTreeItemTreeWidget::ActWitho     36 - G4UIQt::NewSceneTreeItemTreeWidget::ActWithoutParameter:
100   - Special case for right-click "dump":           37   - Special case for right-click "dump":
101     - Pop up message window that may be suppre     38     - Pop up message window that may be suppressed.
102     - Message the first 1000 characters but su     39     - Message the first 1000 characters but suggest a full dump
103       to session output if desired, or close.      40       to session output if desired, or close.
104       - The full dump is too much for a QMessa     41       - The full dump is too much for a QMessageBox.
105                                                    42 
106 ## 2023-10-09 John Allison (interfaces-V11-01-     43 ## 2023-10-09 John Allison (interfaces-V11-01-27)
107 - G4UIQt::SceneTreeItemClicked:                    44 - G4UIQt::SceneTreeItemClicked:
108   - Make daughters invisible when volume check     45   - Make daughters invisible when volume checked invisible.
109     - Pop up a window of explanation: "This ac     46     - Pop up a window of explanation: "This action makes this volume and all
110       descendants invisible. To see descendant     47       descendants invisible. To see descendants, right-click and select
111       daughtersInvisible/false and check visib     48       daughtersInvisible/false and check visibility of descendants individually."
112     - This pop-up uses QMessageBox. In my opin     49     - This pop-up uses QMessageBox. In my opinion it's a little clumsy. I would
113       have preferred a more tailored window mo     50       have preferred a more tailored window more closely associated with the
114       the scene tree item, so if any knows a b     51       the scene tree item, so if any knows a better way...      
115                                                    52 
116 ## 2023-10-03 John Allison (interfaces-V11-01-     53 ## 2023-10-03 John Allison (interfaces-V11-01-26)
117 - G4UIQt::CreateCommandWidget:                     54 - G4UIQt::CreateCommandWidget:
118   - Fix typo - "green" should be "blue".           55   - Fix typo - "green" should be "blue".
119                                                    56 
120 ## 2023-09-05 Ben Morgan (interfaces-V11-01-25     57 ## 2023-09-05 Ben Morgan (interfaces-V11-01-25)
121 - Set AUTOMOC property on module when Qt used.     58 - Set AUTOMOC property on module when Qt used.
122                                                    59 
123 ## 2023-09-03 John Allison (interfaces-V11-01-     60 ## 2023-09-03 John Allison (interfaces-V11-01-24)
124 - G4UIQt.cc: Fix bug in SceneTreeItemClicked w     61 - G4UIQt.cc: Fix bug in SceneTreeItemClicked when invoking /vis/scene/activateModel.
125   - The description may have spaces - use subs     62   - The description may have spaces - use substring up to first space.
126                                                    63 
127 ## 2023-07-03 Ben Morgan (interfaces-V11-01-23     64 ## 2023-07-03 Ben Morgan (interfaces-V11-01-23)
128 - Fix Coverity reports 23063, 104864.              65 - Fix Coverity reports 23063, 104864.
129 - Workaround changes in QEvent globalPos/globa     66 - Workaround changes in QEvent globalPos/globalPosition for Qt5 and 6.
130                                                    67 
131 ## 2023-07-01 John Allison (interfaces-V11-01-     68 ## 2023-07-01 John Allison (interfaces-V11-01-22)
132 - G4UIQt: Choose sub-set of commands suitable      69 - G4UIQt: Choose sub-set of commands suitable for the pop-up menu.
133                                                    70 
134 ## 2023-07-01 John Allison (interfaces-V11-01-     71 ## 2023-07-01 John Allison (interfaces-V11-01-21)
135 - G4UIQt: Implement right-click pop-up menu fo     72 - G4UIQt: Implement right-click pop-up menu for touchables in new scene tree.
136                                                    73 
137 ## 2023-06-07 John Allison (interfaces-V11-01-     74 ## 2023-06-07 John Allison (interfaces-V11-01-20)
138 - Rework double-click using QTreeWidget::itemD     75 - Rework double-click using QTreeWidget::itemDoubleClicked.
139   - Was using QWidget::mouseDoubleClickEvent (     76   - Was using QWidget::mouseDoubleClickEvent (I had not noticed the above - much better).
140                                                    77 
141 ## 2023-05-31 Ben Morgan (interfaces-V11-01-19     78 ## 2023-05-31 Ben Morgan (interfaces-V11-01-19)
142 - Remove support for Qt < 5.9                      79 - Remove support for Qt < 5.9
143   - Clarify remaining version checks using QT_     80   - Clarify remaining version checks using QT_VERSION_CHECK instead of raw hex
144                                                    81 
145 ## 2023-05-30 John Allison (interfaces-V11-01-     82 ## 2023-05-30 John Allison (interfaces-V11-01-18)
146 - G4UIQt: Fix implicit size to int precision l     83 - G4UIQt: Fix implicit size to int precision loss warnings.
147                                                    84 
148 ## 2023-05-18 John Allison (interfaces-V11-01-     85 ## 2023-05-18 John Allison (interfaces-V11-01-17)
149 - G4UIQt: Improve command - allow for leading      86 - G4UIQt: Improve command - allow for leading space in pvpath.
150                                                    87 
151 ## 2023-05-18 John Allison (interfaces-V11-01-     88 ## 2023-05-18 John Allison (interfaces-V11-01-16)
152 - G4UIQt: New scene tree: Add colour choice.       89 - G4UIQt: New scene tree: Add colour choice.
153   - Introduce G4UIQt::NewSceneTreeItemTreeWidg     90   - Introduce G4UIQt::NewSceneTreeItemTreeWidget::mouseDoubleClickEvent.
154   - Some tidying.                                  91   - Some tidying.
155                                                    92 
156 ## 2023-05-09 John Allison (interfaces-V11-01-     93 ## 2023-05-09 John Allison (interfaces-V11-01-15)
157 - Coworks: visman-V11-01-10 and greps-V11-01-0     94 - Coworks: visman-V11-01-10 and greps-V11-01-04.
158 - G4UIQt:                                          95 - G4UIQt:
159   - Implement callbacks SceneTreeItemExpanded      96   - Implement callbacks SceneTreeItemExpanded and SceneTreeItemCollapsed.
160                                                    97 
161 ## 2023-04-26 Ben Morgan (interfaces-V11-01-14     98 ## 2023-04-26 Ben Morgan (interfaces-V11-01-14)
162 - Remove header no longer used in Qt5, which i     99 - Remove header no longer used in Qt5, which is also not present in Qt6
163                                                   100 
164 ## 2023-04-24 Guy Barrand (interfaces-V11-01-1    101 ## 2023-04-24 Guy Barrand (interfaces-V11-01-13)
165 - G4UIQt: Fix QSplitter issue - necessary for     102 - G4UIQt: Fix QSplitter issue - necessary for Qt6.
166                                                   103 
167 ## 2023-04-23 John Allison (interfaces-V11-01-    104 ## 2023-04-23 John Allison (interfaces-V11-01-12)
168 - G4UIQt.cc: Fix compilation warning - "set bu    105 - G4UIQt.cc: Fix compilation warning - "set but not used".
169                                                   106 
170 ## 2023-04-14 John Allison (interfaces-V11-01-    107 ## 2023-04-14 John Allison (interfaces-V11-01-11)
171 - Co-working: visman-V11-01-04, greps-V11-01-0    108 - Co-working: visman-V11-01-04, greps-V11-01-03, opengl-V11-01-06,
172   openinventor-V11-01-04, vis_toolssg-V11-01-0    109   openinventor-V11-01-04, vis_toolssg-V11-01-05.
173 - New Scene Tree Phase 2 - first implementatio    110 - New Scene Tree Phase 2 - first implementation of a no-frills GUI-side
174   - See visualization/management/History for f    111   - See visualization/management/History for full description.
175 - G4VInteractiveSession:                          112 - G4VInteractiveSession:
176   - Add virtual void UpdateSceneTree(const G4S    113   - Add virtual void UpdateSceneTree(const G4SceneTreeItem&).
177 - G4UIQt:                                         114 - G4UIQt:
178   - Instrument UpdateSceneTree.                   115   - Instrument UpdateSceneTree.
179     - Hitherto it was empty - now it actually     116     - Hitherto it was empty - now it actually does something.
180   - Add further functions for the "new" scene     117   - Add further functions for the "new" scene tree:
181 ```                                               118 ```
182   // Create the "mother" widget                   119   // Create the "mother" widget
183   QWidget* CreateSceneTreeWidget();               120   QWidget* CreateSceneTreeWidget();
184   // Create and connect the actual tree widget    121   // Create and connect the actual tree widget
185   void CreateSceneTreeComponent();                122   void CreateSceneTreeComponent();
186   // What to do if a scene tree item is clicke    123   // What to do if a scene tree item is clicked
187   void SceneTreeItemClicked(QTreeWidgetItem* i    124   void SceneTreeItemClicked(QTreeWidgetItem* item);
188   // Build Physical Volume tree of touchables     125   // Build Physical Volume tree of touchables
189   void BuildPVQTree(const G4SceneTreeItem& g4s    126   void BuildPVQTree(const G4SceneTreeItem& g4stItem, QTreeWidgetItem* qtwItem);
190 ```                                               127 ```
191   - Add new data members:                         128   - Add new data members:
192 ```                                               129 ```
193   QWidget* fNewSceneTreeWidget;                   130   QWidget* fNewSceneTreeWidget;
194   QTreeWidget* fSceneTreeItemTreeWidget;          131   QTreeWidget* fSceneTreeItemTreeWidget;
195 ```                                               132 ```
196                                                   133 
197 ## 2023-03-28 John Allison (interfaces-V11-01-    134 ## 2023-03-28 John Allison (interfaces-V11-01-10)
198 - G4UIQt: Introduce UpdateSceneTree(const G4Sc    135 - G4UIQt: Introduce UpdateSceneTree(const G4SceneTreeItem&).
199   - Empty except for some commented out debug     136   - Empty except for some commented out debug statements.
200 - sources.cmake:                                  137 - sources.cmake:
201   - Add G4graphics_reps to the PUBLIC section     138   - Add G4graphics_reps to the PUBLIC section of geant4_module_link_libraries.
202                                                   139 
203 ## 2023-03-22 Ben Morgan (interfaces-V11-01-09    140 ## 2023-03-22 Ben Morgan (interfaces-V11-01-09)
204 - Export public compile definitions to indicat    141 - Export public compile definitions to indicate availablity of specific UIs. Moves to
205   "use on link" model.                            142   "use on link" model.
206                                                   143 
207 ## 2023-02-21 John Allison (interfaces-V11-01-    144 ## 2023-02-21 John Allison (interfaces-V11-01-08)
208 - G4UIQt: Move "smart warning" code outside mu    145 - G4UIQt: Move "smart warning" code outside mutex lock to avoid double locking.
209                                                   146 
210 ## 2023-02-20 Igor Semeniouk (interfaces-V11-0    147 ## 2023-02-20 Igor Semeniouk (interfaces-V11-01-07)
211 - G4UIQt : Replace G4int by int in QT signal/s    148 - G4UIQt : Replace G4int by int in QT signal/slots
212                                                   149 
213 ## 2023-02-16 John Allison (interfaces-V11-01-    150 ## 2023-02-16 John Allison (interfaces-V11-01-06)
214 - G4UIQt (again!): Use the same mutex for all     151 - G4UIQt (again!): Use the same mutex for all 3 output streams.
215   - I had an app that hammered all 3 output st    152   - I had an app that hammered all 3 output streams from 8 worker threads
216     and the vis sub-thread simultaneously and     153     and the vis sub-thread simultaneously and occasionally the output to
217     Qt UI output window was very strange. This    154     Qt UI output window was very strange. This MR fixed it for me.
218                                                   155   
219 ## 2023-02-15 John Allison (interfaces-V11-01-    156 ## 2023-02-15 John Allison (interfaces-V11-01-05)
220 - G4UIQt.cc: Fix mutex bug in implementation o    157 - G4UIQt.cc: Fix mutex bug in implementation of G4UIQt::ReceiveG4debug.
221   - Move "workaround output" (std::cout) under    158   - Move "workaround output" (std::cout) under control of mutex.
222   - Limit "workaround output" to master thread    159   - Limit "workaround output" to master thread.
223     - This "workaround" is to make sure all fl    160     - This "workaround" is to make sure all flushed output appears on
224       the terminal after a crash, because even    161       the terminal after a crash, because even flushed output can
225       get lost in the Qt UI system.               162       get lost in the Qt UI system.
226       But...it seems workers write to std::cou    163       But...it seems workers write to std::cout/cerr anyway (is that a bug?),
227       so limit this to the master thread          164       so limit this to the master thread
228     - See also interfaces-V10-06-08 and interf    165     - See also interfaces-V10-06-08 and interfaces-V10-06-10.
229                                                   166 
230 ## 2023-02-07 Ben Morgan (interfaces-V11-01-04    167 ## 2023-02-07 Ben Morgan (interfaces-V11-01-04)
231 - Apply clang-tidy, clang-format fixes togethe    168 - Apply clang-tidy, clang-format fixes together with public/protected/private ordering
232                                                   169 
233 ## 2023-01-30 Ben Morgan (interfaces-V11-01-03    170 ## 2023-01-30 Ben Morgan (interfaces-V11-01-03)
234 - Refactor modules into G4UIcore and G4UIimple    171 - Refactor modules into G4UIcore and G4UIimplementation to isolate core/always on
235   functionality from concrete UIs requiring ex    172   functionality from concrete UIs requiring external libraries.
236   - Both modules are still built into a G4inte    173   - Both modules are still built into a G4interfaces library, with no change to
237     user interface for applications.              174     user interface for applications. 
238                                                   175 
239 ## 2023-01-15 John Allison (interfaces-V11-01-    176 ## 2023-01-15 John Allison (interfaces-V11-01-02)
240 - Tentative implementation of user-specified o    177 - Tentative implementation of user-specified output styles - /gui/outputStyle.
241   - Output streams: cout cerr warn error debug    178   - Output streams: cout cerr warn error debug.
242     - This extendible - see G4VInteractiveSess    179     - This extendible - see G4VInteractiveSession.hh.
243   - Only used by G4UIQt at present.               180   - Only used by G4UIQt at present.
244   - Based on existing design in G4UIQt.           181   - Based on existing design in G4UIQt.
245     - Some is a little specific, such as highl    182     - Some is a little specific, such as highlight in cout, which, in G4UIQt,
246       highlights only echoed commands, i.e., c    183       highlights only echoed commands, i.e., commands echoed by
247       "/control/verbose 2".                       184       "/control/verbose 2".
248   - A general implementation of user specified    185   - A general implementation of user specified styles - including, for
249     example, colour, font size, italics - woul    186     example, colour, font size, italics - would be a big job. Here
250     we implement just a few features that have    187     we implement just a few features that have proved to be useful.
251                                                   188 
252 ## 2023-01-09 Ben Morgan (interfaces-V11-01-01    189 ## 2023-01-09 Ben Morgan (interfaces-V11-01-01)
253 - Implement ReceiveG4debug for concrete sessio    190 - Implement ReceiveG4debug for concrete sessions.
254                                                   191 
255 ## 2022-12-12 Ben Morgan (interfaces-V11-01-00    192 ## 2022-12-12 Ben Morgan (interfaces-V11-01-00)
256 - Remove obsolete GNUmakefile scripts             193 - Remove obsolete GNUmakefile scripts
257                                                   194 
258 ## 2022-11-24 Gabriele Cosmo (interfaces-V11-0    195 ## 2022-11-24 Gabriele Cosmo (interfaces-V11-00-10)
259 - Fixed compilation warnings for implicit type    196 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
260                                                   197 
261 ## 2022-10-08 Gabriele Cosmo (interfaces-V11-0    198 ## 2022-10-08 Gabriele Cosmo (interfaces-V11-00-09)
262 - Avoid use of temporaries introduced in previ    199 - Avoid use of temporaries introduced in previous tag.
263                                                   200 
264 ## 2022-10-07 Gabriele Cosmo (interfaces-V11-0    201 ## 2022-10-07 Gabriele Cosmo (interfaces-V11-00-08)
265 - Fixed compilation warnings on Intel/icc for     202 - Fixed compilation warnings on Intel/icc for deprecated conversion of string
266   literal to char* in G4UIXm.                     203   literal to char* in G4UIXm.
267                                                   204 
268 ## 2022-09-22 Ben Morgan (interfaces-V11-00-07    205 ## 2022-09-22 Ben Morgan (interfaces-V11-00-07)
269 - Apply patch for MinGW from [GitHub PR 51](ht    206 - Apply patch for MinGW from [GitHub PR 51](https://github.com/Geant4/geant4/pull/51)
270                                                   207 
271 ## 2022-05-03 Ben Morgan (interfaces-V11-00-06    208 ## 2022-05-03 Ben Morgan (interfaces-V11-00-06)
272 - Preliminary build support for Qt5 and Qt6       209 - Preliminary build support for Qt5 and Qt6
273                                                   210 
274 ## 2022-04-13 Ben Morgan (interfaces-V11-00-05    211 ## 2022-04-13 Ben Morgan (interfaces-V11-00-05)
275 - Add dependency on Qt5 Widgets to G4UIcommon     212 - Add dependency on Qt5 Widgets to G4UIcommon
276                                                   213 
277 ## 2022-03-22 Ben Morgan (interfaces-V11-00-04    214 ## 2022-03-22 Ben Morgan (interfaces-V11-00-04)
278 - Use geant4_module_sources to add optional so    215 - Use geant4_module_sources to add optional sources
279 - Add required G4VIS_USE_VTK_QT flag here inst    216 - Add required G4VIS_USE_VTK_QT flag here instead of G4visVtk
280                                                   217 
281 ## 2022-02-09 Gabriele Cosmo (interfaces-V11-0    218 ## 2022-02-09 Gabriele Cosmo (interfaces-V11-00-03)
282 - Fixed compilation warning on Intel compiler     219 - Fixed compilation warning on Intel compiler for shadowing data.
283                                                   220 
284 ## 2022-01-30 John Allison (interfaces-V11-00-    221 ## 2022-01-30 John Allison (interfaces-V11-00-02)
285 - `G4InteractorMessenger`: Prevent propagation    222 - `G4InteractorMessenger`: Prevent propagation of /gui/ commands to workers.
286                                                   223 
287 ## 2022-01-28 Ben Morgan (interfaces-V11-00-01    224 ## 2022-01-28 Ben Morgan (interfaces-V11-00-01)
288 - Replace `geant4_global_library_target` with     225 - Replace `geant4_global_library_target` with direct file inclusion and
289   call to `geant4_add_category` to define libr    226   call to `geant4_add_category` to define library build from source modules.
290                                                   227 
291 ## 2021-12-10 Ben Morgan (interfaces-V11-00-00    228 ## 2021-12-10 Ben Morgan (interfaces-V11-00-00)
292 - Change to new Markdown History format.          229 - Change to new Markdown History format.
293                                                   230 
294 ---                                               231 ---
295                                                   232 
296 # History entries prior to 11.0                   233 # History entries prior to 11.0
297                                                   234 
298 11 November 2021 - Koichi Murakami (interfaces    235 11 November 2021 - Koichi Murakami (interfaces-V10-07-23)
299 - Add verbose setting in G4UIExecutive [BZ-240    236 - Add verbose setting in G4UIExecutive [BZ-2402]
300                                                   237 
301 8 November 2021 - Ben Morgan (interfaces-V10-0    238 8 November 2021 - Ben Morgan (interfaces-V10-07-22)
302 - Retire G4UI/G4INTY_... preprocessor symbols     239 - Retire G4UI/G4INTY_... preprocessor symbols in toolkit build, only required
303   by obsolete GNUmake system                      240   by obsolete GNUmake system
304                                                   241 
305 02 November 2021 - Laurent Garnier (interfaces    242 02 November 2021 - Laurent Garnier (interfaces-V10-07-21)
306 - Fix HTML links in Qt UI Start page              243 - Fix HTML links in Qt UI Start page
307                                                   244 
308 28 October 2021 - John Allison (interfaces-V10    245 28 October 2021 - John Allison (interfaces-V10-07-20)
309 - G4UIQt.cc: Replace '<' by "&lt" in session o    246 - G4UIQt.cc: Replace '<' by "&lt" in session output.
310                                                   247 
311 25 October 2021 - Ben Morgan (interfaces-V10-0    248 25 October 2021 - Ben Morgan (interfaces-V10-07-19)
312 - Use G4StrUtil functions replacing deprecated    249 - Use G4StrUtil functions replacing deprecated G4String member functions
313                                                   250 
314 19 October 2021 - Ben Morgan (interfaces-V10-0    251 19 October 2021 - Ben Morgan (interfaces-V10-07-18)
315 - Don't discard return value of G4String::stri    252 - Don't discard return value of G4String::strip.
316                                                   253 
317 18 October 2021 - B. Morgan (interfaces-V10-07    254 18 October 2021 - B. Morgan (interfaces-V10-07-17)
318 - Use std::string member functions from G4Stri    255 - Use std::string member functions from G4String in place of synonyms
319                                                   256 
320 04 October 2021 - Stewart Boogert / Laurie Nev    257 04 October 2021 - Stewart Boogert / Laurie Nevay (interfaces-V10-07-16)
321 - Add context for VtkQt visualisation driver      258 - Add context for VtkQt visualisation driver
322                                                   259 
323 1 October 2021 Ben Morgan (interfaces-V10-07-1    260 1 October 2021 Ben Morgan (interfaces-V10-07-15)
324 - Use proper enum interface for G4String::stri    261 - Use proper enum interface for G4String::strip
325                                                   262 
326 25 September 2021  Ben Morgan (interfaces-V10-    263 25 September 2021  Ben Morgan (interfaces-V10-07-14)
327 - Remove no longer support GAG/Gain UI            264 - Remove no longer support GAG/Gain UI
328                                                   265 
329 21 September 2021  Guilherme Amadio (interface    266 21 September 2021  Guilherme Amadio (interfaces-V10-07-13)
330 - Fix C++20 warnings from GCC 11.2.0.             267 - Fix C++20 warnings from GCC 11.2.0.
331                                                   268 
332 12 Jujy 2021  Igor Semeniouk (interfaces-V10-0    269 12 Jujy 2021  Igor Semeniouk (interfaces-V10-07-12)
333 - G4UIQt.hh: add fExitIcon pointer                270 - G4UIQt.hh: add fExitIcon pointer
334 - G4UIQt.cc: "exit" icon and extension selecti    271 - G4UIQt.cc: "exit" icon and extension selection
335 - G4InteractorMessenger.cc - allow use exit ic    272 - G4InteractorMessenger.cc - allow use exit icon by user
336                                                   273 
337 23 June 2021  Igor Semeniouk (interfaces-V10-0    274 23 June 2021  Igor Semeniouk (interfaces-V10-07-11)
338 - G4UIQt.cc: Fix "Viewer Properties" window op    275 - G4UIQt.cc: Fix "Viewer Properties" window opened on Startup
339   o "viewer" window must be constructed with s    276   o "viewer" window must be constructed with setVisiable(false)
340                                                   277 
341 22 April 2021 Ben Morgan (interfaces-V10-07-10    278 22 April 2021 Ben Morgan (interfaces-V10-07-10)
342 - G4UIQt.cc: Deal properly with creation and d    279 - G4UIQt.cc: Deal properly with creation and deletion of Viewer Properties
343                                                   280 
344 19 April 2021 Ben Morgan (interfaces-V10-07-09    281 19 April 2021 Ben Morgan (interfaces-V10-07-09)
345 - Remove obsolete Wt code from source and use     282 - Remove obsolete Wt code from source and use in G4UIexecutive
346                                                   283 
347 1 April 2021 Ben Morgan (interfaces-V10-07-08)    284 1 April 2021 Ben Morgan (interfaces-V10-07-08)
348 - Migrate build to modular CMake API              285 - Migrate build to modular CMake API
349                                                   286 
350 18 March 2021  John Allison  (interfaces-V10-0    287 18 March 2021  John Allison  (interfaces-V10-07-07)
351 - G4UIQt::ReceiveG4cout/G4cerr:                   288 - G4UIQt::ReceiveG4cout/G4cerr:
352   o Trap empty string with empty() instead of     289   o Trap empty string with empty() instead of using unary operator!
353     (The latter may work for std::string but G    290     (The latter may work for std::string but G4String has a conversion
354     operator to char*, so ! is always false.)     291     operator to char*, so ! is always false.)
355   o Fixes bug report #2347.                       292   o Fixes bug report #2347.
356                                                   293 
357 11 March 2021  Gabriele Cosmo (interfaces-V10-    294 11 March 2021  Gabriele Cosmo (interfaces-V10-07-06)
358 - Extended G4UIWin32 driver with new features,    295 - Extended G4UIWin32 driver with new features, based on contribution
359   by O.Pena-Rodrigues in GitHub PR#23.            296   by O.Pena-Rodrigues in GitHub PR#23.
360 - Removed spurious moc data previously pushed     297 - Removed spurious moc data previously pushed by mistake.
361                                                   298 
362 5 March 2021  Gabriele Cosmo (interfaces-V10-0    299 5 March 2021  Gabriele Cosmo (interfaces-V10-07-05)
363 - Modified G4UIExecutive::SelectSessionByFile(    300 - Modified G4UIExecutive::SelectSessionByFile() to ensure that in Windows
364   the Win32 OpenGL driver is selected as the s    301   the Win32 OpenGL driver is selected as the second choice by default.
365   Based on GitHub PR#20, contributed by Ovidio    302   Based on GitHub PR#20, contributed by Ovidio Pena Rodriguez.
366                                                   303 
367 26 February 2021  Igor Semeniouk (interfaces-V    304 26 February 2021  Igor Semeniouk (interfaces-V10-07-04)
368 - G4UIQt, G4InteractorMessenger, G4VInteractiv    305 - G4UIQt, G4InteractorMessenger, G4VInteractiveSession: introducing menu
369   bar style:                                      306   bar style:
370   o /gui/nativeMenuBar [true|false]               307   o /gui/nativeMenuBar [true|false]
371     Allow native menu bar when relevant ( MacO    308     Allow native menu bar when relevant ( MacOS, Ubuntu Unity), default true
372     Native menu enabled by defailt in G4UIQt      309     Native menu enabled by defailt in G4UIQt
373   o /gui/clearMenu                                310   o /gui/clearMenu
374     Clear menu bar, remove all user defined me    311     Clear menu bar, remove all user defined menu entries.
375                                                   312 
376 26 January 2021  John Allison (interfaces-V10-    313 26 January 2021  John Allison (interfaces-V10-07-03)
377 - G4UIQt.cc: Get colour and background from OS    314 - G4UIQt.cc: Get colour and background from OS.
378   o Instead of fixed background <span style='b    315   o Instead of fixed background <span style='background:#EEEEEE...
379     use <span style='background:" + pal.highli    316     use <span style='background:" + pal.highlight().color().name()...
380   o This picks up colour from the OS and even     317   o This picks up colour from the OS and even allows for change of
381     OS display style, e.g., dark mode on MacOS    318     OS display style, e.g., dark mode on MacOS.
382                                                   319 
383 20 January 2021  John Allison (interfaces-V10-    320 20 January 2021  John Allison (interfaces-V10-07-02)
384 - G4UIQt.cc: Fix bug in command-line-echo high    321 - G4UIQt.cc: Fix bug in command-line-echo highlighting whereby there
385   could be a crash in some circumstances.         322   could be a crash in some circumstances.
386   o Use <span> instead of <div> in HTML wrappe    323   o Use <span> instead of <div> in HTML wrappers.
387                                                   324 
388 16 January 2021  John Allison (interfaces-V10-    325 16 January 2021  John Allison (interfaces-V10-07-01)
389 - Requires intercoms-V10-07-00.                   326 - Requires intercoms-V10-07-00.
390 - Introduce choice of output styles:              327 - Introduce choice of output styles:
391   o /gui/outputStyle                              328   o /gui/outputStyle
392     <cout|cerr|warnings|errors|all>               329     <cout|cerr|warnings|errors|all>
393     <fixed|proportional>                          330     <fixed|proportional>
394     <highlight|no-highlight>                      331     <highlight|no-highlight>
395   o Highlighting applies to the echoed command    332   o Highlighting applies to the echoed command line if echoing is
396     requested with /control/verbose > 0.          333     requested with /control/verbose > 0.
397                                                   334 
398 29 December 2020  John Allison (interfaces-V10    335 29 December 2020  John Allison (interfaces-V10-07-00)
399 - G4UIQt.cc: Use 12pt Courier for G4UIQt outpu    336 - G4UIQt.cc: Use 12pt Courier for G4UIQt output window.
400                                                   337 
401 29 November 2020  Gabriele Cosmo (interfaces-V    338 29 November 2020  Gabriele Cosmo (interfaces-V10-06-11)
402 - G4UIQt.cc: protected MT code within G4MULTIT    339 - G4UIQt.cc: protected MT code within G4MULTITHREADED in workaround
403   introduced previously.                          340   introduced previously.
404                                                   341 
405 09 November 2020  John Allison (interfaces-V10    342 09 November 2020  John Allison (interfaces-V10-06-10)
406 - G4UIQt.cc:                                      343 - G4UIQt.cc:
407   o Re "workaround" (interfaces-V10-06-08), it    344   o Re "workaround" (interfaces-V10-06-08), it seems workers write
408     to std::cout/cerr anyway (is that a bug?)     345     to std::cout/cerr anyway (is that a bug?) so limit this workaround
409     to the master thread.                         346     to the master thread.
410                                                   347 
411 16 November 2020  Gabriele Cosmo (interfaces-V    348 16 November 2020  Gabriele Cosmo (interfaces-V10-06-09)
412 - Fixed typos in printed-out text. Addressing     349 - Fixed typos in printed-out text. Addressing problem report #2285.
413                                                   350 
414 09 November 2020  John Allison (interfaces-V10    351 09 November 2020  John Allison (interfaces-V10-06-08)
415 - G4UIQt.cc:                                      352 - G4UIQt.cc:
416   o As a workaround to the problem of loss of     353   o As a workaround to the problem of loss of output in the case of
417     a crash or G4Exception:                       354     a crash or G4Exception:
418     - Send G4cout/cerr also to std::cout/cerr     355     - Send G4cout/cerr also to std::cout/cerr so that output is not lost.
419                                                   356 
420 21 September 2020  John Allison (interfaces-V1    357 21 September 2020  John Allison (interfaces-V10-06-07)
421 - G4Qt.cc: Add the following to fix a problem     358 - G4Qt.cc: Add the following to fix a problem with Windows - see
422   https://geant4-forum.web.cern.ch/t/blue-scre    359   https://geant4-forum.web.cern.ch/t/blue-screen-when-running-b1-example-using-qt/3144
423 #ifdef WIN32                                      360 #ifdef WIN32
424       qApp->setAttribute( Qt::AA_UseDesktopOpe    361       qApp->setAttribute( Qt::AA_UseDesktopOpenGL );
425 #endif                                            362 #endif
426                                                   363 
427 28 August 2020 Ben Morgan (interfaces-V10-06-0    364 28 August 2020 Ben Morgan (interfaces-V10-06-06)
428 - GEANT4_USE_INVENTOR for SoXt activates use o    365 - GEANT4_USE_INVENTOR for SoXt activates use of Xm, so we do not
429   need to check for use of inventor in setting    366   need to check for use of inventor in setting up Xt, only GEANT4_USE_XM.
430                                                   367 
431 19 June 2020  John Allison  (interfaces-V10-06    368 19 June 2020  John Allison  (interfaces-V10-06-05)
432 - Fix Qt 5.15 deprecation warnings.               369 - Fix Qt 5.15 deprecation warnings.
433                                                   370 
434 31 May 2020 Ben Morgan (interfaces-V10-06-04)     371 31 May 2020 Ben Morgan (interfaces-V10-06-04)
435 - Use add_definitions to set PRIVATE-level com    372 - Use add_definitions to set PRIVATE-level compile definitions
436   for compatibility between old/new CMake syst    373   for compatibility between old/new CMake system
437 - Use CMake AUTOMOC to automatically generate     374 - Use CMake AUTOMOC to automatically generate and compile Moc
438   sources                                         375   sources
439                                                   376 
440 16 Apr 2020 Ben Morgan (interfaces-V10-06-03)     377 16 Apr 2020 Ben Morgan (interfaces-V10-06-03)
441 - Remove Qt4 support                              378 - Remove Qt4 support
442                                                   379 
443  6 Apr 2020 Igor Semeniouk (interfaces-V10-06-    380  6 Apr 2020 Igor Semeniouk (interfaces-V10-06-02)
444 -- G4UIQt.cc:                                     381 -- G4UIQt.cc:
445  o replace setcolor with rich text html tags.     382  o replace setcolor with rich text html tags.
446                                                   383 
447 16 Jan 2020 Gabriele Cosmo (interfaces-V10-06-    384 16 Jan 2020 Gabriele Cosmo (interfaces-V10-06-01)
448 - Fixed obsolete URLs in UIQt splash screen.      385 - Fixed obsolete URLs in UIQt splash screen.
449                                                   386 
450 11 Dec 2019 Ben Morgan (interfaces-V10-06-00)     387 11 Dec 2019 Ben Morgan (interfaces-V10-06-00)
451 - Cleanup CMake build, removing obsolete granu    388 - Cleanup CMake build, removing obsolete granular library options and
452   explicit include_directories.                   389   explicit include_directories.
453                                                   390 
454 30 Nov 2019 Igor Semeniouk (interfaces-V10-05-    391 30 Nov 2019 Igor Semeniouk (interfaces-V10-05-07)
455 -- G4UIQt.cc:                                     392 -- G4UIQt.cc:
456  o fix ui command not stored in callback for i    393  o fix ui command not stored in callback for icon defined via /gui/addIcon command.
457                                                   394 
458 25 Nov 2019 Jonathan Madsen (interfaces-V10-05    395 25 Nov 2019 Jonathan Madsen (interfaces-V10-05-06)
459 - Added timemory support to this library          396 - Added timemory support to this library
460 - G4UIExective will grab argc, argv and custom    397 - G4UIExective will grab argc, argv and customize the output directory
461   for timemory                                    398   for timemory
462                                                   399 
463 25 November 2019 Laurent Garnier (interfaces-V    400 25 November 2019 Laurent Garnier (interfaces-V10-05-05)
464 - Fix bug when clicking on user defined icon (    401 - Fix bug when clicking on user defined icon (run for example)
465                                                   402 
466 20 November 2019 Laurent Garnier (interfaces-V    403 20 November 2019 Laurent Garnier (interfaces-V10-05-04)
467 - Remove deprecated QSignalMapper class           404 - Remove deprecated QSignalMapper class
468                                                   405 
469 31st October 2019 Ben Morgan (interfaces-V10-0    406 31st October 2019 Ben Morgan (interfaces-V10-05-03)
470 - Only use imported targets for X11 and Xm        407 - Only use imported targets for X11 and Xm
471 - Remove inclusion of QT_USE_FILE from CMake s    408 - Remove inclusion of QT_USE_FILE from CMake scripts.
472   All usage is now through the qtX_ macros and    409   All usage is now through the qtX_ macros and imported targets
473 - Only use imported targets for Wt                410 - Only use imported targets for Wt
474                                                   411 
475 30 Oct 2019  Gabriele Cosmo (interfaces-V10-05    412 30 Oct 2019  Gabriele Cosmo (interfaces-V10-05-02)
476 - Fixed deprecation compilation warning on Vis    413 - Fixed deprecation compilation warning on Visual Studio 2019 in G4UIWin32.
477                                                   414 
478 22 Oct 2019  John Allison  (interfaces-V10-05-    415 22 Oct 2019  John Allison  (interfaces-V10-05-01)
479 - Declared Win32 a GUI (isGUI = true), i.e., i    416 - Declared Win32 a GUI (isGUI = true), i.e., it's clickable and
480   can have buttons.                               417   can have buttons.
481                                                   418 
482 13 Sept 2019  Laurent Garnier (interfaces-V10-    419 13 Sept 2019  Laurent Garnier (interfaces-V10-05-00)
483 - Fix square backets around optional parameter    420 - Fix square backets around optional parameters (buzilla #2132)
484                                                   421 
485 11 Sept 2019  Laurent Garnier ((interfaces-V10    422 11 Sept 2019  Laurent Garnier ((interfaces-V10-04-11)
486 - remove default font size and police             423 - remove default font size and police
487                                                   424 
488 9th Sept 2019 Laurent Garnier                     425 9th Sept 2019 Laurent Garnier
489 - Remove comment                                  426 - Remove comment
490                                                   427 
491 30th November 2018  Koichi Murakami (interface    428 30th November 2018  Koichi Murakami (interfaces-V10-04-10)
492 - Fixed parse error of empty line of .g4sessio    429 - Fixed parse error of empty line of .g4session.
493                                                   430 
494 9th November 2018  Gabriele Cosmo (interfaces-    431 9th November 2018  Gabriele Cosmo (interfaces-V10-04-09)
495 - Fixed printout typos.                           432 - Fixed printout typos.
496                                                   433 
497 16th August 2018  Fred Jones (interfaces-V10-0    434 16th August 2018  Fred Jones (interfaces-V10-04-08)
498 - G4VInteractorManager::SecondaryLoop:            435 - G4VInteractorManager::SecondaryLoop:
499   o Change to virtual for Open Inventor Qt vis    436   o Change to virtual for Open Inventor Qt vis driver.
500                                                   437 
501 26th June 2018 Koichi Murakami (interfaces-V10    438 26th June 2018 Koichi Murakami (interfaces-V10-04-07)
502 - G4UIGainServer.cc, G4InteractorMessenger.cc     439 - G4UIGainServer.cc, G4InteractorMessenger.cc :
503   suppress compilation warning for -Wunused-re    440   suppress compilation warning for -Wunused-result
504                                                   441 
505 15th June 2018 Fred Jones (interfaces-V10-04-0    442 15th June 2018 Fred Jones (interfaces-V10-04-06)
506 - G4Xt: fixed compilation warnings for casts o    443 - G4Xt: fixed compilation warnings for casts on gcc-8.1.
507                                                   444 
508 14th May 2018 Garnier Laurent (interfaces-V10-    445 14th May 2018 Garnier Laurent (interfaces-V10-04-05)
509 - G4UIQt.cc:                                      446 - G4UIQt.cc:
510  o Fix a bug with some "critical errors" messa    447  o Fix a bug with some "critical errors" message containing HTML tags inside (<, > and &)
511                                                   448 
512 23th April 2018 Garnier Laurent (interfaces-V1    449 23th April 2018 Garnier Laurent (interfaces-V10-04-03, interfaces-V10-04-04)
513 - G4UIQt:                                         450 - G4UIQt:
514  o Fix a bug with command guidance with HTML t    451  o Fix a bug with command guidance with HTML tags inside (<, > and &)
515                                                   452 
516 8th February 2018 Garnier Laurent (interfaces-    453 8th February 2018 Garnier Laurent (interfaces-V10-04-01, interfaces-V10-04-02)
517 - G4UIQt:                                         454 - G4UIQt:
518  o Take account \n in account for command guid    455  o Take account \n in account for command guidance in help tree. Bug #296 Fixed
519                                                   456 
520 13th December 2017 Garnier Laurent (interfaces    457 13th December 2017 Garnier Laurent (interfaces-V10-04-00)
521 - G4UIQt:                                         458 - G4UIQt:
522  o Remove parameters from popup in Qt interfac    459  o Remove parameters from popup in Qt interface when autocomplete command line
523                                                   460 
524 5th August 2017 Koichi Murakami (interfaces-V1    461 5th August 2017 Koichi Murakami (interfaces-V10-03-01)
525 - G4VBasicShell                                   462 - G4VBasicShell
526  o Fix std::out_of_range exception in ModifyPa    463  o Fix std::out_of_range exception in ModifyPath() when typing ls command
527    at the top dir                                 464    at the top dir
528                                                   465 
529 20th January Laurent Garnier                      466 20th January Laurent Garnier
530 - G4UIQt:                                         467 - G4UIQt:
531   o Set always-on-top to the picking windows      468   o Set always-on-top to the picking windows
532                                                   469 
533 13th January Laurent Garnier (interfaces-V10-0    470 13th January Laurent Garnier (interfaces-V10-03-00)
534 - G4UIQt:                                         471 - G4UIQt:
535   o Fix bugzilla 1933. I check was missing to     472   o Fix bugzilla 1933. I check was missing to avoid a NULL pointer
536   o Avoid problem on close when deleting objec    473   o Avoid problem on close when deleting objects
537                                                   474 
538 25th November 2016  Laurent Garnier (interface    475 25th November 2016  Laurent Garnier (interfaces-V10-02-13-interfaces-V10-02-14)
539 - G4UIQt:                                         476 - G4UIQt:
540   o Fix a bug on Qt5.7 with an extra whitespac    477   o Fix a bug on Qt5.7 with an extra whitespace
541     - at the end of "search" in help tree         478     - at the end of "search" in help tree
542     - at the end a the command line               479     - at the end a the command line
543                                                   480 
544 11th November 2016  Laurent Garnier (interface    481 11th November 2016  Laurent Garnier (interfaces-V10-02-12)
545 - G4UIQt:                                         482 - G4UIQt:
546   o Fix a problem /run/beamOn 1. The parameter    483   o Fix a problem /run/beamOn 1. The parameter was not taken in account in the icon toolbar
547                                                   484 
548 8th November 2016  Laurent Garnier (interfaces    485 8th November 2016  Laurent Garnier (interfaces-V10-02-11)
549 - G4UIQt:                                         486 - G4UIQt:
550   o Fix a problem without default icon on mac     487   o Fix a problem without default icon on mac + Qt5.5 : Sometimes I have a gray panel on left due do a to-early
551     show event for QToolbar                       488     show event for QToolbar
552   o Add a few protection against null pointer     489   o Add a few protection against null pointer
553                                                   490 
554 7th November 2016  Laurent Garnier (interfaces    491 7th November 2016  Laurent Garnier (interfaces-V10-02-10)
555 - G4UIQt:                                         492 - G4UIQt:
556   o Fix Warning: "A toolBar icon "Run beam on"    493   o Fix Warning: "A toolBar icon "Run beam on" already exists with the same name!"
557   o Fix Warning: "command 'exit' does not exis    494   o Fix Warning: "command 'exit' does not exist"
558   o Fix a problem with selected icons (without    495   o Fix a problem with selected icons (without default icons)
559                                                   496 
560 4th November 2016  Laurent Garnier (interfaces    497 4th November 2016  Laurent Garnier (interfaces-V10-02-09 co-works with opengl-V10-02-20)
561 - G4UIQt:                                         498 - G4UIQt:
562  o Remove (multiple) scene tree from a tab to     499  o Remove (multiple) scene tree from a tab to put it in a single, auto-update widget
563  o Remove (multiple) viewer properties from a     500  o Remove (multiple) viewer properties from a tab to put it in a outside dialog
564  o Remove (multiple) pick infos from a tab to     501  o Remove (multiple) pick infos from a tab to put it in a outside dialog
565  o Lot of remaning in order to do previous wor    502  o Lot of remaning in order to do previous work
566  o Fix a bd signal/slot connection for the fil    503  o Fix a bd signal/slot connection for the filter of the scene tree (perhaps a bug in some cases)
567  o Change the pick icon                           504  o Change the pick icon
568  o Remove unused parameter                        505  o Remove unused parameter
569  o Rename GetSceneTreeComponentsTBWidget -> Ge    506  o Rename GetSceneTreeComponentsTBWidget -> GetSceneTreeWidget
570                                                   507 
571 3rd Nov 2016  Laurent Garnier (interfaces-V10-    508 3rd Nov 2016  Laurent Garnier (interfaces-V10-02-08)
572 - G4UIQt                                          509 - G4UIQt
573  o Bugfix on the /gui/defaultIcons command (do    510  o Bugfix on the /gui/defaultIcons command (does nothing before)
574                                                   511 
575 27th Oct 2016  Laurent Garnier (interfaces-V10    512 27th Oct 2016  Laurent Garnier (interfaces-V10-02-06, interfaces-V10-02-07)
576 - G4UIQt/G4InteractorMessenger/G4VInteractiveS    513 - G4UIQt/G4InteractorMessenger/G4VInteractiveSession
577  o Add a new command /gui/defaultIcons to enab    514  o Add a new command /gui/defaultIcons to enable/disable Geant4 default icon toolbar
578 - G4UIQt :                                        515 - G4UIQt :
579  o Add a default icon toolbar                     516  o Add a default icon toolbar
580                                                   517 
581 27th Oct 2016  Brian Smith                        518 27th Oct 2016  Brian Smith
582 - G4UIQt :                                        519 - G4UIQt :
583   o Prevent potential Windows crash by protect    520   o Prevent potential Windows crash by protecting masterG4coutDestination assignment with #ifdef G4MULTITHREADED
584                                                   521 
585 7th Oct 2016  Laurent Garnier (interfaces-V10-    522 7th Oct 2016  Laurent Garnier (interfaces-V10-02-05)
586 - G4UIQt :                                        523 - G4UIQt :
587   o Fix a uninitialized value                     524   o Fix a uninitialized value
588                                                   525 
589 7th Oct 2016  Laurent Garnier (interfaces-V10-    526 7th Oct 2016  Laurent Garnier (interfaces-V10-02-04)
590 - G4UIQt :                                        527 - G4UIQt :
591   o Move eventFilter init at sessionStart() :     528   o Move eventFilter init at sessionStart() : avoid bad init state in help tree and
592     events to be send twice or more               529     events to be send twice or more
593   o Fix "Tab" completion on command line, was     530   o Fix "Tab" completion on command line, was previously break by the QCompleter
594   o Fix tooltip on completion. Now tooltips ar    531   o Fix tooltip on completion. Now tooltips are diplayed in multiple lines
595                                                   532 
596 6th Oct 2016  Laurent Garnier (interfaces-V10-    533 6th Oct 2016  Laurent Garnier (interfaces-V10-02-03)
597 - G4UIQt                                          534 - G4UIQt
598   o completion widget for UIQt                    535   o completion widget for UIQt
599                                                   536 
600 15th Sept 2016  Laurent Garnier                   537 15th Sept 2016  Laurent Garnier
601 - G4UIQt                                          538 - G4UIQt
602   o First draft of a completion widget for UIQ    539   o First draft of a completion widget for UIQt
603                                                   540 
604 8th June 2016  Laurent Garnier                    541 8th June 2016  Laurent Garnier
605 - G4UIQt                                          542 - G4UIQt
606   o Add "save output" icon                        543   o Add "save output" icon
607   o Better icon management in the code            544   o Better icon management in the code
608                                                   545 
609 3rd June 2016  Laurent Garnier (interfaces-V10    546 3rd June 2016  Laurent Garnier (interfaces-V10-02-02)
610 - G4UIWin32: Re-Fixed compilation warnings on     547 - G4UIWin32: Re-Fixed compilation warnings on Win32 about HMENU.
611                                                   548 
612 1st June 2016  Laurent Garnier (interfaces-V10    549 1st June 2016  Laurent Garnier (interfaces-V10-02-01)
613 - G4UIWin32 :Fixed compilation warnings on Win    550 - G4UIWin32 :Fixed compilation warnings on Win32 about LONG_PTR and HMENU.
614                                                   551 
615 27th May 2016  Gabriele Cosmo (interfaces-V10-    552 27th May 2016  Gabriele Cosmo (interfaces-V10-02-00)
616 - Fixed compilation warnings on MacOS for conv    553 - Fixed compilation warnings on MacOS for conversion to char* in G4UIXm.cc.
617                                                   554 
618 3rd November 2015  Laurent Garnier                555 3rd November 2015  Laurent Garnier
619 - G4UIQt : Minor change in CreateViewerWidget     556 - G4UIQt : Minor change in CreateViewerWidget method
620                                                   557 
621 24th July 2015  Laurent Garnier                   558 24th July 2015  Laurent Garnier
622 - Clean debug statements                          559 - Clean debug statements
623 - Fix DEV-8: Qt driver : in parameter box, Ok     560 - Fix DEV-8: Qt driver : in parameter box, Ok button is on the left, it should be on the right.
624                                                   561 
625 8nd June 2015  Laurent Garnier (interfaces-V10    562 8nd June 2015  Laurent Garnier (interfaces-V10-01-01)
626 - Tagged                                          563 - Tagged
627                                                   564 
628 2nd March 2015  Laurent Garnier                   565 2nd March 2015  Laurent Garnier
629 - G4UIQt :                                        566 - G4UIQt :
630  o Add a public method GetCoutDockWidget to re    567  o Add a public method GetCoutDockWidget to return the Cout dock widget as a QDockWidget
631                                                   568 
632 15th December 2014  Laurent Garnier (interface    569 15th December 2014  Laurent Garnier (interfaces-V10-01-00)
633 - G4UIQt.cc                                       570 - G4UIQt.cc
634   o Fix a problem when displaying the first ti    571   o Fix a problem when displaying the first time the help tree. The guidance label
635     was not show                                  572     was not show
636                                                   573 
637 20th November 2014  Laurent Garnier (interface    574 20th November 2014  Laurent Garnier (interfaces-V10-00-23)
638 - G4UIQt.cc                                       575 - G4UIQt.cc
639   o Fix recursive calls caused by qApp->proces    576   o Fix recursive calls caused by qApp->processEvent() in some cases (cms.gdml)
640                                                   577 
641 19th November 2014  Laurent Garnier (interface    578 19th November 2014  Laurent Garnier (interfaces-V10-00-22)
642 - G4UIQt.cc                                       579 - G4UIQt.cc
643   o Add public methods                            580   o Add public methods
644   o Fix a public method return type               581   o Fix a public method return type
645                                                   582 
646 7th November 2014  Laurent Garnier (interfaces    583 7th November 2014  Laurent Garnier (interfaces-V10-00-19 - interfaces-V10-00-20 - interfaces-V10-00-21)
647 - G4UIQt.cc                                       584 - G4UIQt.cc
648   o Fix G4Vis thread number in G4Cout             585   o Fix G4Vis thread number in G4Cout
649   o Set focus on command line at the beggining    586   o Set focus on command line at the beggining
650   o Better fix for the "Recreate help tree eac    587   o Better fix for the "Recreate help tree each time we create a new viewer"
651   o Fix qt warning "QObject::connect: Cannot q    588   o Fix qt warning "QObject::connect: Cannot queue arguments of type 'QTextCursor'"
652                                                   589 
653 5th November 2014  Laurent Garnier                590 5th November 2014  Laurent Garnier
654 - G4UIQt.cc:                                      591 - G4UIQt.cc:
655   o Recreate help tree each time we create a n    592   o Recreate help tree each time we create a new viewer
656 - G4UIWt.cc:                                      593 - G4UIWt.cc:
657   o Remove a warning                              594   o Remove a warning
658                                                   595 
659 31th October 2014  Laurent Garnier                596 31th October 2014  Laurent Garnier
660 - G4UIQt.cc:                                      597 - G4UIQt.cc:
661   o Use FindMacroPath() instead of GetMacroSea    598   o Use FindMacroPath() instead of GetMacroSearchPath()
662   o Display G4Exception warning messages in G4    599   o Display G4Exception warning messages in G4cerr
663   o Fix a problem with Wt include names on cas    600   o Fix a problem with Wt include names on case sensitive systems
664   o Try to fix the fact that the cout widget d    601   o Try to fix the fact that the cout widget does not update in real
665     time when run in progress. Do not totally     602     time when run in progress. Do not totally fix this, but update
666     is more frequent now.                         603     is more frequent now.
667                                                   604 
668 30th October 2014  John Allison (interfaces-V1    605 30th October 2014  John Allison (interfaces-V10-00-18)
669 - G4UIQt.cc: Added a mutex in ReceiveG4cout an    606 - G4UIQt.cc: Added a mutex in ReceiveG4cout and ReceiveG4cerr.
670                                                   607 
671 29th October 2014  Laurent Garnier (interfaces    608 29th October 2014  Laurent Garnier (interfaces-V10-00-16 retagged interfaces-V10-00-17)
672 - G4UIQt :                                        609 - G4UIQt :
673   o For all methods who need a file, instead o    610   o For all methods who need a file, instead of getting the file from current path,
674     look for it in MacroPath                      611     look for it in MacroPath
675   o Set viewer text tab "read only"               612   o Set viewer text tab "read only"
676   o When closing a dock panel, hide it instead    613   o When closing a dock panel, hide it instead of removing it. Prevent from null
677     pointer exception                             614     pointer exception
678                                                   615 
679 22th October 2014  Laurent Garnier (interfaces    616 22th October 2014  Laurent Garnier (interfaces-V10-00-15)
680 - G4UIQt :                                        617 - G4UIQt :
681   o Remove viewer size parameter (it was no lo    618   o Remove viewer size parameter (it was no longer used)
682   o Add the ability to have HTML tags inside t    619   o Add the ability to have HTML tags inside the file given by AddViewerTabFromFile.
683     This will allow to include for example a R    620     This will allow to include for example a README file with an <img> or other HTML tags
684     Ex :                                          621     Ex :
685          =====================  README  ======    622          =====================  README  ==============================
686          <p align="center">                       623          <p align="center">
687          <img src="exampleB1.jpg" width="300">    624          <img src="exampleB1.jpg" width="300">
688          </p>                                     625          </p>
689    And the code to be place in main() function    626    And the code to be place in main() function :
690       UIQt->AddViewerTabFromFile("README", "RE    627       UIQt->AddViewerTabFromFile("README", "README from my own example");
691                                                   628 
692 21th October 2014  Laurent Garnier                629 21th October 2014  Laurent Garnier
693 - G4UIQt :                                        630 - G4UIQt :
694   o Do not remove the first tab widget when cr    631   o Do not remove the first tab widget when creating a viewer
695   o add new method AddViewerTab(QWidget*, std:    632   o add new method AddViewerTab(QWidget*, std::string), this will allow users to define their
696     own tab.                                      633     own tab.
697   o Add new method AddViewerTabFromFile(std::s    634   o Add new method AddViewerTabFromFile(std::string, std::string): add a tab in the viewer from
698     a file                                        635     a file
699   o Fix a problem with updating viewer            636   o Fix a problem with updating viewer
700   o Activate Help Widget at the beginning inst    637   o Activate Help Widget at the beginning instead of sceneTree
701   o Move clear G4cout icon on the right side      638   o Move clear G4cout icon on the right side
702   o Add left panel tab tooltips                   639   o Add left panel tab tooltips
703   o Change text on StartPage                      640   o Change text on StartPage
704                                                   641 
705 14th October 2014  Laurent Garnier                642 14th October 2014  Laurent Garnier
706 - G4UIQt :                                        643 - G4UIQt :
707   o Add methods GetCoutWidget(), GetUserInterf    644   o Add methods GetCoutWidget(), GetUserInterfaceWidget(), GetViewersWidget()
708   o Rename SetViewerFirstPageHTMLText() to Set    645   o Rename SetViewerFirstPageHTMLText() to SetStartPage()
709                                                   646 
710 14th October 2014  Laurent Garnier (interfaces    647 14th October 2014  Laurent Garnier (interfaces-V10-00-14 need global-V10-00-35)
711 - G4UIQt :                                        648 - G4UIQt :
712   o Revert mdi/tabbed widgets to old tab style    649   o Revert mdi/tabbed widgets to old tab style : It was not working so good. In tabbed mode, some
713     stranges effects when adding/switching OGL    650     stranges effects when adding/switching OGL viewer : A small window was create
714     inside other tabs.                            651     inside other tabs.
715   o Get the thread prefix string directly from    652   o Get the thread prefix string directly from G4MTcoutDestination
716                                                   653 
717 13th October 2014  Laurent Garnier                654 13th October 2014  Laurent Garnier
718 - G4UIQt : Fix a bug with Qt4.6                   655 - G4UIQt : Fix a bug with Qt4.6
719                                                   656 
720 7th October 2014  Laurent Garnier                 657 7th October 2014  Laurent Garnier
721 - G4UIQt : Fix a problem refreshing tab           658 - G4UIQt : Fix a problem refreshing tab
722                                                   659 
723 6th October 2014  Laurent Garnier                 660 6th October 2014  Laurent Garnier
724 - G4UIQt : Fix a problem when creating the fir    661 - G4UIQt : Fix a problem when creating the first tab viewer
725                                                   662 
726 1st October 2014  Laurent Garnier                 663 1st October 2014  Laurent Garnier
727 - G4UIQt :                                        664 - G4UIQt :
728   o Add a "mdi" and "tabbed" icon, only in the    665   o Add a "mdi" and "tabbed" icon, only in the code for the moment, no way to trigger them
729   o Suppress the way to switch between "tabbed    666   o Suppress the way to switch between "tabbed view" and "side by side view", will be replace
730     next by this icon                             667     next by this icon
731                                                   668 
732 28th August 2014  Laurent Garnier                 669 28th August 2014  Laurent Garnier
733 - G4UIQt :                                        670 - G4UIQt :
734   o Replace the tab viewer by a MDIArea in ord    671   o Replace the tab viewer by a MDIArea in order to manage both side by side view and tabbed view
735   o Minor change in text for the first page wi    672   o Minor change in text for the first page widget
736   o Fix a problem in coloring cout sometimes a    673   o Fix a problem in coloring cout sometimes after a cerr was send. Sometimes, the default color stay in red. Fixed
737   o Set the focus on the command line after a     674   o Set the focus on the command line after a command was send
738   o For the moment, the way to switch between     675   o For the moment, the way to switch between "tabbed view" and "side by side view" is to type "s" in the command line.
739     TO BE FIXED !                                 676     TO BE FIXED !
740   o Fix problem when closing the last tab. Now    677   o Fix problem when closing the last tab. Now the first page is displayed
741                                                   678 
742 23rd September 2014  Gabriele Cosmo (interface    679 23rd September 2014  Gabriele Cosmo (interfaces-V10-00-13)
743 - G4UIQt :                                        680 - G4UIQt :
744   o Use GetThreadId() from G4UImanager...         681   o Use GetThreadId() from G4UImanager...
745                                                   682 
746 23rd September 2014  Laurent Garnier (interfac    683 23rd September 2014  Laurent Garnier (interfaces-V10-00-12)
747 - G4UIQt :                                        684 - G4UIQt :
748   o Change threadId by getThreadId()              685   o Change threadId by getThreadId()
749                                                   686 
750 19th September 2014  Laurent Garnier (interfac    687 19th September 2014  Laurent Garnier (interfaces-V10-00-11)
751 - G4UIQt :                                        688 - G4UIQt :
752   o Fix the Dock output panel on the bottom ri    689   o Fix the Dock output panel on the bottom right on the window
753                                                   690 
754 18th August 2014  Laurent Garnier                 691 18th August 2014  Laurent Garnier
755 - G4UIQt :                                        692 - G4UIQt :
756   o Fix a problem with closing dockable widget    693   o Fix a problem with closing dockable widgets
757                                                   694 
758 14th August 2014  Laurent Garnier                 695 14th August 2014  Laurent Garnier
759 - G4UIQt :                                        696 - G4UIQt :
760   o Begginning of adding dockable widgets. Sti    697   o Begginning of adding dockable widgets. Still problems on :
761     - cout (should be on the right)               698     - cout (should be on the right)
762     - Dock titles                                 699     - Dock titles
763                                                   700 
764 13th August 2014  Laurent Garnier                 701 13th August 2014  Laurent Garnier
765 - G4UIQt :                                        702 - G4UIQt :
766   o Fix a bug introduced in interfaces-V10-00-    703   o Fix a bug introduced in interfaces-V10-00-07. The first time we open the viewer, is was small and dark.
767     Note: Perhaps this fix will create (in som    704     Note: Perhaps this fix will create (in some cases) a widget outside of UI for a really short moment.
768                                                   705 
769 13th August 2014  Laurent Garnier                 706 13th August 2014  Laurent Garnier
770 - G4UIQt :                                        707 - G4UIQt :
771   o Fix a typo in SetViewerFirstPageHTMLText t    708   o Fix a typo in SetViewerFirstPageHTMLText text
772   o Add better implementation of thread prefix    709   o Add better implementation of thread prefix before "GetPrefixString()" is implemented
773                                                   710 
774 11th August 2014  Laurent Garnier  (interfaces    711 11th August 2014  Laurent Garnier  (interfaces-V10-00-09)
775 - G4UIQt :                                        712 - G4UIQt :
776   o Fix a bug for single threading output in l    713   o Fix a bug for single threading output in last tag
777   o Add a "SetViewerFirstPageHTMLText" method     714   o Add a "SetViewerFirstPageHTMLText" method to be able to set the first tab widget text.
778     This could be used to make some kind of a     715     This could be used to make some kind of a start page to display useful informations
779                                                   716 
780 7th August 2014  Laurent Garnier  (interfaces-    717 7th August 2014  Laurent Garnier  (interfaces-V10-00-08)
781 - G4UIQt :                                        718 - G4UIQt :
782   o Add Mutilthreading outputs                    719   o Add Mutilthreading outputs
783   o New cout internal management                  720   o New cout internal management
784   o Add a filter on thread in output              721   o Add a filter on thread in output
785                                                   722 
786 1th August 2014  Laurent Garnier                  723 1th August 2014  Laurent Garnier
787 - G4UIQt : Change UI look by moving "search" a    724 - G4UIQt : Change UI look by moving "search" at the top of the G4cout area
788                                                   725 
789 10th July 2014  Laurent Garnier  (interfaces-V    726 10th July 2014  Laurent Garnier  (interfaces-V10-00-07)
790 - G4UIQt : BugFix #1604                           727 - G4UIQt : BugFix #1604
791 - G4UIWt : Minor things                           728 - G4UIWt : Minor things
792                                                   729 
793 6th June 2014  Laurent Garnier  (interfaces-V1    730 6th June 2014  Laurent Garnier  (interfaces-V10-00-06)
794 - G4UIQt :                                        731 - G4UIQt :
795   o Fix a Qt function that was only defined fo    732   o Fix a Qt function that was only defined for Qt5
796                                                   733 
797 5th June 2014  Laurent Garnier  (interfaces-V1    734 5th June 2014  Laurent Garnier  (interfaces-V10-00-05 co-works opengl-V10-00-06)
798 - G4UIQt :                                        735 - G4UIQt :
799   o Change help display to render parameters i    736   o Change help display to render parameters in a QTableView
800   o Change window expanding policy. Now when e    737   o Change window expanding policy. Now when expanding main window, it will keep the size of the viewer
801   o When choosing "pick" icon, it will now app    738   o When choosing "pick" icon, it will now apply /vis/viewer/set/picking true
802                                                   739 
803 27th May 2014  Laurent Garnier                    740 27th May 2014  Laurent Garnier
804 - G4UIQt :                                        741 - G4UIQt :
805   o Change help display in help tree              742   o Change help display in help tree
806                                                   743 
807 May 25th 2014 Koichi Murakami, interfaces-V10-    744 May 25th 2014 Koichi Murakami, interfaces-V10-00-04
808 - basic/src/G4UIterminal.cc, fixed the problem    745 - basic/src/G4UIterminal.cc, fixed the problem that some commands cannot be
809   processed, because of a bug in G4SubString==    746   processed, because of a bug in G4SubString== operator like nC(0,3)="xxx".
810   Use substr() instead of () operator for the     747   Use substr() instead of () operator for the comparison of substr.
811                                                   748 
812 20th May 2014  Laurent Garnier (interfaces-V10    749 20th May 2014  Laurent Garnier (interfaces-V10-00-02, interfaces-V10-00-03)
813 - G4UIQt :                                        750 - G4UIQt :
814   o Change help tree splitter from vertical to    751   o Change help tree splitter from vertical to horizontal
815   o Add method to display text in HTML            752   o Add method to display text in HTML
816                                                   753 
817 22th Janvier 2014  Laurent Garnier (interfaces    754 22th Janvier 2014  Laurent Garnier (interfaces-V10-00-01)
818 - G4Qt : BUGFIX : bugzilla 1487 : Explicitly s    755 - G4Qt : BUGFIX : bugzilla 1487 : Explicitly set the LC_NUMBERIC locale to "C"
819                                                   756 
820 4nd December 2013  Laurent Garnier (interfaces    757 4nd December 2013  Laurent Garnier (interfaces-V09-06-18)
821 - G4UIQt :                                        758 - G4UIQt :
822  o Fix problem with resizing the QGLwidget whe    759  o Fix problem with resizing the QGLwidget when a macro which open a OGL
823    widget was called by user in UI. Before the    760    widget was called by user in UI. Before the OGL widget get the minimum size
824    (about 50 pixel height), now it does grow a    761    (about 50 pixel height), now it does grow as much as it can without going out
825    of the window.                                 762    of the window.
826  o Suppress a "printf" non protected by ifdef     763  o Suppress a "printf" non protected by ifdef
827                                                   764 
828 2nd December 2013  Laurent Garnier (interfaces    765 2nd December 2013  Laurent Garnier (interfaces-V09-06-17)
829 - G4UIQt : Fix a bad bug fixed 29th November 2    766 - G4UIQt : Fix a bad bug fixed 29th November 2013. The menu name was displayed
830   instead of the label.                           767   instead of the label.
831                                                   768 
832 29th November 2013  Laurent Garnier (interface    769 29th November 2013  Laurent Garnier (interfaces-V09-06-16)
833 - G4UIQt : Fix a bug introduce the 13th Novemb    770 - G4UIQt : Fix a bug introduce the 13th November 2013. Menu name was blank, I had
834   remove the name parameter by mistake.           771   remove the name parameter by mistake.
835                                                   772 
836 14th November 2013  Laurent Garnier (interface    773 14th November 2013  Laurent Garnier (interfaces-V09-06-15)
837 - G4UIQt : Fix a bug introduce the 13th Novemb    774 - G4UIQt : Fix a bug introduce the 13th November 2013 : JIRA DEV-101
838                                                   775 
839 13th November 2013  Laurent Garnier (interface    776 13th November 2013  Laurent Garnier (interfaces-V09-06-14)
840 - G4UIQt :                                        777 - G4UIQt :
841  o Add a fix for JIRA DEV-98. Qt5 driver is br    778  o Add a fix for JIRA DEV-98. Qt5 driver is broken with Qt5.0.1 version, the only fix we could
842    do, is to warn users that there will not be    779    do, is to warn users that there will not be any Store/Immediate viewer support for Qt5.0. We
843    advice them to update to Qt5.1. Few users w    780    advice them to update to Qt5.1. Few users will have this configuration since we are already
844    in Qt5.2                                       781    in Qt5.2
845                                                   782 
846 13th November 2013  Laurent Garnier               783 13th November 2013  Laurent Garnier
847 - G4UIQt :                                        784 - G4UIQt :
848  o Remove QWidget unuseful argument for G4QtTa    785  o Remove QWidget unuseful argument for G4QtTabWidget
849  o Better layouts management (does not fix any    786  o Better layouts management (does not fix anything)
850                                                   787 
851 9th November 2013  Laurent Garnie (interfaces-    788 9th November 2013  Laurent Garnie (interfaces-V09-06-13)
852 - G4UIQt : Fix a shadowing variable               789 - G4UIQt : Fix a shadowing variable
853                                                   790 
854 8th November 2013  Laurent Garnier (interfaces    791 8th November 2013  Laurent Garnier (interfaces-V09-06-12)
855 - G4UIQt :                                        792 - G4UIQt :
856  o Fix JIRA issue DEV-10 : "When adding a butt    793  o Fix JIRA issue DEV-10 : "When adding a button with "/vis/viewer/set/style",
857    the parameters are not proposed."              794    the parameters are not proposed."
858                                                   795 
859 8th November 2013  Laurent Garnier (interfaces    796 8th November 2013  Laurent Garnier (interfaces-V09-06-11)
860 - G4UIQt :                                        797 - G4UIQt :
861  o Fix JIRA issue DEV-67 : remove warning when    798  o Fix JIRA issue DEV-67 : remove warning when adding a new command button
862  o Fix a possible problem on widgets parent.      799  o Fix a possible problem on widgets parent.
863                                                   800 
864 7th November 2013  Laurent Garnier                801 7th November 2013  Laurent Garnier
865 - G4UIQt : Fix JIRA issue DEV-94 : Crash when     802 - G4UIQt : Fix JIRA issue DEV-94 : Crash when closing the last tab
866                                                   803 
867 6th November 2013  Laurent Garnier (interfaces    804 6th November 2013  Laurent Garnier (interfaces-V09-06-10)
868 - G4UIQt : Fix compilation error on X11.          805 - G4UIQt : Fix compilation error on X11.
869                                                   806 
870 5th November 2013  Laurent Garnier (interfaces    807 5th November 2013  Laurent Garnier (interfaces-V09-06-09)
871 - G4UIQt : Fix some resizing problems.            808 - G4UIQt : Fix some resizing problems.
872 - G4UIWt : Fix some warnings                      809 - G4UIWt : Fix some warnings
873                                                   810 
874 5th November 2013  Laurent Garnier                811 5th November 2013  Laurent Garnier
875 - G4UIQt :                                        812 - G4UIQt :
876   o Fix a problem on Linux reported by Ivana :    813   o Fix a problem on Linux reported by Ivana : Impossible to change
877     the size of the OpenGL viewer                 814     the size of the OpenGL viewer
878   o Fix the size of the OpenGL viewer to be th    815   o Fix the size of the OpenGL viewer to be the same as send in parameters
879     (for ex: 600x600)                             816     (for ex: 600x600)
880                                                   817 
881 31th October 2013  Laurent Garnier                818 31th October 2013  Laurent Garnier
882 - G4UIQt : Fix JIRA issue DEV-93 about "Direct    819 - G4UIQt : Fix JIRA issue DEV-93 about "Directory descriptions does not
883   appear at the place they should be."            820   appear at the place they should be."
884                                                   821 
885 24th October 2013  Laurent Garnier                822 24th October 2013  Laurent Garnier
886 - G4UIQt : Fix coverity                           823 - G4UIQt : Fix coverity
887   o 23063 Uninitialized pointer field             824   o 23063 Uninitialized pointer field
888   o 47057 Logically dead code                     825   o 47057 Logically dead code
889   o 53243 Uninitialized scalar field              826   o 53243 Uninitialized scalar field
890                                                   827 
891 23th October 2013  Laurent Garnier (interfaces    828 23th October 2013  Laurent Garnier (interfaces-V09-06-08 need cmake-V09-06-29)
892 - sources.cmake : Remove Qt5 configuration, it    829 - sources.cmake : Remove Qt5 configuration, it is now include in cmake.
893                                                   830 
894 14th October 2013  Laurent Garnier (interfaces    831 14th October 2013  Laurent Garnier (interfaces-V09-06-07)
895 - G4UIWt :                                        832 - G4UIWt :
896   o Fix a warning about "/*" within comment       833   o Fix a warning about "/*" within comment
897                                                   834 
898 10th October 2013  Laurent Garnier (interfaces    835 10th October 2013  Laurent Garnier (interfaces-V09-06-06)
899                       forgot to tag interfaces    836                       forgot to tag interfaces-V09-06-05)
900 - G4UIQt :                                        837 - G4UIQt :
901   o Fix SecondaryLoop for Qt. It was doing not    838   o Fix SecondaryLoop for Qt. It was doing nothing at all, now processing
902     events until exitPause = true                 839     events until exitPause = true
903   o Remove debug statements                       840   o Remove debug statements
904                                                   841 
905 23th August 2013  Laurent Garnier                 842 23th August 2013  Laurent Garnier
906 - Add first draft classes for Wt (web based in    843 - Add first draft classes for Wt (web based interfaces) common/src/G4Wt.cc common/include/G4Wt.hh basic/include/G4UIWt.hh basic/src/G4UIWt.cc
907 - G4UIQt : Remove unused parameter                844 - G4UIQt : Remove unused parameter
908 - G4UIExecutive : Add BUILD_WT case (not yet d    845 - G4UIExecutive : Add BUILD_WT case (not yet done for cmake)
909                                                   846 
910 12th August 2013  Laurent Garnier                 847 12th August 2013  Laurent Garnier
911 - G4UIQt :                                        848 - G4UIQt :
912    o Add a field to memorise the last open dir    849    o Add a field to memorise the last open directory on Icon->Open
913    o Fix some warning messages                    850    o Fix some warning messages
914 - G4UIQt, G4Qt : Change some G4cout messages t    851 - G4UIQt, G4Qt : Change some G4cout messages to be displayed only when
915   verbosity >= 2                                  852   verbosity >= 2
916                                                   853 
917 8th August 2013  Laurent Garnier                  854 8th August 2013  Laurent Garnier
918 - G4VBasicShell::ExecuteCommand : Add informat    855 - G4VBasicShell::ExecuteCommand : Add information when command not found
919 - G4UIQt.cc : in ReceveiveG4Cerr, change behav    856 - G4UIQt.cc : in ReceveiveG4Cerr, change behavious :
920    o before on each G4err it was displaying an    857    o before on each G4err it was displaying an alert box, now it display an alert
921      box only if it will Abort or Quit the pro    858      box only if it will Abort or Quit the programm
922    o All G4err messages are now in red. Previo    859    o All G4err messages are now in red. Previously there were sometimes changing
923      color to black.                              860      color to black.
924    o When entering a command, if this command     861    o When entering a command, if this command is multiple line it will now take
925      it in account as multiples commands.         862      it in account as multiples commands.
926                                                   863 
927 7th August 2013  Laurent Garnier                  864 7th August 2013  Laurent Garnier
928 - G4UIQt.cc :                                     865 - G4UIQt.cc :
929   o Change the name of the fileselector on the    866   o Change the name of the fileselector on the open/save Icon
930   o Fix a potential problem on the ToolBar        867   o Fix a potential problem on the ToolBar
931   o Add a public method to get the MainWindow     868   o Add a public method to get the MainWindow
932                                                   869 
933 1st August 2013  Laurent Garnier                  870 1st August 2013  Laurent Garnier
934 - G4Qt.cc : Fiw a non UTF8 caracter (bug #1487    871 - G4Qt.cc : Fiw a non UTF8 caracter (bug #1487)
935                                                   872 
936 2nd July 2013  Laurent Garnier                    873 2nd July 2013  Laurent Garnier
937 - G4UIQt.cc : Fix coverity defect 48022           874 - G4UIQt.cc : Fix coverity defect 48022
938                                                   875 
939 27th June 2013  Laurent Garnier                   876 27th June 2013  Laurent Garnier
940 - G4UIQt.cc : Improve OGL window resizing by o    877 - G4UIQt.cc : Improve OGL window resizing by opening to a bigger size, changing
941   strech factors and others little effects.       878   strech factors and others little effects.
942                                                   879 
943 18th June 2013  Laurent Garnier                   880 18th June 2013  Laurent Garnier
944 - G4UIQt.cc: Add some minors improvements to Q    881 - G4UIQt.cc: Add some minors improvements to Qt interface
945   o Minimize border size                          882   o Minimize border size
946   o OpenGL windows size changing when app size    883   o OpenGL windows size changing when app size change
947   o Changing some functions signature             884   o Changing some functions signature
948                                                   885 
949 3nd June 2013  Laurent Garnier (interfaces-V09    886 3nd June 2013  Laurent Garnier (interfaces-V09-06-02 interfaces-V09-06-03 interfaces-V09-06-04)
950 - G4UIQt.cc: Coverity fix:                        887 - G4UIQt.cc: Coverity fix:
951   o Initialize class members                      888   o Initialize class members
952   o Try to fix a Dereference after null check     889   o Try to fix a Dereference after null check coverity warning.
953                                                   890 
954 - G4Qt.hh: Coverity fix:                          891 - G4Qt.hh: Coverity fix:
955   o Made copy constructor and assignment opera    892   o Made copy constructor and assignment operator private.
956                                                   893 
957 2nd June 2013  John Allison (interfaces-V09-06    894 2nd June 2013  John Allison (interfaces-V09-06-01)
958 - G4Xt.hh: Coverity fix:                          895 - G4Xt.hh: Coverity fix:
959   o Made copy constructor and assignment opera    896   o Made copy constructor and assignment operator private.
960                                                   897 
961 13th May 2013 - Laurent Garnier                   898 13th May 2013 - Laurent Garnier
962 - G4UIQt :                                        899 - G4UIQt :
963   o Add some tooltips                             900   o Add some tooltips
964                                                   901 
965 1st May 2013 - Laurent Garnier                    902 1st May 2013 - Laurent Garnier
966 - Improvments about Wt driver configuration       903 - Improvments about Wt driver configuration
967                                                   904 
968 25th April 2013  Laurent Garnier                  905 25th April 2013  Laurent Garnier
969 - Add cmake configuration for Wt and Qt5 in "c    906 - Add cmake configuration for Wt and Qt5 in "common" and "basic",
970   check in the code : "!!! ONLY QT4 to be comm    907   check in the code : "!!! ONLY QT4 to be comment with QT5"
971                                                   908 
972 7th December 2012  Laurent Garnier                909 7th December 2012  Laurent Garnier
973 - Set fix size font in output.                    910 - Set fix size font in output.
974                                                   911 
975 7th December 2012  John Allison (interfaces-V0    912 7th December 2012  John Allison (interfaces-V09-06-00)
976 - Removed G4UIXaw.                                913 - Removed G4UIXaw.
977                                                   914 
978 15th November 2012 Laurent Garnier (interfaces    915 15th November 2012 Laurent Garnier (interfaces-V09-05-36)
979 - G4UIQt:                                         916 - G4UIQt:
980  o Fix bug #1391 : Menus were append before th    917  o Fix bug #1391 : Menus were append before the "File" menu
981  o FIx bug #1389 : add button with command wit    918  o FIx bug #1389 : add button with command with arguments was not working
982                                                   919 
983 14th November 2012 Laurent Garnier                920 14th November 2012 Laurent Garnier
984 - G4UIQt: Put name of the app in the title bar    921 - G4UIQt: Put name of the app in the title bar
985                                                   922 
986 6 November 2012 Koichi Murakami (interfaces-V0    923 6 November 2012 Koichi Murakami (interfaces-V09-05-35)
987 - G4UIExecutive, remove Win32 session from bes    924 - G4UIExecutive, remove Win32 session from best guess.
988                                                   925 
989 2nd November 2012 Koichi Murakami (interfaces-    926 2nd November 2012 Koichi Murakami (interfaces-V09-05-34)
990 - G4UIExecutive, G4UItcsh, add null check for     927 - G4UIExecutive, G4UItcsh, add null check for getenv return.
991                                                   928 
992 2nd November 2012  Laurent Garnier (interfaces    929 2nd November 2012  Laurent Garnier (interfaces-V09-05-33)
993 - G4UIQt : Remove icons for all applications.     930 - G4UIQt : Remove icons for all applications. It will be now provided in a
994            icons.mac file                         931            icons.mac file
995                                                   932 
996 1st November, 2012 Gabriele Cosmo (interfaces-    933 1st November, 2012 Gabriele Cosmo (interfaces-V09-05-32)
997 - Fixed GNUmakefile and source.cmake in basic     934 - Fixed GNUmakefile and source.cmake in basic module for missing G4UIGAG.hh.
998                                                   935 
999 30th October, 2012 John Allison (interfaces-V0    936 30th October, 2012 John Allison (interfaces-V09-05-31 needs vis-V09-05-45)
1000 - G4UIQt: Removed IsInstantiated.  No longer     937 - G4UIQt: Removed IsInstantiated.  No longer needed.
1001                                                  938 
1002 23th October, 2012 Koichi Murakami (interface    939 23th October, 2012 Koichi Murakami (interfaces-V09-05-30)
1003 - UIExecutive, fixed Windows error, add Selec    940 - UIExecutive, fixed Windows error, add SelectSessionByBestGuess().
1004                                                  941 
1005 22th October, 2012 Koichi Murakami (interface    942 22th October, 2012 Koichi Murakami (interfaces-V09-05-29)
1006 - GetCommandLine in G4UIshell-related is chan    943 - GetCommandLine in G4UIshell-related is changed to GetCommandLineString
1007   due to expected conflict on Windows.           944   due to expected conflict on Windows.
1008                                                  945 
1009 (interfaces-V09-05-28 is used intarnally. It     946 (interfaces-V09-05-28 is used intarnally. It was tagged on the branch,
1010 interfaces-V09-05-24-check_on_win, for testin    947 interfaces-V09-05-24-check_on_win, for testing errors on Windows)
1011                                                  948 
1012 20th October, 2012 Koichi Murakami (interface    949 20th October, 2012 Koichi Murakami (interfaces-V09-05-27)
1013 - ReceiveG4cout/cerr in G4coutDestion argumen    950 - ReceiveG4cout/cerr in G4coutDestion arguments is changed to const G4String&,
1014   the correspoinding methods in delived class    951   the correspoinding methods in delived classes are updated.
1015 - add "const" for constant-functions.            952 - add "const" for constant-functions.
1016 - G4UItcsh, command completion method is chan    953 - G4UItcsh, command completion method is changed, dynamically optimize path.
1017 - G4UIExecutive, fixed case-insensitivity in     954 - G4UIExecutive, fixed case-insensitivity in .g4session, with some modfications.
1018   For Windows, logic is back to the original,    955   For Windows, logic is back to the original, csh is active and fallback.
1019                                                  956 
1020 19th October 2012  Laurent Garnier               957 19th October 2012  Laurent Garnier
1021 - G4UIQt                                         958 - G4UIQt
1022   o Manage mouse style with bool instead of I    959   o Manage mouse style with bool instead of Icon status
1023   o Prevent case of no-icons on toolbar          960   o Prevent case of no-icons on toolbar
1024                                                  961 
1025 - G4InteractorMessenger.cc : Allow "addIcon"     962 - G4InteractorMessenger.cc : Allow "addIcon" command to have ommitables parameters
1026                                                  963 
1027 19th October 2012  John Allison                  964 19th October 2012  John Allison
1028 - G4UIExecutive.cc                               965 - G4UIExecutive.cc
1029   o Re-ordered printing of available sessions    966   o Re-ordered printing of available sessions.
1030                                                  967 
1031 19th October 2012  John Allison  (interfaces-    968 19th October 2012  John Allison  (interfaces-V09-05-26)
1032 - G4UIExecutive.cc                               969 - G4UIExecutive.cc
1033   o Resuscitate GAG on Windows.                  970   o Resuscitate GAG on Windows.
1034 - G4UIQt.cc:                                     971 - G4UIQt.cc:
1035   o Fixed compiler warning.                      972   o Fixed compiler warning.
1036                                                  973 
1037 19th October 2012  Laurent Garnier               974 19th October 2012  Laurent Garnier
1038 - G4UIQt.cc                                      975 - G4UIQt.cc
1039   o Resolved bug <a href="http://bugzilla-gea    976   o Resolved bug <a href="http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1365">1365</a>
1040     some code was removed since interfaces-V0    977     some code was removed since interfaces-V09-05-18
1041                                                  978 
1042 19th October 2012  John Allison  (interfaces-    979 19th October 2012  John Allison  (interfaces-V09-05-25)
1043 - G4UIExecutive.cc                               980 - G4UIExecutive.cc
1044   o Fixed compiler errors on Windows.            981   o Fixed compiler errors on Windows.
1045   o Re-introduced Xm.                            982   o Re-introduced Xm.
1046                                                  983 
1047 18th October 2012  Laurent Garnier               984 18th October 2012  Laurent Garnier
1048 - G4UIQt : Fix a Qt < 4.5 issue for ColorDial    985 - G4UIQt : Fix a Qt < 4.5 issue for ColorDialog
1049                                                  986 
1050 18th October, 2012 Koichi Murakami (interface    987 18th October, 2012 Koichi Murakami (interfaces-V09-05-24)
1051 - G4UIExective                                   988 - G4UIExective
1052  o additional code clean-up                      989  o additional code clean-up
1053  o treat case-insensitve session type for .g4    990  o treat case-insensitve session type for .g4session
1054                                                  991 
1055 18th October, 2012 Koichi Murakami (interface    992 18th October, 2012 Koichi Murakami (interfaces-V09-05-23)
1056 - G4VUIshell, G4UItcsh, G4VBasicShell, G4UIte    993 - G4VUIshell, G4UItcsh, G4VBasicShell, G4UIterminal
1057  o improve swimming among command directories    994  o improve swimming among command directories wih ".", ".."
1058 - G4UIExective                                   995 - G4UIExective
1059  o introduce run-time session selection schem    996  o introduce run-time session selection scheme
1060  o new G4UIExective.cc instead of G4UIExecuti    997  o new G4UIExective.cc instead of G4UIExecutive.icc
1061  o sources.cmake updated                         998  o sources.cmake updated
1062                                                  999 
1063 18th October 2012  John Allison  (interfaces-    1000 18th October 2012  John Allison  (interfaces-V09-05-22)
1064 - G4UIExecutive.icc                              1001 - G4UIExecutive.icc
1065   o Fixed compiler errors on Windows.            1002   o Fixed compiler errors on Windows.
1066                                                  1003 
1067 12th October 2012  John Allison  (interfaces-    1004 12th October 2012  John Allison  (interfaces-V09-05-21)
1068 - G4UIExecutive.icc                              1005 - G4UIExecutive.icc
1069   o Some problem with Xm - commented out.        1006   o Some problem with Xm - commented out.
1070                                                  1007 
1071 12th October 2012  John Allison  (interfaces-    1008 12th October 2012  John Allison  (interfaces-V09-05-20, co-works vis-V09-05-47)
1072 - G4UIExecutive:                                 1009 - G4UIExecutive:
1073   o Introduced string-driven-selection of UI     1010   o Introduced string-driven-selection of UI session.
1074 - G4UIXaw.cc:                                    1011 - G4UIXaw.cc:
1075   o Deprecated.                                  1012   o Deprecated.
1076                                                  1013 
1077 10th Octobre 2012  Laurent Garnier (co-works     1014 10th Octobre 2012  Laurent Garnier (co-works
1078 - G4UIQt :                                       1015 - G4UIQt :
1079  o Add a "save" command to "save" icon thanks    1016  o Add a "save" command to "save" icon thanks to John /vis/viewer/save
1080                                                  1017 
1081 9th Octobre 2012  Laurent Garnier  (interface    1018 9th Octobre 2012  Laurent Garnier  (interfaces-V09-05-19)
1082 - G4UIQt :                                       1019 - G4UIQt :
1083  o Fix a bad naming method                       1020  o Fix a bad naming method
1084                                                  1021 
1085 5th Octobre 2012  Laurent Garnier                1022 5th Octobre 2012  Laurent Garnier
1086 - G4UIQt/G4VInteractiveSession/G4InteractorMe    1023 - G4UIQt/G4VInteractiveSession/G4InteractorMessenger :
1087  o Add a new command /gui/addIcon to be able     1024  o Add a new command /gui/addIcon to be able to add an icon on the toolbar
1088  o Remove "Scene" and "viewer" components        1025  o Remove "Scene" and "viewer" components
1089                                                  1026 
1090 28th September 2012  Laurent Garnier (interfa    1027 28th September 2012  Laurent Garnier (interfaces-V09-05-17 & interfaces-V09-05-18)
1091 - G4UIQt :                                       1028 - G4UIQt :
1092   o Fixed compiler warning and remove dead co    1029   o Fixed compiler warning and remove dead code
1093                                                  1030 
1094 27th September 2012 John Allison (interfaces-    1031 27th September 2012 John Allison (interfaces-V09-05-16)
1095 - Tagged.                                        1032 - Tagged.
1096                                                  1033 
1097 26th September 2012  Laurent Garnier             1034 26th September 2012  Laurent Garnier
1098 - G4UIQt:                                        1035 - G4UIQt:
1099  o Move Icon creation in a generic method : A    1036  o Move Icon creation in a generic method : AddIcon()
1100  o Move command line on the right widget         1037  o Move command line on the right widget
1101  o Add warning when creating new menu if comm    1038  o Add warning when creating new menu if command not found
1102  o Re-order lot lof things to be able to call    1039  o Re-order lot lof things to be able to call widget dialog box for parameters outside
1103    view/scene tab stack component.               1040    view/scene tab stack component.
1104  o A menu/icon with a command without paramet    1041  o A menu/icon with a command without parameter will open a parameter dialog box
1105                                                  1042 
1106 20th September 2012  Laurent Garnier (interfa    1043 20th September 2012  Laurent Garnier (interfaces-V09-05-15)
1107 - G4UIQt : Fix a compiler warning on  uniniti    1044 - G4UIQt : Fix a compiler warning on  uninitialized parameter
1108                                                  1045 
1109 19th September 2012  John Allison (interfaces    1046 19th September 2012  John Allison (interfaces-V09-05-14)
1110 - G4UIQt: Introduced static G4bool IsInstanti    1047 - G4UIQt: Introduced static G4bool IsInstantiated() for use by vis system.
1111                                                  1048 
1112 18th Septembre 2012 Hisaya Kurashige (interfa    1049 18th Septembre 2012 Hisaya Kurashige (interfaces-V09-05-13)
1113 - Same as interfaces-V09-05-12                   1050 - Same as interfaces-V09-05-12
1114   (Re-tagged because of system test )            1051   (Re-tagged because of system test )
1115                                                  1052 
1116 5th Septembre 2012 Laurent Garnier (interface    1053 5th Septembre 2012 Laurent Garnier (interfaces-V09-05-12)
1117 - G4UIQt.cc :                                    1054 - G4UIQt.cc :
1118   o Add Perspective/Ortho icons                  1055   o Add Perspective/Ortho icons
1119   o Add new OGL S/I mode                         1056   o Add new OGL S/I mode
1120   o Remove warnings                              1057   o Remove warnings
1121   o Add Zoom In/Out icons                        1058   o Add Zoom In/Out icons
1122   o Fix icon radio button problem                1059   o Fix icon radio button problem
1123                                                  1060 
1124 2nd Septembre 2012 Laurent Garnier               1061 2nd Septembre 2012 Laurent Garnier
1125 - G4UIQt.cc :                                    1062 - G4UIQt.cc :
1126   o Add Load/Macro icons and actions (not fin    1063   o Add Load/Macro icons and actions (not finish!)
1127   o Fix a problem when no tab was displayed a    1064   o Fix a problem when no tab was displayed and creating first vis tab
1128                                                  1065 
1129 23 August 2012 Laurent Garnier                   1066 23 August 2012 Laurent Garnier
1130 - G4UIQt.cc : Begin of changing lot of things    1067 - G4UIQt.cc : Begin of changing lot of things in UI
1131   o Add some icons (not finish!)                 1068   o Add some icons (not finish!)
1132   o Change some layout (to be continue)          1069   o Change some layout (to be continue)
1133                                                  1070 
1134 9 August 2012 Laurent Garnier (interfaces-V09    1071 9 August 2012 Laurent Garnier (interfaces-V09-05-11)
1135 - G4UIQt.cc :                                    1072 - G4UIQt.cc :
1136   o Fix problem with component size              1073   o Fix problem with component size
1137   o Fix multiples vis parameters widgets when    1074   o Fix multiples vis parameters widgets when refiling the help tree
1138   o Fix major bug intriduce in last revision     1075   o Fix major bug intriduce in last revision
1139   o Fix warnings on Linux                        1076   o Fix warnings on Linux
1140   o Move Cout widget out of toolbar              1077   o Move Cout widget out of toolbar
1141                                                  1078 
1142 8 August 2012 John Allison (interfaces-V09-05    1079 8 August 2012 John Allison (interfaces-V09-05-10)
1143 - Linux compilation fixed (Laurent Garnier).     1080 - Linux compilation fixed (Laurent Garnier).
1144                                                  1081 
1145 8 August 2012 John Allison (interfaces-V09-05    1082 8 August 2012 John Allison (interfaces-V09-05-09)
1146 - Tagged.                                        1083 - Tagged.
1147                                                  1084 
1148 3 August 2012 Laurent Garnier ()                 1085 3 August 2012 Laurent Garnier ()
1149 - G4UIQt.cc : Big changes in GUI window. Add     1086 - G4UIQt.cc : Big changes in GUI window. Add /vis/scene/add and
1150   /vis/viewer parameters widgets                 1087   /vis/viewer parameters widgets
1151                                                  1088 
1152 11 July 2012 Laurent Garnier (interfaces-V09-    1089 11 July 2012 Laurent Garnier (interfaces-V09-05-08)
1153 - G4UIQt.cc : Small variable name changes and    1090 - G4UIQt.cc : Small variable name changes and re-add scene tree viewer
1154  (slow problem fixed in visualization)           1091  (slow problem fixed in visualization)
1155                                                  1092 
1156 6 July 2012 Laurent Garnier (interfaces-V09-0    1093 6 July 2012 Laurent Garnier (interfaces-V09-05-07)
1157 - G4VBasicShell.cc : Fix compilation warnings    1094 - G4VBasicShell.cc : Fix compilation warnings on Linux/gcc
1158                                                  1095 
1159 6 July 2012 Laurent Garnier (interfaces-V09-0    1096 6 July 2012 Laurent Garnier (interfaces-V09-05-06)
1160 - G4UIGAG, G4UIQt : Fix compilation warnings     1097 - G4UIGAG, G4UIQt : Fix compilation warnings on Linux/gcc
1161                                                  1098 
1162 6 July 2012 Laurent Garnier (interfaces-V09-0    1099 6 July 2012 Laurent Garnier (interfaces-V09-05-05)
1163 - G4UIGAG, G4UIGainServer, G4UIQt : Fix compi    1100 - G4UIGAG, G4UIGainServer, G4UIQt : Fix compilation warnings on Linux/gcc
1164                                                  1101 
1165 21 June 2012 Laurent Garnier (interfaces-V09-    1102 21 June 2012 Laurent Garnier (interfaces-V09-05-04)
1166 - Remove scene tree from next tag. Slow some     1103 - Remove scene tree from next tag. Slow some examples (DICOM) too much.
1167                                                  1104 
1168 1st June 2012  John Allison (interfaces-V09-0    1105 1st June 2012  John Allison (interfaces-V09-05-03)
1169 - Tagged.                                        1106 - Tagged.
1170                                                  1107 
1171 6th April 2012 Laurent Garnier                   1108 6th April 2012 Laurent Garnier
1172 - G4UIQt : Set Cout as default ToolBox widget    1109 - G4UIQt : Set Cout as default ToolBox widget at launch
1173                                                  1110 
1174 3rd April 2012  Pere Mato (interfaces-V09-05-    1111 3rd April 2012  Pere Mato (interfaces-V09-05-02)
1175 - basic/src/G4UIWin32.cc : Attempt to make it    1112 - basic/src/G4UIWin32.cc : Attempt to make it work for Win64
1176   replacing [Get|Set]WindowLong() by [Get|Set    1113   replacing [Get|Set]WindowLong() by [Get|Set]WindowLongPtr() and GWL_USERDATA by GWLP_USERDATA
1177                                                  1114 
1178 2nd April 2012  John Allison (interfaces-V09-    1115 2nd April 2012  John Allison (interfaces-V09-05-01)
1179 - Tagged.                                        1116 - Tagged.
1180                                                  1117 
1181 28th March 2012 Laurent Garnier                  1118 28th March 2012 Laurent Garnier
1182 - basic/G4UIQt : Change name of viewer compon    1119 - basic/G4UIQt : Change name of viewer components
1183                                                  1120 
1184 1st February 2012  John Allison (interfaces-V    1121 1st February 2012  John Allison (interfaces-V09-05-00)
1185 - Added moc to svn:ignore property in subdire    1122 - Added moc to svn:ignore property in subdirectory basic.
1186                                                  1123 
1187 30th November 2011 Ben Morgan (interfaces-V09    1124 30th November 2011 Ben Morgan (interfaces-V09-04-14)
1188 - basic/sources.cmake : Ensure Motif librarie    1125 - basic/sources.cmake : Ensure Motif libraries linked before X11 libraries to
1189   prevent item 321 in the Motif FAQ regarding    1126   prevent item 321 in the Motif FAQ regarding 'non-widget child "dsm"' errors.
1190                                                  1127 
1191 29 November 2011 Ben Morgan (interfaces-V09-0    1128 29 November 2011 Ben Morgan (interfaces-V09-04-13)
1192 - common/source.cmake : Ensure G4Xt gets buil    1129 - common/source.cmake : Ensure G4Xt gets built for OpenInventor
1193                                                  1130 
1194 23 November 2011 Laurent Garnier (interfaces-    1131 23 November 2011 Laurent Garnier (interfaces-V09-04-12)
1195 - Fix for displing a QMessageBox on G4err out    1132 - Fix for displing a QMessageBox on G4err output
1196                                                  1133 
1197 12 November 2011 Koichi Murakami (interfaces-    1134 12 November 2011 Koichi Murakami (interfaces-V09-04-11)
1198 - G4UIExective is rollback to interfaces-V09-    1135 - G4UIExective is rollback to interfaces-V09-04-05. (w/o run-time selection)
1199                                                  1136 
1200 12 November 2011 Koichi Murakami (interfaces-    1137 12 November 2011 Koichi Murakami (interfaces-V09-04-10)
1201 - add G4UIExecutive.cc in sources.cmake          1138 - add G4UIExecutive.cc in sources.cmake
1202                                                  1139 
1203 10 November 2011 Koichi Murakami (interfaces-    1140 10 November 2011 Koichi Murakami (interfaces-V09-04-09)
1204 - update G4UIExecutive (if-else instead of go    1141 - update G4UIExecutive (if-else instead of goto)
1205                                                  1142 
1206 07 November 2011 Koichi Murakami (interfaces-    1143 07 November 2011 Koichi Murakami (interfaces-V09-04-08)
1207 - Code quality improvements by Coverity.         1144 - Code quality improvements by Coverity.
1208 - Change G4UIExecutive. Run-time selection of    1145 - Change G4UIExecutive. Run-time selection of UI session.
1209 - Messages of G4Exception are modified in col    1146 - Messages of G4Exception are modified in collaboration format.
1210                                                  1147 
1211                                                  1148 
1212 4th November 2011 Laurent Garnier                1149 4th November 2011 Laurent Garnier
1213 - Resize toolBox                                 1150 - Resize toolBox
1214                                                  1151 
1215 10th August 2011 Laurent Garnier (interfaces-    1152 10th August 2011 Laurent Garnier (interfaces-V09-04-05)
1216 - Add a flag to know if there is a external Q    1153 - Add a flag to know if there is a external Qapp inited
1217                                                  1154 
1218 27th June 2011 Gabriele Cosmo (interfaces-V09    1155 27th June 2011 Gabriele Cosmo (interfaces-V09-04-04)
1219 - Fixed compilation gcc-4.6.0 warning for unu    1156 - Fixed compilation gcc-4.6.0 warning for unused variable in G4UIQt.
1220 - Removed incomplete Wt code                     1157 - Removed incomplete Wt code
1221 - Archived obsolete XVT module lying on trunk    1158 - Archived obsolete XVT module lying on trunk...
1222                                                  1159 
1223 17th June 2011 Ben Morgan (interfaces-V09-04-    1160 17th June 2011 Ben Morgan (interfaces-V09-04-03)
1224 - common/sources.cmake                           1161 - common/sources.cmake
1225 - basic/sources.cmake : Support for Win32 and    1162 - basic/sources.cmake : Support for Win32 and Xm added
1226                                                  1163 
1227 3rd June 2011  John Allison  (interfaces-V09-    1164 3rd June 2011  John Allison  (interfaces-V09-04-02)
1228 - Tagged.                                        1165 - Tagged.
1229                                                  1166 
1230 2 June, 2011 L. Garnier                          1167 2 June, 2011 L. Garnier
1231 - G4UIQt : Comment ViewerComponent Panel         1168 - G4UIQt : Comment ViewerComponent Panel
1232                                                  1169 
1233 20 May, 2011 L. Garnier                          1170 20 May, 2011 L. Garnier
1234 - G4UIQt : Add ViewerComponent Panel             1171 - G4UIQt : Add ViewerComponent Panel
1235                                                  1172 
1236 17th May 2011  John Allison                      1173 17th May 2011  John Allison
1237 - G4UIXaw.cc, G4UIXm.cc:                         1174 - G4UIXaw.cc, G4UIXm.cc:
1238   o Fix gcc-4.6.0 warnings about unused varia    1175   o Fix gcc-4.6.0 warnings about unused variables.
1239                                                  1176 
1240 11th April, 2011 L. Garnier                      1177 11th April, 2011 L. Garnier
1241 - Coverity warning fix                           1178 - Coverity warning fix
1242                                                  1179 
1243 24th March, 2011 G. Cosmo  (interfaces-V09-04    1180 24th March, 2011 G. Cosmo  (interfaces-V09-04-01)
1244 - Corrected typo.                                1181 - Corrected typo.
1245                                                  1182 
1246 23rd March, 2011 G. Cosmo  (interfaces-V09-04    1183 23rd March, 2011 G. Cosmo  (interfaces-V09-04-00)
1247 - Fix in G4VBasicShell::ApplyShellCommand() f    1184 - Fix in G4VBasicShell::ApplyShellCommand() for substring exact comparisons.
1248   Thanks to A.Radkov for spotting the problem    1185   Thanks to A.Radkov for spotting the problem.
1249                                                  1186 
1250 2nd March, 2011 Laurent Garnier                  1187 2nd March, 2011 Laurent Garnier
1251 - Get rid of old Qt3 code                        1188 - Get rid of old Qt3 code
1252                                                  1189 
1253 24th January, 2011 L.Garnier                     1190 24th January, 2011 L.Garnier
1254 - basic/GNUmakefile : Fix mistake in last com    1191 - basic/GNUmakefile : Fix mistake in last commit (did not compile on windows)
1255 - common/GNUmakefile : Fix mistake in last co    1192 - common/GNUmakefile : Fix mistake in last commit (did not compile on windows)
1256                                                  1193 
1257 23rd December, 2010 L. Garnier                   1194 23rd December, 2010 L. Garnier
1258 - basic/GNUmakefile : Remove OGL stuff from M    1195 - basic/GNUmakefile : Remove OGL stuff from Makefile
1259 - common/GNUmakefile : Remove OGL stuff from     1196 - common/GNUmakefile : Remove OGL stuff from Makefile
1260                                                  1197 
1261 8th October, 2010 L. Garnier  (interfaces-V09    1198 8th October, 2010 L. Garnier  (interfaces-V09-03-13)
1262 - G4UIQt : Fiw problem with redraw of help tr    1199 - G4UIQt : Fiw problem with redraw of help tree.
1263                                                  1200 
1264 6th October, 2010 J. Allison  (interfaces-V09    1201 6th October, 2010 J. Allison  (interfaces-V09-03-12)
1265 - G4UIQt : Remove message about empty viewer     1202 - G4UIQt : Remove message about empty viewer (comment out
1266            fEmptyViewerTabLabel - suggested b    1203            fEmptyViewerTabLabel - suggested by Laurent).
1267                                                  1204 
1268 5th June, 2010 L. Garnier                        1205 5th June, 2010 L. Garnier
1269 - G4UIQt : Fix some bug on helpTree view         1206 - G4UIQt : Fix some bug on helpTree view
1270                                                  1207 
1271 23rd June, 2010 L. Garnier                       1208 23rd June, 2010 L. Garnier
1272 - G4UIQt : Fix compilation warnings on Qt3 an    1209 - G4UIQt : Fix compilation warnings on Qt3 and Qt4
1273                                                  1210 
1274 22nd June, 2010 L. Garnier (interfaces-V09-03    1211 22nd June, 2010 L. Garnier (interfaces-V09-03-11)
1275 - G4UIQt : Fix crash when open UI with no vis    1212 - G4UIQt : Fix crash when open UI with no vis tab
1276                                                  1213 
1277 18th June, 2010 L. Garnier                       1214 18th June, 2010 L. Garnier
1278 - Fix Qt3 compilation bug (setVisible(...) un    1215 - Fix Qt3 compilation bug (setVisible(...) unprotected
1279                                                  1216 
1280 17th June, 2010 G. Cosmo (interfaces-V09-03-1    1217 17th June, 2010 G. Cosmo (interfaces-V09-03-10)
1281 - Fixed compilation errors in G4UIQt for Qt3.    1218 - Fixed compilation errors in G4UIQt for Qt3....
1282                                                  1219 
1283 17th June, 2010 K. Murakami (interfaces-V09-0    1220 17th June, 2010 K. Murakami (interfaces-V09-03-09)
1284 - Tagged.                                        1221 - Tagged.
1285                                                  1222 
1286 10th June, 2010 L. Garnier                       1223 10th June, 2010 L. Garnier
1287 - G4UIQt : Fix crash when del all viewer tabs    1224 - G4UIQt : Fix crash when del all viewer tabs and create a new one.
1288            Fix widget QLabel strange effect o    1225            Fix widget QLabel strange effect on OSX 10.5
1289                                                  1226 
1290 10th June, L. Garnier                            1227 10th June, L. Garnier
1291 - G4UIQt : Improvments on OpenGL tab at initi    1228 - G4UIQt : Improvments on OpenGL tab at initialisation (tab size was
1292   too small). Remove some flicker effect at i    1229   too small). Remove some flicker effect at initialisation. Remove a
1293   compilation warning. Improvment on Cout Fil    1230   compilation warning. Improvment on Cout Filter for Qt3
1294                                                  1231 
1295 8th June, 2010 K.Murakami (interfaces-V09-03-    1232 8th June, 2010 K.Murakami (interfaces-V09-03-08)
1296 - G4VBasicShell : wrong version is in the cvs    1233 - G4VBasicShell : wrong version is in the cvs head.
1297                   back to previous version (1    1234                   back to previous version (1.14) which includes
1298                   a correct bug fix.             1235                   a correct bug fix.
1299                                                  1236 
1300 4th June,  L. Garnier (interfaces-V09-03-07)     1237 4th June,  L. Garnier (interfaces-V09-03-07)
1301 - G4UIQt : Fix recursive repaint on windows a    1238 - G4UIQt : Fix recursive repaint on windows and linux
1302   Also fixed compilation problem for Qt3.        1239   Also fixed compilation problem for Qt3.
1303 - G4VBasicShell : Command completion improvme    1240 - G4VBasicShell : Command completion improvments (was solve in
1304   v1.14 of G4VBasicShell but don't know why I    1241   v1.14 of G4VBasicShell but don't know why I go one step back)
1305                                                  1242 
1306 3rd June  J. Allison (interfaces-V09-03-06)      1243 3rd June  J. Allison (interfaces-V09-03-06)
1307 - Tagged.                                        1244 - Tagged.
1308                                                  1245 
1309 1st June, L. Garnier                             1246 1st June, L. Garnier
1310  - G4UIQt : Fix bug on Qt >4.5 introduce on 1    1247  - G4UIQt : Fix bug on Qt >4.5 introduce on 1st June
1311                                                  1248 
1312 1st June, L. Garnier (interfaces-V09-03-05)      1249 1st June, L. Garnier (interfaces-V09-03-05)
1313  - G4UIQt : warning on Qt version < 4.5          1250  - G4UIQt : warning on Qt version < 4.5
1314                                                  1251 
1315 28 May, L. Garnier                               1252 28 May, L. Garnier
1316  - G4UIQt : Bug fix when compiling on windows    1253  - G4UIQt : Bug fix when compiling on windows
1317                                                  1254 
1318 28 May, K. Murakami (interfaces-V09-03-04)       1255 28 May, K. Murakami (interfaces-V09-03-04)
1319  - G4UIExective : session type order is chang    1256  - G4UIExective : session type order is changed.
1320                   GUI session is prioritized.    1257                   GUI session is prioritized.
1321                                                  1258 
1322 26 May, L. Garnier (interfaces-V09-03-03)        1259 26 May, L. Garnier (interfaces-V09-03-03)
1323  - G4UIQt: Fix some compil errors with qt3       1260  - G4UIQt: Fix some compil errors with qt3
1324                                                  1261 
1325 20 May, L. Garnier (interfaces-V09-03-02)        1262 20 May, L. Garnier (interfaces-V09-03-02)
1326  Co-working tag : intercoms-V09-03-01            1263  Co-working tag : intercoms-V09-03-01
1327  - G4UIQt: Add some changes in order to regis    1264  - G4UIQt: Add some changes in order to register UI in order to access
1328    it after                                      1265    it after
1329  - G4Qt: Remove a cycle dependency               1266  - G4Qt: Remove a cycle dependency
1330                                                  1267 
1331 19 May, L. Garnier                               1268 19 May, L. Garnier
1332  - G4UIQt: Fix a warning in Cout during viewe    1269  - G4UIQt: Fix a warning in Cout during viewer creation
1333            Fix a flush problem at viewer crea    1270            Fix a flush problem at viewer creation
1334                                                  1271 
1335 18 May, L. Garnier                               1272 18 May, L. Garnier
1336  - G4UIQt: Fix an output warning                 1273  - G4UIQt: Fix an output warning
1337                                                  1274 
1338 11 May, J.Allison (interfaces-V09-03-01)         1275 11 May, J.Allison (interfaces-V09-03-01)
1339 - Tagged interfaces-V09-03-01.  (Note: interf    1276 - Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
1340   used on a patch branch.)                       1277   used on a patch branch.)
1341                                                  1278 
1342 7 May, L. Garnier                                1279 7 May, L. Garnier
1343  - G4UIQt: Add new command in help tree will     1280  - G4UIQt: Add new command in help tree will update immediatly the help tree
1344    (removing a command not code yet)             1281    (removing a command not code yet)
1345                                                  1282 
1346 26 April, L. Garnier                             1283 26 April, L. Garnier
1347  - G4UIQt: Improvments                           1284  - G4UIQt: Improvments
1348  - G4Qt: Improvments                             1285  - G4Qt: Improvments
1349                                                  1286 
1350 15 April, 2010 G. Cosmo                          1287 15 April, 2010 G. Cosmo
1351  - Fixed call to contructor QKeySequence() in    1288  - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
1352    allow for porting on gcc-4.5.                 1289    allow for porting on gcc-4.5.
1353                                                  1290 
1354 6 January, 2010 L. Garnier                       1291 6 January, 2010 L. Garnier
1355  - G4VBasicShell : improvments for command co    1292  - G4VBasicShell : improvments for command completion
1356  - G4Qt : Add a link to G4UIQt                   1293  - G4Qt : Add a link to G4UIQt
1357  - G4UIQt : Add tab widgets in order to put V    1294  - G4UIQt : Add tab widgets in order to put Vis in
1358                                                  1295 
1359 20 November, 2009 K. Murakami (interfaces-V09    1296 20 November, 2009 K. Murakami (interfaces-V09-02-07)
1360  - G4UIExecutive.hh:  no default arguments of    1297  - G4UIExecutive.hh:  no default arguments of the constructor
1361  - G4UIExecutive.icc: more cleaver way for su    1298  - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
1362                                                  1299 
1363 20 November, 2009 J. Allison (interfaces-V09-    1300 20 November, 2009 J. Allison (interfaces-V09-02-06)
1364  - G4UIExecutive.icc: Fixed complier warnings    1301  - G4UIExecutive.icc: Fixed complier warnings for some cases when more
1365   than one flag is set.                          1302   than one flag is set.
1366                                                  1303 
1367 19 November, 2009 J. Allison (interfaces-V09-    1304 19 November, 2009 J. Allison (interfaces-V09-02-05)
1368  - Tagged for the release.                       1305  - Tagged for the release.
1369                                                  1306 
1370 18 November, 2009 L. Garnier                     1307 18 November, 2009 L. Garnier
1371  - G4UIQt: Add CTRL+A and CTRL+E to move to b    1308  - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
1372                                                  1309 
1373 17 November, 2009 L. Garnier                     1310 17 November, 2009 L. Garnier
1374  - G4VBasicShell: Fix commands strings that m    1311  - G4VBasicShell: Fix commands strings that match some shorter
1375    commands are trimmed and executed as those    1312    commands are trimmed and executed as those shorter commands.
1376                                                  1313 
1377 5 November, 2009 L. Garnier                      1314 5 November, 2009 L. Garnier
1378  - G4UIQt Fix a problem introduce the 6th Oct    1315  - G4UIQt Fix a problem introduce the 6th October 2009 and cause
1379    some widget display strange things on qt3     1316    some widget display strange things on qt3
1380                                                  1317 
1381 19 October, 2009 L. Garnier                      1318 19 October, 2009 L. Garnier
1382  - basic/GNUMakefile Add optionnal debug flag    1319  - basic/GNUMakefile Add optionnal debug flag
1383                                                  1320 
1384 6 October, 2009 L. Garnier                       1321 6 October, 2009 L. Garnier
1385  - G4UIQt Fix a problem on macOSX 10.6 with Q    1322  - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
1386  - Change GEANT4_QT_DEBUG flag for G4DEBUG_IN    1323  - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
1387    G4DEBUG_INTERFACES_COMMON                     1324    G4DEBUG_INTERFACES_COMMON
1388                                                  1325 
1389 28 May, 2009 K. Murakami (interfaces-V09-02-0    1326 28 May, 2009 K. Murakami (interfaces-V09-02-03)
1390  - G4UIExecutive: add  IsGUI() method / add G    1327  - G4UIExecutive: add  IsGUI() method / add GetSession() method
1391                                                  1328 
1392 18 May, 2009 K. Murakami (interfaces-V09-02-0    1329 18 May, 2009 K. Murakami (interfaces-V09-02-02)
1393  - G4UIExecutive : fixed wrong #ifdef conditi    1330  - G4UIExecutive : fixed wrong #ifdef condition
1394  - include changes by Laurent (7/May)            1331  - include changes by Laurent (7/May)
1395                                                  1332 
1396 15 May, 2009 K. Murakami (interfaces-V09-02-0    1333 15 May, 2009 K. Murakami (interfaces-V09-02-01)
1397  - G4UIExecutive : Remove batch mode handling    1334  - G4UIExecutive : Remove batch mode handling
1398                                                  1335 
1399 13 May, 2009 K. Murakami (interfaces-V09-02-0    1336 13 May, 2009 K. Murakami (interfaces-V09-02-00)
1400  - G4UIExecutive : Add new class for automati    1337  - G4UIExecutive : Add new class for automatic instantiation of user session
1401  - G4VUIshell : Add SetLsColor()                 1338  - G4VUIshell : Add SetLsColor()
1402                                                  1339 
1403 7, May, 2009 L. Garnier                          1340 7, May, 2009 L. Garnier
1404  - G4UIQt.cc : Fix Compilation warning           1341  - G4UIQt.cc : Fix Compilation warning
1405  - G4VBasicShell.cc : Better command completi    1342  - G4VBasicShell.cc : Better command completion in command Line
1406                                                  1343 
1407 31, March, 2009 L.Garnier                        1344 31, March, 2009 L.Garnier
1408  - Fix a compilation warning in G4Qt.cc          1345  - Fix a compilation warning in G4Qt.cc
1409                                                  1346 
1410 16 February 2009, Laurent Garnier                1347 16 February 2009, Laurent Garnier
1411  - G4UIQt : Add an Interactor to be able to a    1348  - G4UIQt : Add an Interactor to be able to add button on file and help menu
1412  - G4UIQt : Add a public method to get the Ma    1349  - G4UIQt : Add a public method to get the MainWindow
1413                                                  1350 
1414 27, November, 2008 K. Murakami (interfaces-V0    1351 27, November, 2008 K. Murakami (interfaces-V09-01-04)
1415  - G4UIQt.cc: warning fix                        1352  - G4UIQt.cc: warning fix
1416                                                  1353 
1417 21, November, 2008 K. Murakami (interfaces-V0    1354 21, November, 2008 K. Murakami (interfaces-V09-01-03)
1418  -tagged for release 9.2                         1355  -tagged for release 9.2
1419                                                  1356 
1420 14 November, 2008 Laurent Garnier                1357 14 November, 2008 Laurent Garnier
1421  - G4UIXm,G4Win32 : Renaming according to Gea    1358  - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
1422                                                  1359 
1423 6 November, 2008 Laurent Garnier                 1360 6 November, 2008 Laurent Garnier
1424  - G4Qt : Re-fix problem on some linux with Q    1361  - G4Qt : Re-fix problem on some linux with QApplication, should be better
1425  - G4Qt : Add availabity to launch a G4Qt wit    1362  - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
1426                                                  1363 
1427 24 October, 2008 Laurent Garnier                 1364 24 October, 2008 Laurent Garnier
1428  - Change GEANT4_QT_DEBUG flag by QTDEBUG        1365  - Change GEANT4_QT_DEBUG flag by QTDEBUG
1429  - Suppress unuseful DEBUG messages              1366  - Suppress unuseful DEBUG messages
1430                                                  1367 
1431 15 October, 2008 Laurent Garnier                 1368 15 October, 2008 Laurent Garnier
1432  - Fix a problem on some linux with QApplicat    1369  - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
1433  - Fix a qt3 backward compatibility on G4UIQt    1370  - Fix a qt3 backward compatibility on G4UIQt.cc
1434                                                  1371 
1435 7 October, 2008 Laurent Garnier                  1372 7 October, 2008 Laurent Garnier
1436  - Fix a G4cout possible problem cause by rec    1373  - Fix a G4cout possible problem cause by recursive G4cout call.
1437                                                  1374 
1438 2 October, 2008 Laurent Garnier                  1375 2 October, 2008 Laurent Garnier
1439  - Add availability to have a external Qapp      1376  - Add availability to have a external Qapp
1440                                                  1377 
1441 22 July, 2008 K.Murakami (interfaces-V09-01-0    1378 22 July, 2008 K.Murakami (interfaces-V09-01-02)
1442  - tagged                                        1379  - tagged
1443  - direct exit calls are replaced with G4Exce    1380  - direct exit calls are replaced with G4Exception/another way of exit
1444    G4UIGainServer.cc, G4UIterminal.cc : call     1381    G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
1445    G4UItcsh.cc : nomal exit instead of direct    1382    G4UItcsh.cc : nomal exit instead of direct calling exit()
1446                                                  1383 
1447 14 June, 2008 K.Murakami (interfaces-V09-01-0    1384 14 June, 2008 K.Murakami (interfaces-V09-01-01)
1448  - tagged                                        1385  - tagged
1449                                                  1386 
1450 30th April, Laurent Garnier                      1387 30th April, Laurent Garnier
1451  - Include moc config in GNUmakefile             1388  - Include moc config in GNUmakefile
1452                                                  1389 
1453 10th March, Laurent Garnier                      1390 10th March, Laurent Garnier
1454  - Improvments for layout in Qt driver for Qt    1391  - Improvments for layout in Qt driver for Qt3
1455                                                  1392 
1456 30th January 2007, Laurent Garnier               1393 30th January 2007, Laurent Garnier
1457  - Add a search area in the help widget          1394  - Add a search area in the help widget
1458                                                  1395 
1459 15th January 2007, Laurent Garnier               1396 15th January 2007, Laurent Garnier
1460  - Fixed some layout problems                    1397  - Fixed some layout problems
1461  - GNUmakefile : Added a macro for moc file      1398  - GNUmakefile : Added a macro for moc file
1462  - Moc files : Suppression of all theses file    1399  - Moc files : Suppression of all theses files. They are now autogenerated
1463    thanks to config/common.gmk                   1400    thanks to config/common.gmk
1464                                                  1401 
1465 15 January 2007, Koichi Murakami (interfaces-    1402 15 January 2007, Koichi Murakami (interfaces-V09-01-00)
1466  - G4UItcsh.cc: fixed the problem with Ctl-D     1403  - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
1467                                                  1404 
1468 30 November 2007, Laurent Garnier                1405 30 November 2007, Laurent Garnier
1469  - G4UIQt : Some improvements for Qt3, correc    1406  - G4UIQt : Some improvements for Qt3, corrections of some bugs
1470  - G4UIQt_moc.cc : Adding other versions for     1407  - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
1471    59, but this is not the right solution..      1408    59, but this is not the right solution..
1472  - GAG/Makefile : Suppression of linking on a    1409  - GAG/Makefile : Suppression of linking on a unuseful library
1473                                                  1410 
1474 16 November 2007, Koichi Murakami (interfaces    1411 16 November 2007, Koichi Murakami (interfaces-V09-00-03)
1475  - G4UIGainServer.cc: cleared a compilation w    1412  - G4UIGainServer.cc: cleared a compilation warning.
1476  - tagged for the 9.1 release.                   1413  - tagged for the 9.1 release.
1477                                                  1414 
1478 15 Nov 2007, Laurent Garnier                     1415 15 Nov 2007, Laurent Garnier
1479  - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG fla    1416  - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
1480  - G4UIQt,G4Qt : Compilation improvements for    1417  - G4UIQt,G4Qt : Compilation improvements for Qt3
1481  - G4UIQt,G4Qt : Minors corrections on G4UIQt    1418  - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
1482                                                  1419 
1483 13 Nov 2007, Laurent Garnier                     1420 13 Nov 2007, Laurent Garnier
1484  - G4UIQt,G4Qt : Moving all moc in one big fi    1421  - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
1485    including Qt3 and Qt4 moc support             1422    including Qt3 and Qt4 moc support
1486                                                  1423 
1487 09 Nov 2007, Laurent Garnier                     1424 09 Nov 2007, Laurent Garnier
1488  - G4UIQt,G4Qt : Change all include directive    1425  - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
1489                                                  1426 
1490 27 Sept 2007, Laurent Garnier                    1427 27 Sept 2007, Laurent Garnier
1491  - Adding sur files for G4UIQt driver            1428  - Adding sur files for G4UIQt driver
1492                                                  1429 
1493 06 November Koichi Murakami                      1430 06 November Koichi Murakami
1494 - G4UItcsh.cc: store shell history across ses    1431 - G4UItcsh.cc: store shell history across sessions.
1495                                                  1432 
1496 30 October 2007 Koichi Murakami (interfaces-V    1433 30 October 2007 Koichi Murakami (interfaces-V09-00-02)
1497 - Guy committed the new Qt interface (28/Sep)    1434 - Guy committed the new Qt interface (28/Sep).
1498 - Add "#ifdef G4UI_BUILD_QT_SESSION" protecti    1435 - Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
1499 - Remove Qt interface from the current tag.      1436 - Remove Qt interface from the current tag.
1500 - G4UIGAG.cc: suppress a compilation warning.    1437 - G4UIGAG.cc: suppress a compilation warning.
1501                                                  1438 
1502 30 October 2007 Koichi Murakami (interfaces-V    1439 30 October 2007 Koichi Murakami (interfaces-V09-00-01)
1503 - Makoto updated the implementation of the si    1440 - Makoto updated the implementation of the signal handler for Ctrl-C.
1504                                                  1441 
1505 28 October 2007, Makoto Asai                     1442 28 October 2007, Makoto Asai
1506 - Remove improper dependency from interfaces/    1443 - Remove improper dependency from interfaces/basic to run in GNUmakefile
1507                                                  1444 
1508 02 August 2007, Koichi Murakami (interfaces-V    1445 02 August 2007, Koichi Murakami (interfaces-V09-00-00)
1509 - Fix compilation warning on SUN-CC in G4UIte    1446 - Fix compilation warning on SUN-CC in G4UIterminal.cc
1510                                                  1447 
1511 19 June 2007, Gabriele Cosmo (interfaces-V08-    1448 19 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
1512 - Fix compilation error on Windows ('theShell    1449 - Fix compilation error on Windows ('theShell' not declared).
1513                                                  1450 
1514 14 June 2007, Koichi Murakami (interfaces-V08    1451 14 June 2007, Koichi Murakami (interfaces-V08-03-01)
1515 - fixed the problem with Ctl-C termination fo    1452 - fixed the problem with Ctl-C termination for bash users.
1516  * G4VUIshell   : add a virtual method ResetT    1453  * G4VUIshell   : add a virtual method ResetTerminal()
1517  * G4UItcsh     : add a method ResetTerminal(    1454  * G4UItcsh     : add a method ResetTerminal()
1518  * G4UIterminal : add terminal reset when Ctl    1455  * G4UIterminal : add terminal reset when Ctl-C termination
1519                                                  1456 
1520 22 May 2007, Koichi Murakami (interface-V08-0    1457 22 May 2007, Koichi Murakami (interface-V08-03-00)
1521 - G4UIterminal.cc: implement signal handler f    1458 - G4UIterminal.cc: implement signal handler for soft-abort
1522                                                  1459 
1523 28 November 2005, Gabriele Cosmo (interface-V    1460 28 November 2005, Gabriele Cosmo (interface-V07-01-02)
1524 - G4UIXm.cc migrated to sstream                  1461 - G4UIXm.cc migrated to sstream
1525                                                  1462 
1526 21 November 2005, Hajime Yoshida (interface-V    1463 21 November 2005, Hajime Yoshida (interface-V07-01-01)
1527 - G4UIGAG.cc and G4UIGainServer.cc migrated t    1464 - G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
1528                                                  1465 
1529 26 October 2005, Koichi Murakami (interfaces-    1466 26 October 2005, Koichi Murakami (interfaces-V07-01-00)
1530 - G4UItcsh/G4UIterminal/G4VBasicShell:           1467 - G4UItcsh/G4UIterminal/G4VBasicShell:
1531   migration from strstream to sstream            1468   migration from strstream to sstream
1532                                                  1469 
1533 22 April 2005, Gabriele Cosmo (interfaces-V07    1470 22 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
1534 - G4UIGainServer: fixed conditional compilati    1471 - G4UIGainServer: fixed conditional compilation for MacOS 10.4.
1535                                                  1472 
1536 26 January 2005, Gabriele Cosmo (interfaces-V    1473 26 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
1537 - Removed explicit definition of G4TMPDIR in     1474 - Removed explicit definition of G4TMPDIR in GNUmakefiles
1538   (not necessary since already defined in com    1475   (not necessary since already defined in common.gmk).
1539                                                  1476 
1540 27 November 2004, Hajime Yoshida (interfaces-    1477 27 November 2004, Hajime Yoshida (interfaces-V06-02-00)
1541 - Tagged.                                        1478 - Tagged.
1542                                                  1479 
1543 25 November 2004, Hajime Yoshida (interfaces-    1480 25 November 2004, Hajime Yoshida (interfaces-V06-01-02)
1544 - Tagged.                                        1481 - Tagged.
1545                                                  1482 
1546 21 November 2004, Guy Barrand                    1483 21 November 2004, Guy Barrand
1547 - G4UIXm.cc: have some nice default resources    1484 - G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
1548                                                  1485 
1549 07 June 2004, Gabriele Cosmo (interfaces-V06-    1486 07 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
1550 - G4UIWin32.cc: move usage of inline methods     1487 - G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
1551   support on Windows.                            1488   support on Windows.
1552 - GNUmakefile: added definition of GLOBLIBS f    1489 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
1553                                                  1490 
1554 09 April 2004, John Allison (interfaces-V06-0    1491 09 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
1555 - Tagged G4[UI]Win32[.hh,.cc] as below.  Join    1492 - Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
1556                                                  1493 
1557 08 April 2004, Guy Barrand                       1494 08 April 2004, Guy Barrand
1558 - G4[UI]Win32[.hh,.cc] : modify things in ord    1495 - G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
1559   a standard C main (and avoid the WinMain).     1496   a standard C main (and avoid the WinMain).
1560                                                  1497 
1561 22 October 2003, Guy Barrand (interfaces-V05-    1498 22 October 2003, Guy Barrand (interfaces-V05-02-00)
1562 - OPACS : archived obsolete OPACS module and     1499 - OPACS : archived obsolete OPACS module and cleared build setup.
1563                                                  1500 
1564 17 October 2003, Guy Barrand                     1501 17 October 2003, Guy Barrand
1565 - G4Xt.cc : removed unused and commented code    1502 - G4Xt.cc : removed unused and commented code.
1566                                                  1503 
1567 11 June 2003, Gabriele Cosmo (interfaces-V05-    1504 11 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
1568 - G4UIWin32.cc: cleared warning on redefiniti    1505 - G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
1569   WIN32-VC system.                               1506   WIN32-VC system.
1570                                                  1507 
1571 04 June 2003, Gabriele Cosmo (interfaces-V05-    1508 04 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
1572 - Fixes for inclusion of <strstream> in G4UIX    1509 - Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
1573   G4UIterminal.cc in view of the g4std wrappe    1510   G4UIterminal.cc in view of the g4std wrappers migration.
1574                                                  1511 
1575 30 May 2003, Gabriele Cosmo (interfaces-V05-0    1512 30 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
1576 - Fixed few pedantic warnings...                 1513 - Fixed few pedantic warnings...
1577 - G4UIGainServer.cc: fixed compilation proble    1514 - G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
1578                                                  1515 
1579 04 December 2002, Makoto Asai (interfaces-V04    1516 04 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
1580 - Migration to new G4ApplicationState.           1517 - Migration to new G4ApplicationState.
1581                                                  1518 
1582 15 November 2002, Hajime Yoshida (interfaces-    1519 15 November 2002, Hajime Yoshida (interfaces-V04-01-00)
1583 - basic/src/G4UIArrayStrings.cc is now workin    1520 - basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
1584   by Koichi Murakami                             1521   by Koichi Murakami
1585                                                  1522 
1586 09 November 2002, Hajime Yoshida (interfaces-    1523 09 November 2002, Hajime Yoshida (interfaces-V04-00-05)
1587 - G4UIGainServer.cc uses socklen_t as before.    1524 - G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
1588 - test/G4cout_test01 updated. An example of s    1525 - test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
1589                                                  1526 
1590 06 November 2002, Guy Barrand                    1527 06 November 2002, Guy Barrand
1591 - G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some w    1528 - G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
1592                                                  1529 
1593 14 June 2002, Hajime Yoshida (interfaces-V04-    1530 14 June 2002, Hajime Yoshida (interfaces-V04-00-04)
1594 - G4UIGainServer.cc/hh have a protection: #if    1531 - G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
1595   on WIndows.                                    1532   on WIndows.
1596                                                  1533 
1597 14 June 2002, Hajime Yoshida (interfaces-V04-    1534 14 June 2002, Hajime Yoshida (interfaces-V04-00-04)
1598 - Added protection #ifndef WIN32 to new class    1535 - Added protection #ifndef WIN32 to new class G4UIGainServer in definition
1599   and body, to prevent compilation on Windows    1536   and body, to prevent compilation on Windows platforms.
1600                                                  1537 
1601 12 June 2002, Gabriele Cosmo (interfaces-V04-    1538 12 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
1602 - Fixes for porting on platforms other than L    1539 - Fixes for porting on platforms other than Linux.
1603   o socklen_t is Linux specific and not defin    1540   o socklen_t is Linux specific and not defined elsewhere; changed to int*.
1604   o Fixed usage g4std/iostream, globals.hh an    1541   o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
1605                                                  1542 
1606 12 June 2002, Hajime Yoshida (interfaces-V04-    1543 12 June 2002, Hajime Yoshida (interfaces-V04-00-02)
1607 - Introduced new class G4UIGainServer, socket    1544 - Introduced new class G4UIGainServer, socket extension for G4UIGAG.
1608 - added GAG/src/G4UIGainSErver.cc and GAG/inc    1545 - added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
1609 - G4UIGainServer is the new member of libG4UI    1546 - G4UIGainServer is the new member of libG4UIGAG.so(a)
1610   (no modification to GNUmakefiles)              1547   (no modification to GNUmakefiles)
1611                                                  1548 
1612 26 April 2002, Makoto Asai (interfaces-V04-00    1549 26 April 2002, Makoto Asai (interfaces-V04-00-01)
1613 - Corresponds to interfaces change in interco    1550 - Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
1614  Affected files :                                1551  Affected files :
1615   basics/src/G4VUIshell.cc                       1552   basics/src/G4VUIshell.cc
1616   common/src/G4VBasicShell.cc                    1553   common/src/G4VBasicShell.cc
1617   GAG/src/G4UIGAG.cc                             1554   GAG/src/G4UIGAG.cc
1618                                                  1555 
1619 25 February 2002, Makoto Asai (interfaces-V04    1556 25 February 2002, Makoto Asai (interfaces-V04-00-00)
1620 - fix for odd behavior on Windows in G4UIchs.    1557 - fix for odd behavior on Windows in G4UIchs.cc
1621                                                  1558 
1622 03 December 2001 Guy Barrand (interfaces-V03-    1559 03 December 2001 Guy Barrand (interfaces-V03-02-04)
1623 - G4VInteractorManager::RemoveDispatcher : ch    1560 - G4VInteractorManager::RemoveDispatcher : change the "std::remove"
1624   logic in order to fix a disfunctionning wit    1561   logic in order to fix a disfunctionning with vis/OpenInventor driver.
1625 - G4Xt.cc : remove some g++ compilation warni    1562 - G4Xt.cc : remove some g++ compilation warnings about unused
1626   iconify functions.                             1563   iconify functions.
1627                                                  1564 
1628 29 November 2001 Hajime Yoshida (interfaces-V    1565 29 November 2001 Hajime Yoshida (interfaces-V03-02-03)
1629 - Fix G4UIGAG.cc for alias command (following    1566 - Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
1630                                                  1567 
1631 26 November 2002 Makoto Asai (interfaces-V03-    1568 26 November 2002 Makoto Asai (interfaces-V03-02-02)
1632 - Fix compilation warnings caused by gcc-2.95    1569 - Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
1633                                                  1570 
1634 23 November 2001 Makoto Asai (interfaces-V03-    1571 23 November 2001 Makoto Asai (interfaces-V03-02-01)
1635 - Fix G4UIterminal to display a command line     1572 - Fix G4UIterminal to display a command line AFTER solving aliases
1636   in case the command caused "command not fou    1573   in case the command caused "command not found".
1637 - Fix G4UItcsh.hh not to have warning message    1574 - Fix G4UItcsh.hh not to have warning message.
1638                                                  1575 
1639 22 October 2001 Hajime Yoshida                   1576 22 October 2001 Hajime Yoshida
1640 -G4UIGAG.cc no more compiler warning due to G    1577 -G4UIGAG.cc no more compiler warning due to G4String
1641                                                  1578 
1642 22 October 2001 Hajime Yoshida                   1579 22 October 2001 Hajime Yoshida
1643 - G4UIGAG ; no compilation warning with g++-2    1580 - G4UIGAG ; no compilation warning with g++-2.95
1644                                                  1581 
1645 11 August 2001  John Allison (interfaces-V03-    1582 11 August 2001  John Allison (interfaces-V03-02-00)
1646 - Re-engineered G4UI variables.  Coworks with    1583 - Re-engineered G4UI variables.  Coworks with config-V03-02-04.
1647 - Changed GNUmakefile so that GAG, TERMINAL a    1584 - Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
1648 - Nothing built if G4UI_NONE is set.             1585 - Nothing built if G4UI_NONE is set.
1649                                                  1586 
1650 29 November 2000 Makoto Asai (interfaces-V02-    1587 29 November 2000 Makoto Asai (interfaces-V02-00-03)
1651 - Tag for Guy's correction.                      1588 - Tag for Guy's correction.
1652                                                  1589 
1653 28 November 2000 Guy Barrand                     1590 28 November 2000 Guy Barrand
1654 - G4Xt.cc ; SUN-CC : correct warning : argc h    1591 - G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
1655                                                  1592 
1656 27 November 2000 Makoto Asai (interfaces-V02-    1593 27 November 2000 Makoto Asai (interfaces-V02-00-02)
1657 - G4VUIShell.hh : add virtual keyword to the     1594 - G4VUIShell.hh : add virtual keyword to the destructor.
1658                                                  1595 
1659 11 August 2000 Guy Barrand                       1596 11 August 2000 Guy Barrand
1660 - G4UIWo.cc : add some cast in order to compi    1597 - G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
1661                                                  1598 
1662 1 August 2000 Gabriele Cosmo (interfaces-V02-    1599 1 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
1663 - Fixed warnings on HP-aCC system in G4UItcsh    1600 - Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
1664   where unsigned (size_t) was requested inste    1601   where unsigned (size_t) was requested instead.
1665                                                  1602 
1666 31 July 2000 Gonzalo Gracia                      1603 31 July 2000 Gonzalo Gracia
1667 - Modifications required to compile on NT        1604 - Modifications required to compile on NT
1668   Operator string::[] requires size_t argumen    1605   Operator string::[] requires size_t argument.
1669   Cast from integer to size_t in several plac    1606   Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
1670   and G4VUIshell.cc                              1607   and G4VUIshell.cc
1671                                                  1608 
1672 22 July 2000 Makoto Asai (interfaces-V02-00-0    1609 22 July 2000 Makoto Asai (interfaces-V02-00-00)
1673 - Modify G4UIterminal, G4VUIshell, G4UIcsh an    1610 - Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
1674   break status as a prompt characters.           1611   break status as a prompt characters.
1675                                                  1612 
1676 25 June 2000 John Allison (interfaces-V01-01-    1613 25 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
1677 - As interfaces-V01-01-06 but old revisions o    1614 - As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
1678                                                  1615 
1679 23 June 2000 John Allison (interfaces-V01-01-    1616 23 June 2000 John Allison (interfaces-V01-01-06)
1680 - Protected G4UIterminal, G4Ui[t]csh against     1617 - Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
1681                                                  1618 
1682 21 June 2000 John Allison (interfaces-V01-01-    1619 21 June 2000 John Allison (interfaces-V01-01-05)
1683 - Added include $(G4INSTALL)/config/G4VIS_BUI    1620 - Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
1684                                                  1621 
1685 15 June 2000 John Allison (interfaces-V01-01-    1622 15 June 2000 John Allison (interfaces-V01-01-04)
1686 - More ISO compliance for G4UIterminal class.    1623 - More ISO compliance for G4UIterminal class.
1687                                                  1624 
1688 14 June 2000 Makoto Asai (interfaces-V01-01-0    1625 14 June 2000 Makoto Asai (interfaces-V01-01-03)
1689 - ISO compliance for G4UItcsh classes            1626 - ISO compliance for G4UItcsh classes
1690                                                  1627 
1691 26 May 2000 Guy Barrand  (interfaces-V01-01-0    1628 26 May 2000 Guy Barrand  (interfaces-V01-01-02)
1692 - G4UIXm.hh, G4UIWin32.hh : change comments a    1629 - G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
1693                                                  1630 
1694 23 May 2000 John Allison (interfaces-V01-01-0    1631 23 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
1695 - Tag without G4UIterminal(G4UItcsh) in case     1632 - Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
1696                                                  1633 
1697 20 May 2000 Guy Barrand  (interfaces-V01-01-0    1634 20 May 2000 Guy Barrand  (interfaces-V01-01-01)
1698 - common/G4InteractorMessenger : change comma    1635 - common/G4InteractorMessenger : change command name "interactor" to "gui".
1699                                                  1636 
1700 19 May 2000 John Allison  (interfaces-V01-01-    1637 19 May 2000 John Allison  (interfaces-V01-01-00)
1701 - G4UIterminal displays a candidate list in c    1638 - G4UIterminal displays a candidate list in case a given parameter is
1702   wrong (Makoto Asai).                           1639   wrong (Makoto Asai).
1703                                                  1640 
1704 26 Mar 2000 Makoto Asai                          1641 26 Mar 2000 Makoto Asai
1705 - Introducing a new G4UIterminal with UNIX-li    1642 - Introducing a new G4UIterminal with UNIX-like shell.
1706                                                  1643 
1707 10 Nov 1999 Hajime Yoshida  (interfaces-V00-0    1644 10 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
1708 - Added less<G4String> argument (Guy).           1645 - Added less<G4String> argument (Guy).
1709 - G4UIWin32.hh, G4UIXm.hh : usage of G4std::l    1646 - G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
1710 - G4VInteractorManager.cc : G4std::find, G4st    1647 - G4VInteractorManager.cc : G4std::find, G4std::remove.
1711                                                  1648 
1712 08 Nov 1999 Hajime Yoshida                       1649 08 Nov 1999 Hajime Yoshida
1713 - tag interfaces--V00-01-02 for STT              1650 - tag interfaces--V00-01-02 for STT
1714                                                  1651 
1715 08 Nov 1999 Hajime Yoshida                       1652 08 Nov 1999 Hajime Yoshida
1716 - GAG/src/G4UIGAG.cc RWT => STL vector           1653 - GAG/src/G4UIGAG.cc RWT => STL vector
1717 - basic/include/G4UIterminal.hh, GAG/include/    1654 - basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
1718                                                  1655 
1719 02 Nov 1999 Guy Barrand                          1656 02 Nov 1999 Guy Barrand
1720 - doc comments for G4UIWin32.hh, G4UIXm.hh, G    1657 - doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
1721                                                  1658 
1722 02 Nov 1999 Guy Barrand                          1659 02 Nov 1999 Guy Barrand
1723 - basic/G4UIWin32, G4UIXm : RW -> STL.           1660 - basic/G4UIWin32, G4UIXm : RW -> STL.
1724 - common/G4VBasicShell, G4VInteractiveSession    1661 - common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
1725 29 Oct. 1999 Hajime Yoshida                      1662 29 Oct. 1999 Hajime Yoshida
1726 - tag interfaces-V00-01-01                       1663 - tag interfaces-V00-01-01
1727                                                  1664 
1728 27 Oct. 1999 Guy Barrand                         1665 27 Oct. 1999 Guy Barrand
1729 - interfaces/common/src/G4Xt.cc : protect XtA    1666 - interfaces/common/src/G4Xt.cc : protect XtAppInit against
1730   shell zero widthxheight. Give a default to     1667   shell zero widthxheight. Give a default to geometry resource.
1731                                                  1668 
1732 21 Oct. 1999 John Allison                        1669 21 Oct. 1999 John Allison
1733 - Made XtAppContext appContext static in G4Xt    1670 - Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
1734   OGLIXm is still slow - why?                    1671   OGLIXm is still slow - why?
1735                                                  1672 
1736 12 Oct. 1999 John Allison for Hajime Yoshida     1673 12 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
1737 - Protection for zero length strings for Sun     1674 - Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
1738                                                  1675 
1739 02 Sep. 1999 Hajime Yoshida                      1676 02 Sep. 1999 Hajime Yoshida
1740   to geant4-00-01-ref-01 (Revision 1.9)          1677   to geant4-00-01-ref-01 (Revision 1.9)
1741   a new tag is interfaces-01-00-04               1678   a new tag is interfaces-01-00-04
1742   after which a tag interfaces-V00-01-00 was     1679   after which a tag interfaces-V00-01-00 was added identical to
1743     interfaces-01-00-04 except for this Histo    1680     interfaces-01-00-04 except for this History file.
1744                                                  1681 
1745 - G4UIterminal.cc and G4UIGAG.cc now shows pr    1682 - G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
1746   to an input of return (or null command line    1683   to an input of return (or null command line).
1747                                                  1684 
1748 head 31 Mai 1999  Guy Barrand                    1685 head 31 Mai 1999  Guy Barrand
1749 - G4VInteractorManager::SecondaryLoop : add a    1686 - G4VInteractorManager::SecondaryLoop : add a message to indicate
1750   that we enter a "viewer" secondary X event     1687   that we enter a "viewer" secondary X event loop and that someone
1751   add to "Escape" it from the viewer to conti    1688   add to "Escape" it from the viewer to continue.
1752                                                  1689 
1753 interfaces-01-00-03  19th April 1999  John Al    1690 interfaces-01-00-03  19th April 1999  John Allison
1754 - Protected G4VBasicShell.cc with if( tempPat    1691 - Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
1755                                                  1692 
1756 interfaces-01-00-02  18th April 1999  John Al    1693 interfaces-01-00-02  18th April 1999  John Allison
1757 - Tagged.                                        1694 - Tagged.
1758                                                  1695 
1759 head 11th Mai 1999  Guy Barrand                  1696 head 11th Mai 1999  Guy Barrand
1760 1) G4UIXm : Linux, correct geometry managemen    1697 1) G4UIXm : Linux, correct geometry management of the menubar.
1761                                                  1698 
1762 head 06th Mai 1999  Guy Barrand                  1699 head 06th Mai 1999  Guy Barrand
1763 1) G4Win32, G4UIWin32 : modifications to comp    1700 1) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
1764                                                  1701 
1765 head 16th April 1999  Guy Barrand                1702 head 16th April 1999  Guy Barrand
1766 1) G4VBasicShell, G4UIXm, G4UIWin32 : command    1703 1) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
1767 2) G4InteractorMessenger, G4VInteractorManage    1704 2) G4InteractorMessenger, G4VInteractorManager : code polishement.
1768                                                  1705 
1769 interfaces-01-00-01  15th April 1999  Hajime     1706 interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
1770 1) some code polishment after the messages by    1707 1) some code polishment after the messages by CodeWarriers (Guy)
1771 2) Help functions in G4VBasicShell and relate    1708 2) Help functions in G4VBasicShell and related rearrangement of
1772         G4UIterminal etc.. (Guy)                 1709         G4UIterminal etc.. (Guy)
1773 3) removal of ifdef for GNU_GCC in G4UIGAG. (    1710 3) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
1774                                                  1711 
1775 interfaces-00-03-07 9th December 1998 Hajime     1712 interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
1776 - minor improvements in Help of G4UIterminal.    1713 - minor improvements in Help of G4UIterminal.cc
1777 - G4UIGAG's Help in terminal mode is now equi    1714 - G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
1778                                                  1715 
1779 interfaces-00-03-06 27th November 1998 Hajime    1716 interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
1780 - added 'if' protection to the destructor of     1717 - added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
1781                                                  1718 
1782 interfaces-00-03-05 12th November 1998 Masaya    1719 interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
1783 -test/G4cout_test01/ added an example for red    1720 -test/G4cout_test01/ added an example for redirectiong stream using G4cout
1784                                                  1721 
1785 interfaces-00-03-04  13th October 1998  Masay    1722 interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
1786 - G4cout - changes to G4UIterminal.cc, G4UIGA    1723 - G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
1787                                                  1724 
1788 07 Ocotober 1998  Guy Barrand:                   1725 07 Ocotober 1998  Guy Barrand:
1789 - G4UIXm.cc, G4UIWin32.cc : cout, cerr contro    1726 - G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
1790                                                  1727 
1791 interfaces-00-03-03 7th  October Hajime Yoshi    1728 interfaces-00-03-03 7th  October Hajime Yoshida
1792 - Bug fix to prevent "help" crashing in some     1729 - Bug fix to prevent "help" crashing in some circumstances.
1793                                                  1730 
1794 interfaces-00-03-02 14th Sep. Hajime Yoshida     1731 interfaces-00-03-02 14th Sep. Hajime Yoshida
1795   - fix to G4UIGAG (not bugs but correction o    1732   - fix to G4UIGAG (not bugs but correction of minor
1796     ydifferences with G4UIterminal)              1733     ydifferences with G4UIterminal)
1797                                                  1734 
1798 interfaces-00-03-01  12th Sep.  Hajime Yoshid    1735 interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
1799 - CTRL-D doesn't invoke infinite loop.           1736 - CTRL-D doesn't invoke infinite loop.
1800 - CRTL-D now means                               1737 - CRTL-D now means
1801   - EOF in the redirected cin                    1738   - EOF in the redirected cin
1802   - End of Session, just as "exit" command of    1739   - End of Session, just as "exit" command of GEANT4
1803 - Affected files are basic/src/G4UIterminal.c    1740 - Affected files are basic/src/G4UIterminal.cc
1804       GAG/src/G4UIGAG.cc                         1741       GAG/src/G4UIGAG.cc
1805                                                  1742 
1806 interfaces-00-02-01  9th August  John Allison    1743 interfaces-00-02-01  9th August  John Allison
1807 - Tagged Guy's changes.                          1744 - Tagged Guy's changes.
1808                                                  1745 
1809 7th August  Guy Barrand.                         1746 7th August  Guy Barrand.
1810 - common, OPACS : new interactor parenting lo    1747 - common, OPACS : new interactor parenting logic.
1811                                                  1748 
1812 interfaces-00-01-04  8th July 1998  John Alli    1749 interfaces-00-01-04  8th July 1998  John Allison
1813 - Emptied xvt_standalone_test; files moved to    1750 - Emptied xvt_standalone_test; files moved to environments/XVT.
1814                                                  1751 
1815 interfaces-00-01-03  7th July 1998  John Alli    1752 interfaces-00-01-03  7th July 1998  John Allison
1816 - Emptied standalone_test; files moved to env    1753 - Emptied standalone_test; files moved to environments/Momo or no
1817   longer needed.                                 1754   longer needed.
1818                                                  1755 
1819 7th July 1998  Guy Barrand                       1756 7th July 1998  Guy Barrand
1820 - Added include $(G4INSTALL)/config/interacti    1757 - Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
1821                                                  1758 
1822 interfaces-00-01-02 7th July 1998  John Allis    1759 interfaces-00-01-02 7th July 1998  John Allison
1823 - Forced revision 2.1 on files in newly commi    1760 - Forced revision 2.1 on files in newly committed directories.
1824                                                  1761 
1825 interfaces-00-01-01 6th July 1998  John Allis    1762 interfaces-00-01-01 6th July 1998  John Allison
1826 - Big restructuring.  Moved files from includ    1763 - Big restructuring.  Moved files from include/ and src/ to:
1827   common/, basic/, GAG/, OPACS/, XVT/.           1764   common/, basic/, GAG/, OPACS/, XVT/.
1828   Created G4UI_BUILD.gmk and G4UI_USE.gmk in     1765   Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
1829   Changed the GNUmakefiles accordingly.          1766   Changed the GNUmakefiles accordingly.
1830                                                  1767 
1831 interfaces-00-07-01 2nd July 1998  Gabriele C    1768 interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
1832 - Updates to G4UIWo and G4VInteractorManager     1769 - Updates to G4UIWo and G4VInteractorManager by G.Barrand.
1833                                                  1770 
1834 interfaces-00-06-05 26th June 1998  Gabriele     1771 interfaces-00-06-05 26th June 1998  Gabriele Cosmo
1835 - Updated GNUmakefiles to new electromagnetic    1772 - Updated GNUmakefiles to new electromagnetics structure.
1836                                                  1773 
1837 interfaces-00-06-04a 22nd June 1998  John All    1774 interfaces-00-06-04a 22nd June 1998  John Allison
1838 - Removed ./standalone_test/run/example34/GNU    1775 - Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
1839   ./standalone_test/run/example35/GNUmakefile    1776   ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
1840                                                  1777 
1841 interfaces-00-06-04 22nd June 1998  John Alli    1778 interfaces-00-06-04 22nd June 1998  John Allison
1842 - Added #ifdef GNU_GCC for template instantia    1779 - Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
1843 - Changed GNUmakefiles for G4VIS_USE.gmk.        1780 - Changed GNUmakefiles for G4VIS_USE.gmk.
1844                                                  1781 
1845 May 6, 98 M.Asai                                 1782 May 6, 98 M.Asai
1846 - Introducing a new abstract base class G4VBa    1783 - Introducing a new abstract base class G4VBasicShell.
1847 - G4UIterminal has been modified according to    1784 - G4UIterminal has been modified according to use G4VBasicShell.
1848                                                  1785 
1849 22th April 1998  Hajime Yoshida / Masayasu Na    1786 22th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
1850 -  the following three directories are tagged    1787 -  the following three directories are tagged.
1851  interfaces/standalone_test/Momo/java/GGE        1788  interfaces/standalone_test/Momo/java/GGE
1852  interfaces/standalone_test/Momo/java/RMI        1789  interfaces/standalone_test/Momo/java/RMI
1853  interfaces/standalone_test/run/example35        1790  interfaces/standalone_test/run/example35
1854                                                  1791 
1855 20th April 1998  Hajime Yoshida / Masayasu Na    1792 20th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
1856 - update for Momo and G4UIGAG, including many    1793 - update for Momo and G4UIGAG, including many improvement and bug fixes.
1857   see the interfaces/standalone_test/README_M    1794   see the interfaces/standalone_test/README_Momo.html for datails.
1858 - example35 is added; new example program to     1795 - example35 is added; new example program to show the capability of GUI(GAG).
1859                                                  1796 
1860 15th April 1998 : Guy Barrand                    1797 15th April 1998 : Guy Barrand
1861 - From discussion with John and Simone G4VToo    1798 - From discussion with John and Simone G4VToolkit
1862   has been renamed to G4VInteractorManager.      1799   has been renamed to G4VInteractorManager.
1863                                                  1800 
1864 4th April 1998 Nagamatu Masayasu (interfaces-    1801 4th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
1865 - correspond to the modification by  G.Barran    1802 - correspond to the modification by  G.Barrand
1866   G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SES    1803   G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
1867   Modifications for Win32/NT.                    1804   Modifications for Win32/NT.
1868                                                  1805 
1869 April 2, 98 G.Barrand                            1806 April 2, 98 G.Barrand
1870 - G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SES    1807 - G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
1871 - Modifications for Win32/NT.                    1808 - Modifications for Win32/NT.
1872                                                  1809 
1873 26th March 1998  John Allison                    1810 26th March 1998  John Allison
1874 - Changed G4VisManager to MyVisManager in exa    1811 - Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
1875   for vis-00-05-01 and later.                    1812   for vis-00-05-01 and later.
1876                                                  1813 
1877 6th March 1998 Hajime Yoshida / Nagamatu Masa    1814 6th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
1878 - First tag with modeling under visualization    1815 - First tag with modeling under visualization
1879 - small bug fix for Momo                         1816 - small bug fix for Momo
1880                                                  1817 
1881 29th January 1998 Masayasu Nagamatu / Hajime     1818 29th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
1882 - Update of Momo(GAG/GGE), standalone_test/ d    1819 - Update of Momo(GAG/GGE), standalone_test/ directory.
1883                                                  1820 
1884 27th January 1998  John Allison                  1821 27th January 1998  John Allison
1885 - Simplfied use of G4VIS flags in test GNUmak    1822 - Simplfied use of G4VIS flags in test GNUmakefiles.
1886 - New way of instantiating G4VisManager in te    1823 - New way of instantiating G4VisManager in test main() programs.
1887                                                  1824 
1888 December 19, 97 G. Cosmo - (alpha03)             1825 December 19, 97 G. Cosmo - (alpha03)
1889                                                  1826 
1890 - Created.                                       1827 - Created.
1891                                                  1828 
1892 Januray 19 , 98 G. Barrand                       1829 Januray 19 , 98 G. Barrand
1893                                                  1830 
1894 - Update G4UIXaw, G4UIXm to take into account    1831 - Update G4UIXaw, G4UIXm to take into account
1895   pauseStartSession method.                      1832   pauseStartSession method.