source: trunk/source/interfaces/History @ 1325

Last change on this file since 1325 was 1325, checked in by garnier, 14 years ago

modif

File size: 22.9 KB
Line 
1$Id: History,v 1.153 2010/06/23 13:06:16 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, June L. Garnier
21- G4UIQt : Fix compilation warnings on Qt3 and Qt4
22
2322, June L. Garnier (interfaces-V09-03-11)
24- G4UIQt : Fix crash when open UI with no vis tab
25
2618, June L. Garnier
27- Fix Qt3 compilation bug (setVisible(...) unprotected
28
2917, June G. Cosmo (interfaces-V09-03-10)
30- Fixed compilation errors in G4UIQt for Qt3....
31
3217, June K. Murakami (interfaces-V09-03-09)
33- Tagged.
34
3510th June L. Garnier
36- G4UIQt : Fix crash when del all viewer tabs and create a new one.
37           Fix widget QLabel strange effect on OSX 10.5
38
3910th June L. Garnier
40- G4UIQt : Improvments on OpenGL tab at initialisation (tab size was
41  too small). Remove some flicker effect at initialisation. Remove a
42  compilation warning. Improvment on Cout Filter for Qt3
43
448, June, 2010 K.Murakami (interfaces-V09-03-08)
45- G4VBasicShell : wrong version is in the cvs head.
46                  back to previous version (1.14) which includes
47                  a correct bug fix.
48
494th June  L. Garnier (interfaces-V09-03-07)
50- G4UIQt : Fix recursive repaint on windows and linux
51  Also fixed compilation problem for Qt3.
52- G4VBasicShell : Command completion improvments (was solve in
53  v1.14 of G4VBasicShell but don't know why I go one step back)
54
553rd June  J. Allison (interfaces-V09-03-06)
56- Tagged.
57
581st June, L. Garnier
59 - G4UIQt : Fix bug on Qt >4.5 introduce on 1st June
60
611st June, L. Garnier (interfaces-V09-03-05)
62 - G4UIQt : warning on Qt version < 4.5
63
6428 May, L. Garnier
65 - G4UIQt : Bug fix when compiling on windows
66
6728 May, K. Murakami (interfaces-V09-03-04)
68 - G4UIExective : session type order is changed.
69                  GUI session is prioritized.
70
7126 May, L. Garnier (interfaces-V09-03-03)
72 - G4UIQt: Fix some compil errors with qt3
73
7420 May, L. Garnier (interfaces-V09-03-02)
75 Co-working tag : intercoms-V09-03-01
76 - G4UIQt: Add some changes in order to register UI in order to access
77   it after
78 - G4Qt: Remove a cycle dependency
79
8019 May, L. Garnier
81 - G4UIQt: Fix a warning in Cout during viewer creation
82           Fix a flush problem at viewer creation
83
8418 May, L. Garnier
85 - G4UIQt: Fix an output warning
86
8711 May, J.Allison (interfaces-V09-03-01)
88- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
89  used on a patch branch.)
90
917 May, L. Garnier
92 - G4UIQt: Add new command in help tree will update immediatly the help tree
93   (removing a command not code yet)
94
9526 April, L. Garnier
96 - G4UIQt: Improvments
97 - G4Qt: Improvments
98
9915 April, 2010 G. Cosmo
100 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
101   allow for porting on gcc-4.5.
102
1036 January, 2010 L. Garnier
104 - G4VBasicShell : improvments for command completion
105 - G4Qt : Add a link to G4UIQt
106 - G4UIQt : Add tab widgets in order to put Vis in
107
10820 November, 2009 K. Murakami (interfaces-V09-02-07)
109 - G4UIExecutive.hh:  no default arguments of the constructor
110 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
111
11220 November, 2009 J. Allison (interfaces-V09-02-06)
113 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
114  than one flag is set.
115
11619 November, 2009 J. Allison (interfaces-V09-02-05)
117 - Tagged for the release.
118
11918 November, 2009 L. Garnier
120 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
121
12217 November, 2009 L. Garnier
123 - G4VBasicShell: Fix commands strings that match some shorter
124   commands are trimmed and executed as those shorter commands.
125
1265 November, 2009 L. Garnier
127 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
128   some widget display strange things on qt3
129
13019 October, 2009 L. Garnier
131 - basic/GNUMakefile Add optionnal debug flag
132
1336 October, 2009 L. Garnier
134 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
135 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
136   G4DEBUG_INTERFACES_COMMON
137
13828 May, 2009 K. Murakami (interfaces-V09-02-03)
139 - G4UIExecutive: add  IsGUI() method / add GetSession() method
140
14118 May, 2009 K. Murakami (interfaces-V09-02-02)
142 - G4UIExecutive : fixed wrong #ifdef condition
143 - include changes by Laurent (7/May)
144
14515 May, 2009 K. Murakami (interfaces-V09-02-01)
146 - G4UIExecutive : Remove batch mode handling
147
14813 May, 2009 K. Murakami (interfaces-V09-02-00)
149 - G4UIExecutive : Add new class for automatic instantiation of user session
150 - G4VUIshell : Add SetLsColor()
151
1527, May, 2009 L. Garnier
153 - G4UIQt.cc : Fix Compilation warning
154 - G4VBasicShell.cc : Better command completion in command Line
155
15631, March, 2009 L.Garnier
157 - Fix a compilation warning in G4Qt.cc
158
15916 February 2009, Laurent Garnier
160 - G4UIQt : Add an Interactor to be able to add button on file and help menu
161 - G4UIQt : Add a public method to get the MainWindow
162
16327, November, 2008 K. Murakami (interfaces-V09-01-04)
164 - G4UIQt.cc: warning fix
165
16621, November, 2008 K. Murakami (interfaces-V09-01-03)
167 -tagged for release 9.2
168
16914 November, 2008 Laurent Garnier
170 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
171
1726 November, 2008 Laurent Garnier
173 - G4Qt : Re-fix problem on some linux with QApplication, should be better
174 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
175
17624 October, 2008 Laurent Garnier
177 - Change GEANT4_QT_DEBUG flag by QTDEBUG
178 - Suppress unuseful DEBUG messages
179
18015 October, 2008 Laurent Garnier
181 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
182 - Fix a qt3 backward compatibility on G4UIQt.cc
183
1847 October, 2008 Laurent Garnier
185 - Fix a G4cout possible problem cause by recursive G4cout call.
186
1872 October, 2008 Laurent Garnier
188 - Add availability to have a external Qapp
189
19022 July, 2008 K.Murakami (interfaces-V09-01-02)
191 - tagged
192 - direct exit calls are replaced with G4Exception/another way of exit
193   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
194   G4UItcsh.cc : nomal exit instead of direct calling exit()
195
19614 June, 2008 K.Murakami (interfaces-V09-01-01)
197 - tagged
198
19930th April, Laurent Garnier
200 - Include moc config in GNUmakefile
201
20210th March, Laurent Garnier
203 - Improvments for layout in Qt driver for Qt3
204
20530th January 2007, Laurent Garnier
206 - Add a search area in the help widget
207
20815th January 2007, Laurent Garnier
209 - Fixed some layout problems
210 - GNUmakefile : Added a macro for moc file
211 - Moc files : Suppression of all theses files. They are now autogenerated
212   thanks to config/common.gmk
213
21415 January 2007, Koichi Murakami (interfaces-V09-01-00)
215 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
216
21730 November 2007, Laurent Garnier
218 - G4UIQt : Some improvements for Qt3, corrections of some bugs
219 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
220   59, but this is not the right solution..
221 - GAG/Makefile : Suppression of linking on a unuseful library
222
22316 November 2007, Koichi Murakami (interfaces-V09-00-03)
224 - G4UIGainServer.cc: cleared a compilation warning.
225 - tagged for the 9.1 release.
226
22715 Nov 2007, Laurent Garnier
228 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
229 - G4UIQt,G4Qt : Compilation improvements for Qt3
230 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
231
23213 Nov 2007, Laurent Garnier
233 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
234   including Qt3 and Qt4 moc support
235
23609 Nov 2007, Laurent Garnier
237 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
238
23927 Sept 2007, Laurent Garnier
240 - Adding sur files for G4UIQt driver
241
24206 November Koichi Murakami
243- G4UItcsh.cc: store shell history across sessions.
244
24530 October 2007 Koichi Murakami (interfaces-V09-00-02)
246- Guy committed the new Qt interface (28/Sep).
247- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
248- Remove Qt interface from the current tag.
249- G4UIGAG.cc: suppress a compilation warning.
250
25130 October 2007 Koichi Murakami (interfaces-V09-00-01)
252- Makoto updated the implementation of the signal handler for Ctrl-C.
253
25428 October 2007, Makoto Asai
255- Remove improper dependency from interfaces/basic to run in GNUmakefile
256
25702 August 2007, Koichi Murakami (interfaces-V09-00-00)
258- Fix compilation warning on SUN-CC in G4UIterminal.cc
259
26019 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
261- Fix compilation error on Windows ('theShell' not declared).
262
26314 June 2007, Koichi Murakami (interfaces-V08-03-01)
264- fixed the problem with Ctl-C termination for bash users.
265 * G4VUIshell   : add a virtual method ResetTerminal()
266 * G4UItcsh     : add a method ResetTerminal()
267 * G4UIterminal : add terminal reset when Ctl-C termination
268
26922 May 2007, Koichi Murakami (interface-V08-03-00)
270- G4UIterminal.cc: implement signal handler for soft-abort
271
27228 November 2005, Gabriele Cosmo (interface-V07-01-02)
273- G4UIXm.cc migrated to sstream
274
27521 November 2005, Hajime Yoshida (interface-V07-01-01)
276- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
277
27826 October 2005, Koichi Murakami (interfaces-V07-01-00)
279- G4UItcsh/G4UIterminal/G4VBasicShell:
280  migration from strstream to sstream
281
28222 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
283- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
284
28526 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
286- Removed explicit definition of G4TMPDIR in GNUmakefiles
287  (not necessary since already defined in common.gmk).
288
28927 November 2004, Hajime Yoshida (interfaces-V06-02-00)
290- Tagged.
291
29225 November 2004, Hajime Yoshida (interfaces-V06-01-02)
293- Tagged.
294
29521 November 2004, Guy Barrand
296- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
297
29807 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
299- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
300  support on Windows.
301- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
302
30309 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
304- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
305
30608 April 2004, Guy Barrand
307- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
308  a standard C main (and avoid the WinMain).
309
31022 October 2003, Guy Barrand (interfaces-V05-02-00)
311- OPACS : archived obsolete OPACS module and cleared build setup.
312
31317 October 2003, Guy Barrand
314- G4Xt.cc : removed unused and commented code.
315
31611 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
317- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
318  WIN32-VC system.
319
32004 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
321- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
322  G4UIterminal.cc in view of the g4std wrappers migration.
323
32430 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
325- Fixed few pedantic warnings...
326- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
327
32804 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
329- Migration to new G4ApplicationState.
330
33115 November 2002, Hajime Yoshida (interfaces-V04-01-00)
332- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
333        by Koichi Murakami
334
33509 November 2002, Hajime Yoshida (interfaces-V04-00-05)
336- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
337- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
338
33906 November 2002, Guy Barrand
340- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
341
34214 June 2002, Hajime Yoshida (interfaces-V04-00-04)
343- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
344        on WIndows.
345
34614 June 2002, Hajime Yoshida (interfaces-V04-00-04)
347- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
348  and body, to prevent compilation on Windows platforms.
349
35012 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
351- Fixes for porting on platforms other than Linux.
352  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
353  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
354
35512 June 2002, Hajime Yoshida (interfaces-V04-00-02)
356- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
357- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
358- G4UIGainServer is the new member of libG4UIGAG.so(a)
359        (no modification to GNUmakefiles)
360
36126 April 2002, Makoto Asai (interfaces-V04-00-01)
362- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
363 Affected files :
364  basics/src/G4VUIshell.cc
365  common/src/G4VBasicShell.cc
366  GAG/src/G4UIGAG.cc
367
36825 February 2002, Makoto Asai (interfaces-V04-00-00)
369- fix for odd behavior on Windows in G4UIchs.cc
370
37103 December 2001 Guy Barrand (interfaces-V03-02-04)
372- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
373  logic in order to fix a disfunctionning with vis/OpenInventor driver.
374- G4Xt.cc : remove some g++ compilation warnings about unused
375  iconify functions.
376
37729 November 2001 Hajime Yoshida (interfaces-V03-02-03)
378- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
379
38026 November 2002 Makoto Asai (interfaces-V03-02-02)
381- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
382
38323 November 2001 Makoto Asai (interfaces-V03-02-01)
384- Fix G4UIterminal to display a command line AFTER solving aliases
385  in case the command caused "command not found".
386- Fix G4UItcsh.hh not to have warning message.
387
38822 October 2001 Hajime Yoshida
389-G4UIGAG.cc no more compiler warning due to G4String
390
39122 October 2001 Hajime Yoshida
392- G4UIGAG ; no compilation warning with g++-2.95
393
39411 August 2001  John Allison (interfaces-V03-02-00)
395- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
396- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
397- Nothing built if G4UI_NONE is set.
398
39929 November 2000 Makoto Asai (interfaces-V02-00-03)
400- Tag for Guy's correction.
401
40228 November 2000 Guy Barrand
403- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
404
40527 November 2000 Makoto Asai (interfaces-V02-00-02)
406- G4VUIShell.hh : add virtual keyword to the destructor.
407
40811 August 2000 Guy Barrand
409- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
410
4111 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
412- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
413  where unsigned (size_t) was requested instead.
414
41531 July 2000 Gonzalo Gracia
416- Modifications required to compile on NT
417  Operator string::[] requires size_t argument.
418  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
419  and G4VUIshell.cc
420
42122 July 2000 Makoto Asai (interfaces-V02-00-00)
422- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
423  break status as a prompt characters.
424
42525 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
426- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
427
42823 June 2000 John Allison (interfaces-V01-01-06)
429- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
430
43121 June 2000 John Allison (interfaces-V01-01-05)
432- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
433
43415 June 2000 John Allison (interfaces-V01-01-04)
435- More ISO compliance for G4UIterminal class.
436
43714 June 2000 Makoto Asai (interfaces-V01-01-03)
438- ISO compliance for G4UItcsh classes
439
44026 May 2000 Guy Barrand  (interfaces-V01-01-02)
441- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
442
44323 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
444- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
445
44620 May 2000 Guy Barrand  (interfaces-V01-01-01)
447- common/G4InteractorMessenger : change command name "interactor" to "gui".
448
44919 May 2000 John Allison  (interfaces-V01-01-00)
450- G4UIterminal displays a candidate list in case a given parameter is
451  wrong (Makoto Asai).
452
45326 Mar 2000 Makoto Asai
454- Introducing a new G4UIterminal with UNIX-like shell.
455
45610 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
457- Added less<G4String> argument (Guy).
458- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
459- G4VInteractorManager.cc : G4std::find, G4std::remove.
460
46108 Nov 1999 Hajime Yoshida
462- tag interfaces--V00-01-02 for STT
463
46408 Nov 1999 Hajime Yoshida
465- GAG/src/G4UIGAG.cc RWT => STL vector
466- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
467
46802 Nov 1999 Guy Barrand
469- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
470
47102 Nov 1999 Guy Barrand
472- basic/G4UIWin32, G4UIXm : RW -> STL.
473- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
47429 Oct. 1999 Hajime Yoshida
475- tag interfaces-V00-01-01
476
47727 Oct. 1999 Guy Barrand
478- interfaces/common/src/G4Xt.cc : protect XtAppInit against
479  shell zero widthxheight. Give a default to geometry resource.
480
48121 Oct. 1999 John Allison
482- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
483  OGLIXm is still slow - why?
484
48512 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
486- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
487
48802 Sep. 1999 Hajime Yoshida
489  to geant4-00-01-ref-01 (Revision 1.9)
490  a new tag is interfaces-01-00-04
491  after which a tag interfaces-V00-01-00 was added identical to
492    interfaces-01-00-04 except for this History file.
493
494- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
495        to an input of return (or null command line).
496
497head 31 Mai 1999  Guy Barrand
498- G4VInteractorManager::SecondaryLoop : add a message to indicate
499  that we enter a "viewer" secondary X event loop and that someone
500  add to "Escape" it from the viewer to continue.
501
502interfaces-01-00-03  19th April 1999  John Allison
503- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
504
505interfaces-01-00-02  18th April 1999  John Allison
506- Tagged.
507
508head 11th Mai 1999  Guy Barrand
5091) G4UIXm : Linux, correct geometry management of the menubar.
510
511head 06th Mai 1999  Guy Barrand
5121) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
513
514head 16th April 1999  Guy Barrand
5151) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
5162) G4InteractorMessenger, G4VInteractorManager : code polishement.
517
518interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
5191) some code polishment after the messages by CodeWarriers (Guy)
5202) Help functions in G4VBasicShell and related rearrangement of
521        G4UIterminal etc.. (Guy)
5223) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
523
524interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
525- minor improvements in Help of G4UIterminal.cc
526- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
527
528interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
529- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
530
531interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
532-test/G4cout_test01/ added an example for redirectiong stream using G4cout
533
534interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
535- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
536
53707 Ocotober 1998  Guy Barrand:
538- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
539
540interfaces-00-03-03 7th  October Hajime Yoshida
541- Bug fix to prevent "help" crashing in some circumstances.
542
543interfaces-00-03-02 14th Sep. Hajime Yoshida
544        - fix to G4UIGAG (not bugs but correction of minor
545                ydifferences with G4UIterminal)
546
547interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
548- CTRL-D doesn't invoke infinite loop.
549- CRTL-D now means
550        - EOF in the redirected cin
551        - End of Session, just as "exit" command of GEANT4
552- Affected files are basic/src/G4UIterminal.cc
553                        GAG/src/G4UIGAG.cc
554
555interfaces-00-02-01  9th August  John Allison
556- Tagged Guy's changes.
557
5587th August  Guy Barrand.
559- common, OPACS : new interactor parenting logic.
560
561interfaces-00-01-04  8th July 1998  John Allison
562- Emptied xvt_standalone_test; files moved to environments/XVT.
563
564interfaces-00-01-03  7th July 1998  John Allison
565- Emptied standalone_test; files moved to environments/Momo or no
566  longer needed.
567
5687th July 1998  Guy Barrand
569- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
570
571interfaces-00-01-02 7th July 1998  John Allison
572- Forced revision 2.1 on files in newly committed directories.
573
574interfaces-00-01-01 6th July 1998  John Allison
575- Big restructuring.  Moved files from include/ and src/ to:
576  common/, basic/, GAG/, OPACS/, XVT/.
577  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
578  Changed the GNUmakefiles accordingly.
579
580interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
581- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
582
583interfaces-00-06-05 26th June 1998  Gabriele Cosmo
584- Updated GNUmakefiles to new electromagnetics structure.
585
586interfaces-00-06-04a 22nd June 1998  John Allison
587- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
588  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
589
590interfaces-00-06-04 22nd June 1998  John Allison
591- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
592- Changed GNUmakefiles for G4VIS_USE.gmk.
593
594May 6, 98 M.Asai
595- Introducing a new abstract base class G4VBasicShell.
596- G4UIterminal has been modified according to use G4VBasicShell.
597
59822th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
599-  the following three directories are tagged.
600 interfaces/standalone_test/Momo/java/GGE
601 interfaces/standalone_test/Momo/java/RMI
602 interfaces/standalone_test/run/example35
603
60420th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
605- update for Momo and G4UIGAG, including many improvement and bug fixes.
606  see the interfaces/standalone_test/README_Momo.html for datails.
607- example35 is added; new example program to show the capability of GUI(GAG).
608
60915th April 1998 : Guy Barrand
610- From discussion with John and Simone G4VToolkit
611  has been renamed to G4VInteractorManager.
612
6134th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
614- correspond to the modification by  G.Barrand
615  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
616  Modifications for Win32/NT.
617
618April 2, 98 G.Barrand
619- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
620- Modifications for Win32/NT.
621
62226th March 1998  John Allison
623- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
624  for vis-00-05-01 and later.
625
6266th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
627- First tag with modeling under visualization
628- small bug fix for Momo
629
63029th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
631- Update of Momo(GAG/GGE), standalone_test/ directory.
632
63327th January 1998  John Allison
634- Simplfied use of G4VIS flags in test GNUmakefiles.
635- New way of instantiating G4VisManager in test main() programs.
636
637December 19, 97 G. Cosmo - (alpha03)
638
639- Created.
640
641Januray 19 , 98 G. Barrand
642
643- Update G4UIXaw, G4UIXm to take into account
644  pauseStartSession method.
645
Note: See TracBrowser for help on using the repository browser.