source: trunk/source/interfaces/History @ 1284

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

bug fix on window

File size: 21.5 KB
Line 
1$Id: History,v 1.138 2010/05/28 09:14:41 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
2028 May, L. Garnier
21 - G4UIQt : Bug fix when compiling on windows
22
2328 May, K. Murakami (interfaces-V09-03-04)
24 - G4UIExective : session type order is changed.
25                  GUI session is prioritized.
26
2726 May, L. Garnier (interfaces-V09-03-03)
28 - G4UIQt: Fix some compil errors with qt3
29
3020 May, L. Garnier (interfaces-V09-03-02)
31 Co-working tag : intercoms-V09-03-01
32 - G4UIQt: Add some changes in order to register UI in order to access
33   it after
34 - G4Qt: Remove a cycle dependency
35
3619 May, L. Garnier
37 - G4UIQt: Fix a warning in Cout during viewer creation
38           Fix a flush problem at viewer creation
39
4018 May, L. Garnier
41 - G4UIQt: Fix an output warning
42
4311 May, J.Allison (interfaces-V09-03-01)
44- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
45  used on a patch branch.)
46
477 May, L. Garnier
48 - G4UIQt: Add new command in help tree will update immediatly the help tree
49   (removing a command not code yet)
50
5126 April, L. Garnier
52 - G4UIQt: Improvments
53 - G4Qt: Improvments
54
5515 April, 2010 G. Cosmo
56 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
57   allow for porting on gcc-4.5.
58
596 January, 2010 L. Garnier
60 - G4VBasicShell : improvments for command completion
61 - G4Qt : Add a link to G4UIQt
62 - G4UIQt : Add tab widgets in order to put Vis in
63
6420 November, 2009 K. Murakami (interfaces-V09-02-07)
65 - G4UIExecutive.hh:  no default arguments of the constructor
66 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
67
6820 November, 2009 J. Allison (interfaces-V09-02-06)
69 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
70  than one flag is set.
71
7219 November, 2009 J. Allison (interfaces-V09-02-05)
73 - Tagged for the release.
74
7518 November, 2009 L. Garnier
76 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
77
7817 November, 2009 L. Garnier
79 - G4VBasicShell: Fix commands strings that match some shorter
80   commands are trimmed and executed as those shorter commands.
81
825 November, 2009 L. Garnier
83 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
84   some widget display strange things on qt3
85
8619 October, 2009 L. Garnier
87 - basic/GNUMakefile Add optionnal debug flag
88
896 October, 2009 L. Garnier
90 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
91 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
92   G4DEBUG_INTERFACES_COMMON
93
9428 May, 2009 K. Murakami (interfaces-V09-02-03)
95 - G4UIExecutive: add  IsGUI() method / add GetSession() method
96
9718 May, 2009 K. Murakami (interfaces-V09-02-02)
98 - G4UIExecutive : fixed wrong #ifdef condition
99 - include changes by Laurent (7/May)
100
10115 May, 2009 K. Murakami (interfaces-V09-02-01)
102 - G4UIExecutive : Remove batch mode handling
103
10413 May, 2009 K. Murakami (interfaces-V09-02-00)
105 - G4UIExecutive : Add new class for automatic instantiation of user session
106 - G4VUIshell : Add SetLsColor()
107
1087, May, 2009 L. Garnier
109 - G4UIQt.cc : Fix Compilation warning
110 - G4VBasicShell.cc : Better command completion in command Line
111
11231, March, 2009 L.Garnier
113 - Fix a compilation warning in G4Qt.cc
114
11516 February 2009, Laurent Garnier
116 - G4UIQt : Add an Interactor to be able to add button on file and help menu
117 - G4UIQt : Add a public method to get the MainWindow
118
11927, November, 2008 K. Murakami (interfaces-V09-01-04)
120 - G4UIQt.cc: warning fix
121
12221, November, 2008 K. Murakami (interfaces-V09-01-03)
123 -tagged for release 9.2
124
12514 November, 2008 Laurent Garnier
126 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
127
1286 November, 2008 Laurent Garnier
129 - G4Qt : Re-fix problem on some linux with QApplication, should be better
130 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
131
13224 October, 2008 Laurent Garnier
133 - Change GEANT4_QT_DEBUG flag by QTDEBUG
134 - Suppress unuseful DEBUG messages
135
13615 October, 2008 Laurent Garnier
137 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
138 - Fix a qt3 backward compatibility on G4UIQt.cc
139
1407 October, 2008 Laurent Garnier
141 - Fix a G4cout possible problem cause by recursive G4cout call.
142
1432 October, 2008 Laurent Garnier
144 - Add availability to have a external Qapp
145
14622 July, 2008 K.Murakami (interfaces-V09-01-02)
147 - tagged
148 - direct exit calls are replaced with G4Exception/another way of exit
149   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
150   G4UItcsh.cc : nomal exit instead of direct calling exit()
151
15214 June, 2008 K.Murakami (interfaces-V09-01-01)
153 - tagged
154
15530th April, Laurent Garnier
156 - Include moc config in GNUmakefile
157
15810th March, Laurent Garnier
159 - Improvments for layout in Qt driver for Qt3
160
16130th January 2007, Laurent Garnier
162 - Add a search area in the help widget
163
16415th January 2007, Laurent Garnier
165 - Fixed some layout problems
166 - GNUmakefile : Added a macro for moc file
167 - Moc files : Suppression of all theses files. They are now autogenerated
168   thanks to config/common.gmk
169
17015 January 2007, Koichi Murakami (interfaces-V09-01-00)
171 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
172
17330 November 2007, Laurent Garnier
174 - G4UIQt : Some improvements for Qt3, corrections of some bugs
175 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
176   59, but this is not the right solution..
177 - GAG/Makefile : Suppression of linking on a unuseful library
178
17916 November 2007, Koichi Murakami (interfaces-V09-00-03)
180 - G4UIGainServer.cc: cleared a compilation warning.
181 - tagged for the 9.1 release.
182
18315 Nov 2007, Laurent Garnier
184 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
185 - G4UIQt,G4Qt : Compilation improvements for Qt3
186 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
187
18813 Nov 2007, Laurent Garnier
189 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
190   including Qt3 and Qt4 moc support
191
19209 Nov 2007, Laurent Garnier
193 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
194
19527 Sept 2007, Laurent Garnier
196 - Adding sur files for G4UIQt driver
197
19806 November Koichi Murakami
199- G4UItcsh.cc: store shell history across sessions.
200
20130 October 2007 Koichi Murakami (interfaces-V09-00-02)
202- Guy committed the new Qt interface (28/Sep).
203- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
204- Remove Qt interface from the current tag.
205- G4UIGAG.cc: suppress a compilation warning.
206
20730 October 2007 Koichi Murakami (interfaces-V09-00-01)
208- Makoto updated the implementation of the signal handler for Ctrl-C.
209
21028 October 2007, Makoto Asai
211- Remove improper dependency from interfaces/basic to run in GNUmakefile
212
21302 August 2007, Koichi Murakami (interfaces-V09-00-00)
214- Fix compilation warning on SUN-CC in G4UIterminal.cc
215
21619 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
217- Fix compilation error on Windows ('theShell' not declared).
218
21914 June 2007, Koichi Murakami (interfaces-V08-03-01)
220- fixed the problem with Ctl-C termination for bash users.
221 * G4VUIshell   : add a virtual method ResetTerminal()
222 * G4UItcsh     : add a method ResetTerminal()
223 * G4UIterminal : add terminal reset when Ctl-C termination
224
22522 May 2007, Koichi Murakami (interface-V08-03-00)
226- G4UIterminal.cc: implement signal handler for soft-abort
227
22828 November 2005, Gabriele Cosmo (interface-V07-01-02)
229- G4UIXm.cc migrated to sstream
230
23121 November 2005, Hajime Yoshida (interface-V07-01-01)
232- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
233
23426 October 2005, Koichi Murakami (interfaces-V07-01-00)
235- G4UItcsh/G4UIterminal/G4VBasicShell:
236  migration from strstream to sstream
237
23822 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
239- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
240
24126 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
242- Removed explicit definition of G4TMPDIR in GNUmakefiles
243  (not necessary since already defined in common.gmk).
244
24527 November 2004, Hajime Yoshida (interfaces-V06-02-00)
246- Tagged.
247
24825 November 2004, Hajime Yoshida (interfaces-V06-01-02)
249- Tagged.
250
25121 November 2004, Guy Barrand
252- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
253
25407 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
255- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
256  support on Windows.
257- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
258
25909 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
260- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
261
26208 April 2004, Guy Barrand
263- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
264  a standard C main (and avoid the WinMain).
265
26622 October 2003, Guy Barrand (interfaces-V05-02-00)
267- OPACS : archived obsolete OPACS module and cleared build setup.
268
26917 October 2003, Guy Barrand
270- G4Xt.cc : removed unused and commented code.
271
27211 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
273- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
274  WIN32-VC system.
275
27604 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
277- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
278  G4UIterminal.cc in view of the g4std wrappers migration.
279
28030 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
281- Fixed few pedantic warnings...
282- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
283
28404 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
285- Migration to new G4ApplicationState.
286
28715 November 2002, Hajime Yoshida (interfaces-V04-01-00)
288- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
289        by Koichi Murakami
290
29109 November 2002, Hajime Yoshida (interfaces-V04-00-05)
292- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
293- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
294
29506 November 2002, Guy Barrand
296- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
297
29814 June 2002, Hajime Yoshida (interfaces-V04-00-04)
299- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
300        on WIndows.
301
30214 June 2002, Hajime Yoshida (interfaces-V04-00-04)
303- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
304  and body, to prevent compilation on Windows platforms.
305
30612 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
307- Fixes for porting on platforms other than Linux.
308  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
309  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
310
31112 June 2002, Hajime Yoshida (interfaces-V04-00-02)
312- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
313- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
314- G4UIGainServer is the new member of libG4UIGAG.so(a)
315        (no modification to GNUmakefiles)
316
31726 April 2002, Makoto Asai (interfaces-V04-00-01)
318- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
319 Affected files :
320  basics/src/G4VUIshell.cc
321  common/src/G4VBasicShell.cc
322  GAG/src/G4UIGAG.cc
323
32425 February 2002, Makoto Asai (interfaces-V04-00-00)
325- fix for odd behavior on Windows in G4UIchs.cc
326
32703 December 2001 Guy Barrand (interfaces-V03-02-04)
328- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
329  logic in order to fix a disfunctionning with vis/OpenInventor driver.
330- G4Xt.cc : remove some g++ compilation warnings about unused
331  iconify functions.
332
33329 November 2001 Hajime Yoshida (interfaces-V03-02-03)
334- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
335
33626 November 2002 Makoto Asai (interfaces-V03-02-02)
337- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
338
33923 November 2001 Makoto Asai (interfaces-V03-02-01)
340- Fix G4UIterminal to display a command line AFTER solving aliases
341  in case the command caused "command not found".
342- Fix G4UItcsh.hh not to have warning message.
343
34422 October 2001 Hajime Yoshida
345-G4UIGAG.cc no more compiler warning due to G4String
346
34722 October 2001 Hajime Yoshida
348- G4UIGAG ; no compilation warning with g++-2.95
349
35011 August 2001  John Allison (interfaces-V03-02-00)
351- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
352- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
353- Nothing built if G4UI_NONE is set.
354
35529 November 2000 Makoto Asai (interfaces-V02-00-03)
356- Tag for Guy's correction.
357
35828 November 2000 Guy Barrand
359- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
360
36127 November 2000 Makoto Asai (interfaces-V02-00-02)
362- G4VUIShell.hh : add virtual keyword to the destructor.
363
36411 August 2000 Guy Barrand
365- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
366
3671 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
368- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
369  where unsigned (size_t) was requested instead.
370
37131 July 2000 Gonzalo Gracia
372- Modifications required to compile on NT
373  Operator string::[] requires size_t argument.
374  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
375  and G4VUIshell.cc
376
37722 July 2000 Makoto Asai (interfaces-V02-00-00)
378- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
379  break status as a prompt characters.
380
38125 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
382- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
383
38423 June 2000 John Allison (interfaces-V01-01-06)
385- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
386
38721 June 2000 John Allison (interfaces-V01-01-05)
388- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
389
39015 June 2000 John Allison (interfaces-V01-01-04)
391- More ISO compliance for G4UIterminal class.
392
39314 June 2000 Makoto Asai (interfaces-V01-01-03)
394- ISO compliance for G4UItcsh classes
395
39626 May 2000 Guy Barrand  (interfaces-V01-01-02)
397- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
398
39923 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
400- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
401
40220 May 2000 Guy Barrand  (interfaces-V01-01-01)
403- common/G4InteractorMessenger : change command name "interactor" to "gui".
404
40519 May 2000 John Allison  (interfaces-V01-01-00)
406- G4UIterminal displays a candidate list in case a given parameter is
407  wrong (Makoto Asai).
408
40926 Mar 2000 Makoto Asai
410- Introducing a new G4UIterminal with UNIX-like shell.
411
41210 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
413- Added less<G4String> argument (Guy).
414- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
415- G4VInteractorManager.cc : G4std::find, G4std::remove.
416
41708 Nov 1999 Hajime Yoshida
418- tag interfaces--V00-01-02 for STT
419
42008 Nov 1999 Hajime Yoshida
421- GAG/src/G4UIGAG.cc RWT => STL vector
422- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
423
42402 Nov 1999 Guy Barrand
425- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
426
42702 Nov 1999 Guy Barrand
428- basic/G4UIWin32, G4UIXm : RW -> STL.
429- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
43029 Oct. 1999 Hajime Yoshida
431- tag interfaces-V00-01-01
432
43327 Oct. 1999 Guy Barrand
434- interfaces/common/src/G4Xt.cc : protect XtAppInit against
435  shell zero widthxheight. Give a default to geometry resource.
436
43721 Oct. 1999 John Allison
438- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
439  OGLIXm is still slow - why?
440
44112 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
442- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
443
44402 Sep. 1999 Hajime Yoshida
445  to geant4-00-01-ref-01 (Revision 1.9)
446  a new tag is interfaces-01-00-04
447  after which a tag interfaces-V00-01-00 was added identical to
448    interfaces-01-00-04 except for this History file.
449
450- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
451        to an input of return (or null command line).
452
453head 31 Mai 1999  Guy Barrand
454- G4VInteractorManager::SecondaryLoop : add a message to indicate
455  that we enter a "viewer" secondary X event loop and that someone
456  add to "Escape" it from the viewer to continue.
457
458interfaces-01-00-03  19th April 1999  John Allison
459- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
460
461interfaces-01-00-02  18th April 1999  John Allison
462- Tagged.
463
464head 11th Mai 1999  Guy Barrand
4651) G4UIXm : Linux, correct geometry management of the menubar.
466
467head 06th Mai 1999  Guy Barrand
4681) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
469
470head 16th April 1999  Guy Barrand
4711) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4722) G4InteractorMessenger, G4VInteractorManager : code polishement.
473
474interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4751) some code polishment after the messages by CodeWarriers (Guy)
4762) Help functions in G4VBasicShell and related rearrangement of
477        G4UIterminal etc.. (Guy)
4783) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
479
480interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
481- minor improvements in Help of G4UIterminal.cc
482- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
483
484interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
485- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
486
487interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
488-test/G4cout_test01/ added an example for redirectiong stream using G4cout
489
490interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
491- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
492
49307 Ocotober 1998  Guy Barrand:
494- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
495
496interfaces-00-03-03 7th  October Hajime Yoshida
497- Bug fix to prevent "help" crashing in some circumstances.
498
499interfaces-00-03-02 14th Sep. Hajime Yoshida
500        - fix to G4UIGAG (not bugs but correction of minor
501                ydifferences with G4UIterminal)
502
503interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
504- CTRL-D doesn't invoke infinite loop.
505- CRTL-D now means
506        - EOF in the redirected cin
507        - End of Session, just as "exit" command of GEANT4
508- Affected files are basic/src/G4UIterminal.cc
509                        GAG/src/G4UIGAG.cc
510
511interfaces-00-02-01  9th August  John Allison
512- Tagged Guy's changes.
513
5147th August  Guy Barrand.
515- common, OPACS : new interactor parenting logic.
516
517interfaces-00-01-04  8th July 1998  John Allison
518- Emptied xvt_standalone_test; files moved to environments/XVT.
519
520interfaces-00-01-03  7th July 1998  John Allison
521- Emptied standalone_test; files moved to environments/Momo or no
522  longer needed.
523
5247th July 1998  Guy Barrand
525- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
526
527interfaces-00-01-02 7th July 1998  John Allison
528- Forced revision 2.1 on files in newly committed directories.
529
530interfaces-00-01-01 6th July 1998  John Allison
531- Big restructuring.  Moved files from include/ and src/ to:
532  common/, basic/, GAG/, OPACS/, XVT/.
533  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
534  Changed the GNUmakefiles accordingly.
535
536interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
537- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
538
539interfaces-00-06-05 26th June 1998  Gabriele Cosmo
540- Updated GNUmakefiles to new electromagnetics structure.
541
542interfaces-00-06-04a 22nd June 1998  John Allison
543- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
544  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
545
546interfaces-00-06-04 22nd June 1998  John Allison
547- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
548- Changed GNUmakefiles for G4VIS_USE.gmk.
549
550May 6, 98 M.Asai
551- Introducing a new abstract base class G4VBasicShell.
552- G4UIterminal has been modified according to use G4VBasicShell.
553
55422th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
555-  the following three directories are tagged.
556 interfaces/standalone_test/Momo/java/GGE
557 interfaces/standalone_test/Momo/java/RMI
558 interfaces/standalone_test/run/example35
559
56020th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
561- update for Momo and G4UIGAG, including many improvement and bug fixes.
562  see the interfaces/standalone_test/README_Momo.html for datails.
563- example35 is added; new example program to show the capability of GUI(GAG).
564
56515th April 1998 : Guy Barrand
566- From discussion with John and Simone G4VToolkit
567  has been renamed to G4VInteractorManager.
568
5694th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
570- correspond to the modification by  G.Barrand
571  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
572  Modifications for Win32/NT.
573
574April 2, 98 G.Barrand
575- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
576- Modifications for Win32/NT.
577
57826th March 1998  John Allison
579- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
580  for vis-00-05-01 and later.
581
5826th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
583- First tag with modeling under visualization
584- small bug fix for Momo
585
58629th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
587- Update of Momo(GAG/GGE), standalone_test/ directory.
588
58927th January 1998  John Allison
590- Simplfied use of G4VIS flags in test GNUmakefiles.
591- New way of instantiating G4VisManager in test main() programs.
592
593December 19, 97 G. Cosmo - (alpha03)
594
595- Created.
596
597Januray 19 , 98 G. Barrand
598
599- Update G4UIXaw, G4UIXm to take into account
600  pauseStartSession method.
601
Note: See TracBrowser for help on using the repository browser.