source: trunk/source/interfaces/History @ 1349

Last change on this file since 1349 was 1349, checked in by garnier, 13 years ago

update

File size: 23.3 KB
Line 
1$Id: History,v 1.158 2010/12/23 14:09:53 lgarnier Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
2023, December L. Garnier
21- basic/GNUmakefile : Remove OGL stuff from Makefile
22- common/GNUmakefile : Remove OGL stuff from Makefile
23
248, October L. Garnier  (interfaces-V09-03-13)
25- G4UIQt : Fiw problem with redraw of help tree.
26
276, October J. Allison  (interfaces-V09-03-12)
28- G4UIQt : Remove message about empty viewer (comment out
29           fEmptyViewerTabLabel - suggested by Laurent).
30
315, June L. Garnier
32- G4UIQt : Fix some bug on helpTree view
33
3423, June L. Garnier
35- G4UIQt : Fix compilation warnings on Qt3 and Qt4
36
3722, June L. Garnier (interfaces-V09-03-11)
38- G4UIQt : Fix crash when open UI with no vis tab
39
4018, June L. Garnier
41- Fix Qt3 compilation bug (setVisible(...) unprotected
42
4317, June G. Cosmo (interfaces-V09-03-10)
44- Fixed compilation errors in G4UIQt for Qt3....
45
4617, June K. Murakami (interfaces-V09-03-09)
47- Tagged.
48
4910th June L. Garnier
50- G4UIQt : Fix crash when del all viewer tabs and create a new one.
51           Fix widget QLabel strange effect on OSX 10.5
52
5310th June L. Garnier
54- G4UIQt : Improvments on OpenGL tab at initialisation (tab size was
55  too small). Remove some flicker effect at initialisation. Remove a
56  compilation warning. Improvment on Cout Filter for Qt3
57
588, June, 2010 K.Murakami (interfaces-V09-03-08)
59- G4VBasicShell : wrong version is in the cvs head.
60                  back to previous version (1.14) which includes
61                  a correct bug fix.
62
634th June  L. Garnier (interfaces-V09-03-07)
64- G4UIQt : Fix recursive repaint on windows and linux
65  Also fixed compilation problem for Qt3.
66- G4VBasicShell : Command completion improvments (was solve in
67  v1.14 of G4VBasicShell but don't know why I go one step back)
68
693rd June  J. Allison (interfaces-V09-03-06)
70- Tagged.
71
721st June, L. Garnier
73 - G4UIQt : Fix bug on Qt >4.5 introduce on 1st June
74
751st June, L. Garnier (interfaces-V09-03-05)
76 - G4UIQt : warning on Qt version < 4.5
77
7828 May, L. Garnier
79 - G4UIQt : Bug fix when compiling on windows
80
8128 May, K. Murakami (interfaces-V09-03-04)
82 - G4UIExective : session type order is changed.
83                  GUI session is prioritized.
84
8526 May, L. Garnier (interfaces-V09-03-03)
86 - G4UIQt: Fix some compil errors with qt3
87
8820 May, L. Garnier (interfaces-V09-03-02)
89 Co-working tag : intercoms-V09-03-01
90 - G4UIQt: Add some changes in order to register UI in order to access
91   it after
92 - G4Qt: Remove a cycle dependency
93
9419 May, L. Garnier
95 - G4UIQt: Fix a warning in Cout during viewer creation
96           Fix a flush problem at viewer creation
97
9818 May, L. Garnier
99 - G4UIQt: Fix an output warning
100
10111 May, J.Allison (interfaces-V09-03-01)
102- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
103  used on a patch branch.)
104
1057 May, L. Garnier
106 - G4UIQt: Add new command in help tree will update immediatly the help tree
107   (removing a command not code yet)
108
10926 April, L. Garnier
110 - G4UIQt: Improvments
111 - G4Qt: Improvments
112
11315 April, 2010 G. Cosmo
114 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
115   allow for porting on gcc-4.5.
116
1176 January, 2010 L. Garnier
118 - G4VBasicShell : improvments for command completion
119 - G4Qt : Add a link to G4UIQt
120 - G4UIQt : Add tab widgets in order to put Vis in
121
12220 November, 2009 K. Murakami (interfaces-V09-02-07)
123 - G4UIExecutive.hh:  no default arguments of the constructor
124 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
125
12620 November, 2009 J. Allison (interfaces-V09-02-06)
127 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
128  than one flag is set.
129
13019 November, 2009 J. Allison (interfaces-V09-02-05)
131 - Tagged for the release.
132
13318 November, 2009 L. Garnier
134 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
135
13617 November, 2009 L. Garnier
137 - G4VBasicShell: Fix commands strings that match some shorter
138   commands are trimmed and executed as those shorter commands.
139
1405 November, 2009 L. Garnier
141 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
142   some widget display strange things on qt3
143
14419 October, 2009 L. Garnier
145 - basic/GNUMakefile Add optionnal debug flag
146
1476 October, 2009 L. Garnier
148 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
149 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
150   G4DEBUG_INTERFACES_COMMON
151
15228 May, 2009 K. Murakami (interfaces-V09-02-03)
153 - G4UIExecutive: add  IsGUI() method / add GetSession() method
154
15518 May, 2009 K. Murakami (interfaces-V09-02-02)
156 - G4UIExecutive : fixed wrong #ifdef condition
157 - include changes by Laurent (7/May)
158
15915 May, 2009 K. Murakami (interfaces-V09-02-01)
160 - G4UIExecutive : Remove batch mode handling
161
16213 May, 2009 K. Murakami (interfaces-V09-02-00)
163 - G4UIExecutive : Add new class for automatic instantiation of user session
164 - G4VUIshell : Add SetLsColor()
165
1667, May, 2009 L. Garnier
167 - G4UIQt.cc : Fix Compilation warning
168 - G4VBasicShell.cc : Better command completion in command Line
169
17031, March, 2009 L.Garnier
171 - Fix a compilation warning in G4Qt.cc
172
17316 February 2009, Laurent Garnier
174 - G4UIQt : Add an Interactor to be able to add button on file and help menu
175 - G4UIQt : Add a public method to get the MainWindow
176
17727, November, 2008 K. Murakami (interfaces-V09-01-04)
178 - G4UIQt.cc: warning fix
179
18021, November, 2008 K. Murakami (interfaces-V09-01-03)
181 -tagged for release 9.2
182
18314 November, 2008 Laurent Garnier
184 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
185
1866 November, 2008 Laurent Garnier
187 - G4Qt : Re-fix problem on some linux with QApplication, should be better
188 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
189
19024 October, 2008 Laurent Garnier
191 - Change GEANT4_QT_DEBUG flag by QTDEBUG
192 - Suppress unuseful DEBUG messages
193
19415 October, 2008 Laurent Garnier
195 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
196 - Fix a qt3 backward compatibility on G4UIQt.cc
197
1987 October, 2008 Laurent Garnier
199 - Fix a G4cout possible problem cause by recursive G4cout call.
200
2012 October, 2008 Laurent Garnier
202 - Add availability to have a external Qapp
203
20422 July, 2008 K.Murakami (interfaces-V09-01-02)
205 - tagged
206 - direct exit calls are replaced with G4Exception/another way of exit
207   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
208   G4UItcsh.cc : nomal exit instead of direct calling exit()
209
21014 June, 2008 K.Murakami (interfaces-V09-01-01)
211 - tagged
212
21330th April, Laurent Garnier
214 - Include moc config in GNUmakefile
215
21610th March, Laurent Garnier
217 - Improvments for layout in Qt driver for Qt3
218
21930th January 2007, Laurent Garnier
220 - Add a search area in the help widget
221
22215th January 2007, Laurent Garnier
223 - Fixed some layout problems
224 - GNUmakefile : Added a macro for moc file
225 - Moc files : Suppression of all theses files. They are now autogenerated
226   thanks to config/common.gmk
227
22815 January 2007, Koichi Murakami (interfaces-V09-01-00)
229 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
230
23130 November 2007, Laurent Garnier
232 - G4UIQt : Some improvements for Qt3, corrections of some bugs
233 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
234   59, but this is not the right solution..
235 - GAG/Makefile : Suppression of linking on a unuseful library
236
23716 November 2007, Koichi Murakami (interfaces-V09-00-03)
238 - G4UIGainServer.cc: cleared a compilation warning.
239 - tagged for the 9.1 release.
240
24115 Nov 2007, Laurent Garnier
242 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
243 - G4UIQt,G4Qt : Compilation improvements for Qt3
244 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
245
24613 Nov 2007, Laurent Garnier
247 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
248   including Qt3 and Qt4 moc support
249
25009 Nov 2007, Laurent Garnier
251 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
252
25327 Sept 2007, Laurent Garnier
254 - Adding sur files for G4UIQt driver
255
25606 November Koichi Murakami
257- G4UItcsh.cc: store shell history across sessions.
258
25930 October 2007 Koichi Murakami (interfaces-V09-00-02)
260- Guy committed the new Qt interface (28/Sep).
261- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
262- Remove Qt interface from the current tag.
263- G4UIGAG.cc: suppress a compilation warning.
264
26530 October 2007 Koichi Murakami (interfaces-V09-00-01)
266- Makoto updated the implementation of the signal handler for Ctrl-C.
267
26828 October 2007, Makoto Asai
269- Remove improper dependency from interfaces/basic to run in GNUmakefile
270
27102 August 2007, Koichi Murakami (interfaces-V09-00-00)
272- Fix compilation warning on SUN-CC in G4UIterminal.cc
273
27419 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
275- Fix compilation error on Windows ('theShell' not declared).
276
27714 June 2007, Koichi Murakami (interfaces-V08-03-01)
278- fixed the problem with Ctl-C termination for bash users.
279 * G4VUIshell   : add a virtual method ResetTerminal()
280 * G4UItcsh     : add a method ResetTerminal()
281 * G4UIterminal : add terminal reset when Ctl-C termination
282
28322 May 2007, Koichi Murakami (interface-V08-03-00)
284- G4UIterminal.cc: implement signal handler for soft-abort
285
28628 November 2005, Gabriele Cosmo (interface-V07-01-02)
287- G4UIXm.cc migrated to sstream
288
28921 November 2005, Hajime Yoshida (interface-V07-01-01)
290- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
291
29226 October 2005, Koichi Murakami (interfaces-V07-01-00)
293- G4UItcsh/G4UIterminal/G4VBasicShell:
294  migration from strstream to sstream
295
29622 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
297- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
298
29926 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
300- Removed explicit definition of G4TMPDIR in GNUmakefiles
301  (not necessary since already defined in common.gmk).
302
30327 November 2004, Hajime Yoshida (interfaces-V06-02-00)
304- Tagged.
305
30625 November 2004, Hajime Yoshida (interfaces-V06-01-02)
307- Tagged.
308
30921 November 2004, Guy Barrand
310- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
311
31207 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
313- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
314  support on Windows.
315- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
316
31709 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
318- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
319
32008 April 2004, Guy Barrand
321- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
322  a standard C main (and avoid the WinMain).
323
32422 October 2003, Guy Barrand (interfaces-V05-02-00)
325- OPACS : archived obsolete OPACS module and cleared build setup.
326
32717 October 2003, Guy Barrand
328- G4Xt.cc : removed unused and commented code.
329
33011 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
331- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
332  WIN32-VC system.
333
33404 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
335- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
336  G4UIterminal.cc in view of the g4std wrappers migration.
337
33830 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
339- Fixed few pedantic warnings...
340- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
341
34204 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
343- Migration to new G4ApplicationState.
344
34515 November 2002, Hajime Yoshida (interfaces-V04-01-00)
346- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
347        by Koichi Murakami
348
34909 November 2002, Hajime Yoshida (interfaces-V04-00-05)
350- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
351- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
352
35306 November 2002, Guy Barrand
354- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
355
35614 June 2002, Hajime Yoshida (interfaces-V04-00-04)
357- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
358        on WIndows.
359
36014 June 2002, Hajime Yoshida (interfaces-V04-00-04)
361- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
362  and body, to prevent compilation on Windows platforms.
363
36412 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
365- Fixes for porting on platforms other than Linux.
366  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
367  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
368
36912 June 2002, Hajime Yoshida (interfaces-V04-00-02)
370- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
371- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
372- G4UIGainServer is the new member of libG4UIGAG.so(a)
373        (no modification to GNUmakefiles)
374
37526 April 2002, Makoto Asai (interfaces-V04-00-01)
376- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
377 Affected files :
378  basics/src/G4VUIshell.cc
379  common/src/G4VBasicShell.cc
380  GAG/src/G4UIGAG.cc
381
38225 February 2002, Makoto Asai (interfaces-V04-00-00)
383- fix for odd behavior on Windows in G4UIchs.cc
384
38503 December 2001 Guy Barrand (interfaces-V03-02-04)
386- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
387  logic in order to fix a disfunctionning with vis/OpenInventor driver.
388- G4Xt.cc : remove some g++ compilation warnings about unused
389  iconify functions.
390
39129 November 2001 Hajime Yoshida (interfaces-V03-02-03)
392- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
393
39426 November 2002 Makoto Asai (interfaces-V03-02-02)
395- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
396
39723 November 2001 Makoto Asai (interfaces-V03-02-01)
398- Fix G4UIterminal to display a command line AFTER solving aliases
399  in case the command caused "command not found".
400- Fix G4UItcsh.hh not to have warning message.
401
40222 October 2001 Hajime Yoshida
403-G4UIGAG.cc no more compiler warning due to G4String
404
40522 October 2001 Hajime Yoshida
406- G4UIGAG ; no compilation warning with g++-2.95
407
40811 August 2001  John Allison (interfaces-V03-02-00)
409- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
410- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
411- Nothing built if G4UI_NONE is set.
412
41329 November 2000 Makoto Asai (interfaces-V02-00-03)
414- Tag for Guy's correction.
415
41628 November 2000 Guy Barrand
417- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
418
41927 November 2000 Makoto Asai (interfaces-V02-00-02)
420- G4VUIShell.hh : add virtual keyword to the destructor.
421
42211 August 2000 Guy Barrand
423- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
424
4251 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
426- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
427  where unsigned (size_t) was requested instead.
428
42931 July 2000 Gonzalo Gracia
430- Modifications required to compile on NT
431  Operator string::[] requires size_t argument.
432  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
433  and G4VUIshell.cc
434
43522 July 2000 Makoto Asai (interfaces-V02-00-00)
436- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
437  break status as a prompt characters.
438
43925 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
440- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
441
44223 June 2000 John Allison (interfaces-V01-01-06)
443- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
444
44521 June 2000 John Allison (interfaces-V01-01-05)
446- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
447
44815 June 2000 John Allison (interfaces-V01-01-04)
449- More ISO compliance for G4UIterminal class.
450
45114 June 2000 Makoto Asai (interfaces-V01-01-03)
452- ISO compliance for G4UItcsh classes
453
45426 May 2000 Guy Barrand  (interfaces-V01-01-02)
455- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
456
45723 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
458- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
459
46020 May 2000 Guy Barrand  (interfaces-V01-01-01)
461- common/G4InteractorMessenger : change command name "interactor" to "gui".
462
46319 May 2000 John Allison  (interfaces-V01-01-00)
464- G4UIterminal displays a candidate list in case a given parameter is
465  wrong (Makoto Asai).
466
46726 Mar 2000 Makoto Asai
468- Introducing a new G4UIterminal with UNIX-like shell.
469
47010 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
471- Added less<G4String> argument (Guy).
472- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
473- G4VInteractorManager.cc : G4std::find, G4std::remove.
474
47508 Nov 1999 Hajime Yoshida
476- tag interfaces--V00-01-02 for STT
477
47808 Nov 1999 Hajime Yoshida
479- GAG/src/G4UIGAG.cc RWT => STL vector
480- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
481
48202 Nov 1999 Guy Barrand
483- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
484
48502 Nov 1999 Guy Barrand
486- basic/G4UIWin32, G4UIXm : RW -> STL.
487- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
48829 Oct. 1999 Hajime Yoshida
489- tag interfaces-V00-01-01
490
49127 Oct. 1999 Guy Barrand
492- interfaces/common/src/G4Xt.cc : protect XtAppInit against
493  shell zero widthxheight. Give a default to geometry resource.
494
49521 Oct. 1999 John Allison
496- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
497  OGLIXm is still slow - why?
498
49912 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
500- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
501
50202 Sep. 1999 Hajime Yoshida
503  to geant4-00-01-ref-01 (Revision 1.9)
504  a new tag is interfaces-01-00-04
505  after which a tag interfaces-V00-01-00 was added identical to
506    interfaces-01-00-04 except for this History file.
507
508- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
509        to an input of return (or null command line).
510
511head 31 Mai 1999  Guy Barrand
512- G4VInteractorManager::SecondaryLoop : add a message to indicate
513  that we enter a "viewer" secondary X event loop and that someone
514  add to "Escape" it from the viewer to continue.
515
516interfaces-01-00-03  19th April 1999  John Allison
517- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
518
519interfaces-01-00-02  18th April 1999  John Allison
520- Tagged.
521
522head 11th Mai 1999  Guy Barrand
5231) G4UIXm : Linux, correct geometry management of the menubar.
524
525head 06th Mai 1999  Guy Barrand
5261) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
527
528head 16th April 1999  Guy Barrand
5291) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
5302) G4InteractorMessenger, G4VInteractorManager : code polishement.
531
532interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
5331) some code polishment after the messages by CodeWarriers (Guy)
5342) Help functions in G4VBasicShell and related rearrangement of
535        G4UIterminal etc.. (Guy)
5363) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
537
538interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
539- minor improvements in Help of G4UIterminal.cc
540- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
541
542interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
543- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
544
545interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
546-test/G4cout_test01/ added an example for redirectiong stream using G4cout
547
548interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
549- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
550
55107 Ocotober 1998  Guy Barrand:
552- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
553
554interfaces-00-03-03 7th  October Hajime Yoshida
555- Bug fix to prevent "help" crashing in some circumstances.
556
557interfaces-00-03-02 14th Sep. Hajime Yoshida
558        - fix to G4UIGAG (not bugs but correction of minor
559                ydifferences with G4UIterminal)
560
561interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
562- CTRL-D doesn't invoke infinite loop.
563- CRTL-D now means
564        - EOF in the redirected cin
565        - End of Session, just as "exit" command of GEANT4
566- Affected files are basic/src/G4UIterminal.cc
567                        GAG/src/G4UIGAG.cc
568
569interfaces-00-02-01  9th August  John Allison
570- Tagged Guy's changes.
571
5727th August  Guy Barrand.
573- common, OPACS : new interactor parenting logic.
574
575interfaces-00-01-04  8th July 1998  John Allison
576- Emptied xvt_standalone_test; files moved to environments/XVT.
577
578interfaces-00-01-03  7th July 1998  John Allison
579- Emptied standalone_test; files moved to environments/Momo or no
580  longer needed.
581
5827th July 1998  Guy Barrand
583- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
584
585interfaces-00-01-02 7th July 1998  John Allison
586- Forced revision 2.1 on files in newly committed directories.
587
588interfaces-00-01-01 6th July 1998  John Allison
589- Big restructuring.  Moved files from include/ and src/ to:
590  common/, basic/, GAG/, OPACS/, XVT/.
591  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
592  Changed the GNUmakefiles accordingly.
593
594interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
595- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
596
597interfaces-00-06-05 26th June 1998  Gabriele Cosmo
598- Updated GNUmakefiles to new electromagnetics structure.
599
600interfaces-00-06-04a 22nd June 1998  John Allison
601- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
602  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
603
604interfaces-00-06-04 22nd June 1998  John Allison
605- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
606- Changed GNUmakefiles for G4VIS_USE.gmk.
607
608May 6, 98 M.Asai
609- Introducing a new abstract base class G4VBasicShell.
610- G4UIterminal has been modified according to use G4VBasicShell.
611
61222th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
613-  the following three directories are tagged.
614 interfaces/standalone_test/Momo/java/GGE
615 interfaces/standalone_test/Momo/java/RMI
616 interfaces/standalone_test/run/example35
617
61820th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
619- update for Momo and G4UIGAG, including many improvement and bug fixes.
620  see the interfaces/standalone_test/README_Momo.html for datails.
621- example35 is added; new example program to show the capability of GUI(GAG).
622
62315th April 1998 : Guy Barrand
624- From discussion with John and Simone G4VToolkit
625  has been renamed to G4VInteractorManager.
626
6274th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
628- correspond to the modification by  G.Barrand
629  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
630  Modifications for Win32/NT.
631
632April 2, 98 G.Barrand
633- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
634- Modifications for Win32/NT.
635
63626th March 1998  John Allison
637- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
638  for vis-00-05-01 and later.
639
6406th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
641- First tag with modeling under visualization
642- small bug fix for Momo
643
64429th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
645- Update of Momo(GAG/GGE), standalone_test/ directory.
646
64727th January 1998  John Allison
648- Simplfied use of G4VIS flags in test GNUmakefiles.
649- New way of instantiating G4VisManager in test main() programs.
650
651December 19, 97 G. Cosmo - (alpha03)
652
653- Created.
654
655Januray 19 , 98 G. Barrand
656
657- Update G4UIXaw, G4UIXm to take into account
658  pauseStartSession method.
659
Note: See TracBrowser for help on using the repository browser.