source: trunk/source/interfaces/History @ 1293

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

CVS update

File size: 21.5 KB
Line 
1$Id: History,v 1.139 2010/06/01 15:43:30 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
201st June, L. Garnier
21 - G4UIQt : warning on Qt version < 4.5
22
2328 May, L. Garnier
24 - G4UIQt : Bug fix when compiling on windows
25
2628 May, K. Murakami (interfaces-V09-03-04)
27 - G4UIExective : session type order is changed.
28                  GUI session is prioritized.
29
3026 May, L. Garnier (interfaces-V09-03-03)
31 - G4UIQt: Fix some compil errors with qt3
32
3320 May, L. Garnier (interfaces-V09-03-02)
34 Co-working tag : intercoms-V09-03-01
35 - G4UIQt: Add some changes in order to register UI in order to access
36   it after
37 - G4Qt: Remove a cycle dependency
38
3919 May, L. Garnier
40 - G4UIQt: Fix a warning in Cout during viewer creation
41           Fix a flush problem at viewer creation
42
4318 May, L. Garnier
44 - G4UIQt: Fix an output warning
45
4611 May, J.Allison (interfaces-V09-03-01)
47- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
48  used on a patch branch.)
49
507 May, L. Garnier
51 - G4UIQt: Add new command in help tree will update immediatly the help tree
52   (removing a command not code yet)
53
5426 April, L. Garnier
55 - G4UIQt: Improvments
56 - G4Qt: Improvments
57
5815 April, 2010 G. Cosmo
59 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
60   allow for porting on gcc-4.5.
61
626 January, 2010 L. Garnier
63 - G4VBasicShell : improvments for command completion
64 - G4Qt : Add a link to G4UIQt
65 - G4UIQt : Add tab widgets in order to put Vis in
66
6720 November, 2009 K. Murakami (interfaces-V09-02-07)
68 - G4UIExecutive.hh:  no default arguments of the constructor
69 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
70
7120 November, 2009 J. Allison (interfaces-V09-02-06)
72 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
73  than one flag is set.
74
7519 November, 2009 J. Allison (interfaces-V09-02-05)
76 - Tagged for the release.
77
7818 November, 2009 L. Garnier
79 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
80
8117 November, 2009 L. Garnier
82 - G4VBasicShell: Fix commands strings that match some shorter
83   commands are trimmed and executed as those shorter commands.
84
855 November, 2009 L. Garnier
86 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
87   some widget display strange things on qt3
88
8919 October, 2009 L. Garnier
90 - basic/GNUMakefile Add optionnal debug flag
91
926 October, 2009 L. Garnier
93 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
94 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
95   G4DEBUG_INTERFACES_COMMON
96
9728 May, 2009 K. Murakami (interfaces-V09-02-03)
98 - G4UIExecutive: add  IsGUI() method / add GetSession() method
99
10018 May, 2009 K. Murakami (interfaces-V09-02-02)
101 - G4UIExecutive : fixed wrong #ifdef condition
102 - include changes by Laurent (7/May)
103
10415 May, 2009 K. Murakami (interfaces-V09-02-01)
105 - G4UIExecutive : Remove batch mode handling
106
10713 May, 2009 K. Murakami (interfaces-V09-02-00)
108 - G4UIExecutive : Add new class for automatic instantiation of user session
109 - G4VUIshell : Add SetLsColor()
110
1117, May, 2009 L. Garnier
112 - G4UIQt.cc : Fix Compilation warning
113 - G4VBasicShell.cc : Better command completion in command Line
114
11531, March, 2009 L.Garnier
116 - Fix a compilation warning in G4Qt.cc
117
11816 February 2009, Laurent Garnier
119 - G4UIQt : Add an Interactor to be able to add button on file and help menu
120 - G4UIQt : Add a public method to get the MainWindow
121
12227, November, 2008 K. Murakami (interfaces-V09-01-04)
123 - G4UIQt.cc: warning fix
124
12521, November, 2008 K. Murakami (interfaces-V09-01-03)
126 -tagged for release 9.2
127
12814 November, 2008 Laurent Garnier
129 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
130
1316 November, 2008 Laurent Garnier
132 - G4Qt : Re-fix problem on some linux with QApplication, should be better
133 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
134
13524 October, 2008 Laurent Garnier
136 - Change GEANT4_QT_DEBUG flag by QTDEBUG
137 - Suppress unuseful DEBUG messages
138
13915 October, 2008 Laurent Garnier
140 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
141 - Fix a qt3 backward compatibility on G4UIQt.cc
142
1437 October, 2008 Laurent Garnier
144 - Fix a G4cout possible problem cause by recursive G4cout call.
145
1462 October, 2008 Laurent Garnier
147 - Add availability to have a external Qapp
148
14922 July, 2008 K.Murakami (interfaces-V09-01-02)
150 - tagged
151 - direct exit calls are replaced with G4Exception/another way of exit
152   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
153   G4UItcsh.cc : nomal exit instead of direct calling exit()
154
15514 June, 2008 K.Murakami (interfaces-V09-01-01)
156 - tagged
157
15830th April, Laurent Garnier
159 - Include moc config in GNUmakefile
160
16110th March, Laurent Garnier
162 - Improvments for layout in Qt driver for Qt3
163
16430th January 2007, Laurent Garnier
165 - Add a search area in the help widget
166
16715th January 2007, Laurent Garnier
168 - Fixed some layout problems
169 - GNUmakefile : Added a macro for moc file
170 - Moc files : Suppression of all theses files. They are now autogenerated
171   thanks to config/common.gmk
172
17315 January 2007, Koichi Murakami (interfaces-V09-01-00)
174 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
175
17630 November 2007, Laurent Garnier
177 - G4UIQt : Some improvements for Qt3, corrections of some bugs
178 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
179   59, but this is not the right solution..
180 - GAG/Makefile : Suppression of linking on a unuseful library
181
18216 November 2007, Koichi Murakami (interfaces-V09-00-03)
183 - G4UIGainServer.cc: cleared a compilation warning.
184 - tagged for the 9.1 release.
185
18615 Nov 2007, Laurent Garnier
187 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
188 - G4UIQt,G4Qt : Compilation improvements for Qt3
189 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
190
19113 Nov 2007, Laurent Garnier
192 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
193   including Qt3 and Qt4 moc support
194
19509 Nov 2007, Laurent Garnier
196 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
197
19827 Sept 2007, Laurent Garnier
199 - Adding sur files for G4UIQt driver
200
20106 November Koichi Murakami
202- G4UItcsh.cc: store shell history across sessions.
203
20430 October 2007 Koichi Murakami (interfaces-V09-00-02)
205- Guy committed the new Qt interface (28/Sep).
206- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
207- Remove Qt interface from the current tag.
208- G4UIGAG.cc: suppress a compilation warning.
209
21030 October 2007 Koichi Murakami (interfaces-V09-00-01)
211- Makoto updated the implementation of the signal handler for Ctrl-C.
212
21328 October 2007, Makoto Asai
214- Remove improper dependency from interfaces/basic to run in GNUmakefile
215
21602 August 2007, Koichi Murakami (interfaces-V09-00-00)
217- Fix compilation warning on SUN-CC in G4UIterminal.cc
218
21919 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
220- Fix compilation error on Windows ('theShell' not declared).
221
22214 June 2007, Koichi Murakami (interfaces-V08-03-01)
223- fixed the problem with Ctl-C termination for bash users.
224 * G4VUIshell   : add a virtual method ResetTerminal()
225 * G4UItcsh     : add a method ResetTerminal()
226 * G4UIterminal : add terminal reset when Ctl-C termination
227
22822 May 2007, Koichi Murakami (interface-V08-03-00)
229- G4UIterminal.cc: implement signal handler for soft-abort
230
23128 November 2005, Gabriele Cosmo (interface-V07-01-02)
232- G4UIXm.cc migrated to sstream
233
23421 November 2005, Hajime Yoshida (interface-V07-01-01)
235- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
236
23726 October 2005, Koichi Murakami (interfaces-V07-01-00)
238- G4UItcsh/G4UIterminal/G4VBasicShell:
239  migration from strstream to sstream
240
24122 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
242- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
243
24426 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
245- Removed explicit definition of G4TMPDIR in GNUmakefiles
246  (not necessary since already defined in common.gmk).
247
24827 November 2004, Hajime Yoshida (interfaces-V06-02-00)
249- Tagged.
250
25125 November 2004, Hajime Yoshida (interfaces-V06-01-02)
252- Tagged.
253
25421 November 2004, Guy Barrand
255- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
256
25707 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
258- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
259  support on Windows.
260- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
261
26209 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
263- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
264
26508 April 2004, Guy Barrand
266- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
267  a standard C main (and avoid the WinMain).
268
26922 October 2003, Guy Barrand (interfaces-V05-02-00)
270- OPACS : archived obsolete OPACS module and cleared build setup.
271
27217 October 2003, Guy Barrand
273- G4Xt.cc : removed unused and commented code.
274
27511 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
276- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
277  WIN32-VC system.
278
27904 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
280- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
281  G4UIterminal.cc in view of the g4std wrappers migration.
282
28330 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
284- Fixed few pedantic warnings...
285- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
286
28704 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
288- Migration to new G4ApplicationState.
289
29015 November 2002, Hajime Yoshida (interfaces-V04-01-00)
291- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
292        by Koichi Murakami
293
29409 November 2002, Hajime Yoshida (interfaces-V04-00-05)
295- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
296- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
297
29806 November 2002, Guy Barrand
299- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
300
30114 June 2002, Hajime Yoshida (interfaces-V04-00-04)
302- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
303        on WIndows.
304
30514 June 2002, Hajime Yoshida (interfaces-V04-00-04)
306- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
307  and body, to prevent compilation on Windows platforms.
308
30912 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
310- Fixes for porting on platforms other than Linux.
311  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
312  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
313
31412 June 2002, Hajime Yoshida (interfaces-V04-00-02)
315- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
316- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
317- G4UIGainServer is the new member of libG4UIGAG.so(a)
318        (no modification to GNUmakefiles)
319
32026 April 2002, Makoto Asai (interfaces-V04-00-01)
321- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
322 Affected files :
323  basics/src/G4VUIshell.cc
324  common/src/G4VBasicShell.cc
325  GAG/src/G4UIGAG.cc
326
32725 February 2002, Makoto Asai (interfaces-V04-00-00)
328- fix for odd behavior on Windows in G4UIchs.cc
329
33003 December 2001 Guy Barrand (interfaces-V03-02-04)
331- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
332  logic in order to fix a disfunctionning with vis/OpenInventor driver.
333- G4Xt.cc : remove some g++ compilation warnings about unused
334  iconify functions.
335
33629 November 2001 Hajime Yoshida (interfaces-V03-02-03)
337- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
338
33926 November 2002 Makoto Asai (interfaces-V03-02-02)
340- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
341
34223 November 2001 Makoto Asai (interfaces-V03-02-01)
343- Fix G4UIterminal to display a command line AFTER solving aliases
344  in case the command caused "command not found".
345- Fix G4UItcsh.hh not to have warning message.
346
34722 October 2001 Hajime Yoshida
348-G4UIGAG.cc no more compiler warning due to G4String
349
35022 October 2001 Hajime Yoshida
351- G4UIGAG ; no compilation warning with g++-2.95
352
35311 August 2001  John Allison (interfaces-V03-02-00)
354- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
355- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
356- Nothing built if G4UI_NONE is set.
357
35829 November 2000 Makoto Asai (interfaces-V02-00-03)
359- Tag for Guy's correction.
360
36128 November 2000 Guy Barrand
362- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
363
36427 November 2000 Makoto Asai (interfaces-V02-00-02)
365- G4VUIShell.hh : add virtual keyword to the destructor.
366
36711 August 2000 Guy Barrand
368- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
369
3701 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
371- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
372  where unsigned (size_t) was requested instead.
373
37431 July 2000 Gonzalo Gracia
375- Modifications required to compile on NT
376  Operator string::[] requires size_t argument.
377  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
378  and G4VUIshell.cc
379
38022 July 2000 Makoto Asai (interfaces-V02-00-00)
381- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
382  break status as a prompt characters.
383
38425 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
385- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
386
38723 June 2000 John Allison (interfaces-V01-01-06)
388- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
389
39021 June 2000 John Allison (interfaces-V01-01-05)
391- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
392
39315 June 2000 John Allison (interfaces-V01-01-04)
394- More ISO compliance for G4UIterminal class.
395
39614 June 2000 Makoto Asai (interfaces-V01-01-03)
397- ISO compliance for G4UItcsh classes
398
39926 May 2000 Guy Barrand  (interfaces-V01-01-02)
400- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
401
40223 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
403- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
404
40520 May 2000 Guy Barrand  (interfaces-V01-01-01)
406- common/G4InteractorMessenger : change command name "interactor" to "gui".
407
40819 May 2000 John Allison  (interfaces-V01-01-00)
409- G4UIterminal displays a candidate list in case a given parameter is
410  wrong (Makoto Asai).
411
41226 Mar 2000 Makoto Asai
413- Introducing a new G4UIterminal with UNIX-like shell.
414
41510 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
416- Added less<G4String> argument (Guy).
417- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
418- G4VInteractorManager.cc : G4std::find, G4std::remove.
419
42008 Nov 1999 Hajime Yoshida
421- tag interfaces--V00-01-02 for STT
422
42308 Nov 1999 Hajime Yoshida
424- GAG/src/G4UIGAG.cc RWT => STL vector
425- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
426
42702 Nov 1999 Guy Barrand
428- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
429
43002 Nov 1999 Guy Barrand
431- basic/G4UIWin32, G4UIXm : RW -> STL.
432- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
43329 Oct. 1999 Hajime Yoshida
434- tag interfaces-V00-01-01
435
43627 Oct. 1999 Guy Barrand
437- interfaces/common/src/G4Xt.cc : protect XtAppInit against
438  shell zero widthxheight. Give a default to geometry resource.
439
44021 Oct. 1999 John Allison
441- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
442  OGLIXm is still slow - why?
443
44412 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
445- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
446
44702 Sep. 1999 Hajime Yoshida
448  to geant4-00-01-ref-01 (Revision 1.9)
449  a new tag is interfaces-01-00-04
450  after which a tag interfaces-V00-01-00 was added identical to
451    interfaces-01-00-04 except for this History file.
452
453- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
454        to an input of return (or null command line).
455
456head 31 Mai 1999  Guy Barrand
457- G4VInteractorManager::SecondaryLoop : add a message to indicate
458  that we enter a "viewer" secondary X event loop and that someone
459  add to "Escape" it from the viewer to continue.
460
461interfaces-01-00-03  19th April 1999  John Allison
462- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
463
464interfaces-01-00-02  18th April 1999  John Allison
465- Tagged.
466
467head 11th Mai 1999  Guy Barrand
4681) G4UIXm : Linux, correct geometry management of the menubar.
469
470head 06th Mai 1999  Guy Barrand
4711) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
472
473head 16th April 1999  Guy Barrand
4741) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4752) G4InteractorMessenger, G4VInteractorManager : code polishement.
476
477interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4781) some code polishment after the messages by CodeWarriers (Guy)
4792) Help functions in G4VBasicShell and related rearrangement of
480        G4UIterminal etc.. (Guy)
4813) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
482
483interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
484- minor improvements in Help of G4UIterminal.cc
485- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
486
487interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
488- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
489
490interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
491-test/G4cout_test01/ added an example for redirectiong stream using G4cout
492
493interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
494- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
495
49607 Ocotober 1998  Guy Barrand:
497- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
498
499interfaces-00-03-03 7th  October Hajime Yoshida
500- Bug fix to prevent "help" crashing in some circumstances.
501
502interfaces-00-03-02 14th Sep. Hajime Yoshida
503        - fix to G4UIGAG (not bugs but correction of minor
504                ydifferences with G4UIterminal)
505
506interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
507- CTRL-D doesn't invoke infinite loop.
508- CRTL-D now means
509        - EOF in the redirected cin
510        - End of Session, just as "exit" command of GEANT4
511- Affected files are basic/src/G4UIterminal.cc
512                        GAG/src/G4UIGAG.cc
513
514interfaces-00-02-01  9th August  John Allison
515- Tagged Guy's changes.
516
5177th August  Guy Barrand.
518- common, OPACS : new interactor parenting logic.
519
520interfaces-00-01-04  8th July 1998  John Allison
521- Emptied xvt_standalone_test; files moved to environments/XVT.
522
523interfaces-00-01-03  7th July 1998  John Allison
524- Emptied standalone_test; files moved to environments/Momo or no
525  longer needed.
526
5277th July 1998  Guy Barrand
528- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
529
530interfaces-00-01-02 7th July 1998  John Allison
531- Forced revision 2.1 on files in newly committed directories.
532
533interfaces-00-01-01 6th July 1998  John Allison
534- Big restructuring.  Moved files from include/ and src/ to:
535  common/, basic/, GAG/, OPACS/, XVT/.
536  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
537  Changed the GNUmakefiles accordingly.
538
539interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
540- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
541
542interfaces-00-06-05 26th June 1998  Gabriele Cosmo
543- Updated GNUmakefiles to new electromagnetics structure.
544
545interfaces-00-06-04a 22nd June 1998  John Allison
546- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
547  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
548
549interfaces-00-06-04 22nd June 1998  John Allison
550- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
551- Changed GNUmakefiles for G4VIS_USE.gmk.
552
553May 6, 98 M.Asai
554- Introducing a new abstract base class G4VBasicShell.
555- G4UIterminal has been modified according to use G4VBasicShell.
556
55722th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
558-  the following three directories are tagged.
559 interfaces/standalone_test/Momo/java/GGE
560 interfaces/standalone_test/Momo/java/RMI
561 interfaces/standalone_test/run/example35
562
56320th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
564- update for Momo and G4UIGAG, including many improvement and bug fixes.
565  see the interfaces/standalone_test/README_Momo.html for datails.
566- example35 is added; new example program to show the capability of GUI(GAG).
567
56815th April 1998 : Guy Barrand
569- From discussion with John and Simone G4VToolkit
570  has been renamed to G4VInteractorManager.
571
5724th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
573- correspond to the modification by  G.Barrand
574  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
575  Modifications for Win32/NT.
576
577April 2, 98 G.Barrand
578- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
579- Modifications for Win32/NT.
580
58126th March 1998  John Allison
582- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
583  for vis-00-05-01 and later.
584
5856th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
586- First tag with modeling under visualization
587- small bug fix for Momo
588
58929th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
590- Update of Momo(GAG/GGE), standalone_test/ directory.
591
59227th January 1998  John Allison
593- Simplfied use of G4VIS flags in test GNUmakefiles.
594- New way of instantiating G4VisManager in test main() programs.
595
596December 19, 97 G. Cosmo - (alpha03)
597
598- Created.
599
600Januray 19 , 98 G. Barrand
601
602- Update G4UIXaw, G4UIXm to take into account
603  pauseStartSession method.
604
Note: See TracBrowser for help on using the repository browser.