source: trunk/source/interfaces/History @ 1305

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

oo

File size: 21.6 KB
Line 
1$Id: History,v 1.141 2010/06/02 15:13:51 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 : Fix bug on Qt >4.5 introduce on 1st June
22
231st June, L. Garnier (interfaces-V09-03-05)
24 - G4UIQt : warning on Qt version < 4.5
25
2628 May, L. Garnier
27 - G4UIQt : Bug fix when compiling on windows
28
2928 May, K. Murakami (interfaces-V09-03-04)
30 - G4UIExective : session type order is changed.
31                  GUI session is prioritized.
32
3326 May, L. Garnier (interfaces-V09-03-03)
34 - G4UIQt: Fix some compil errors with qt3
35
3620 May, L. Garnier (interfaces-V09-03-02)
37 Co-working tag : intercoms-V09-03-01
38 - G4UIQt: Add some changes in order to register UI in order to access
39   it after
40 - G4Qt: Remove a cycle dependency
41
4219 May, L. Garnier
43 - G4UIQt: Fix a warning in Cout during viewer creation
44           Fix a flush problem at viewer creation
45
4618 May, L. Garnier
47 - G4UIQt: Fix an output warning
48
4911 May, J.Allison (interfaces-V09-03-01)
50- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
51  used on a patch branch.)
52
537 May, L. Garnier
54 - G4UIQt: Add new command in help tree will update immediatly the help tree
55   (removing a command not code yet)
56
5726 April, L. Garnier
58 - G4UIQt: Improvments
59 - G4Qt: Improvments
60
6115 April, 2010 G. Cosmo
62 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
63   allow for porting on gcc-4.5.
64
656 January, 2010 L. Garnier
66 - G4VBasicShell : improvments for command completion
67 - G4Qt : Add a link to G4UIQt
68 - G4UIQt : Add tab widgets in order to put Vis in
69
7020 November, 2009 K. Murakami (interfaces-V09-02-07)
71 - G4UIExecutive.hh:  no default arguments of the constructor
72 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
73
7420 November, 2009 J. Allison (interfaces-V09-02-06)
75 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
76  than one flag is set.
77
7819 November, 2009 J. Allison (interfaces-V09-02-05)
79 - Tagged for the release.
80
8118 November, 2009 L. Garnier
82 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
83
8417 November, 2009 L. Garnier
85 - G4VBasicShell: Fix commands strings that match some shorter
86   commands are trimmed and executed as those shorter commands.
87
885 November, 2009 L. Garnier
89 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
90   some widget display strange things on qt3
91
9219 October, 2009 L. Garnier
93 - basic/GNUMakefile Add optionnal debug flag
94
956 October, 2009 L. Garnier
96 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
97 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
98   G4DEBUG_INTERFACES_COMMON
99
10028 May, 2009 K. Murakami (interfaces-V09-02-03)
101 - G4UIExecutive: add  IsGUI() method / add GetSession() method
102
10318 May, 2009 K. Murakami (interfaces-V09-02-02)
104 - G4UIExecutive : fixed wrong #ifdef condition
105 - include changes by Laurent (7/May)
106
10715 May, 2009 K. Murakami (interfaces-V09-02-01)
108 - G4UIExecutive : Remove batch mode handling
109
11013 May, 2009 K. Murakami (interfaces-V09-02-00)
111 - G4UIExecutive : Add new class for automatic instantiation of user session
112 - G4VUIshell : Add SetLsColor()
113
1147, May, 2009 L. Garnier
115 - G4UIQt.cc : Fix Compilation warning
116 - G4VBasicShell.cc : Better command completion in command Line
117
11831, March, 2009 L.Garnier
119 - Fix a compilation warning in G4Qt.cc
120
12116 February 2009, Laurent Garnier
122 - G4UIQt : Add an Interactor to be able to add button on file and help menu
123 - G4UIQt : Add a public method to get the MainWindow
124
12527, November, 2008 K. Murakami (interfaces-V09-01-04)
126 - G4UIQt.cc: warning fix
127
12821, November, 2008 K. Murakami (interfaces-V09-01-03)
129 -tagged for release 9.2
130
13114 November, 2008 Laurent Garnier
132 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
133
1346 November, 2008 Laurent Garnier
135 - G4Qt : Re-fix problem on some linux with QApplication, should be better
136 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
137
13824 October, 2008 Laurent Garnier
139 - Change GEANT4_QT_DEBUG flag by QTDEBUG
140 - Suppress unuseful DEBUG messages
141
14215 October, 2008 Laurent Garnier
143 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
144 - Fix a qt3 backward compatibility on G4UIQt.cc
145
1467 October, 2008 Laurent Garnier
147 - Fix a G4cout possible problem cause by recursive G4cout call.
148
1492 October, 2008 Laurent Garnier
150 - Add availability to have a external Qapp
151
15222 July, 2008 K.Murakami (interfaces-V09-01-02)
153 - tagged
154 - direct exit calls are replaced with G4Exception/another way of exit
155   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
156   G4UItcsh.cc : nomal exit instead of direct calling exit()
157
15814 June, 2008 K.Murakami (interfaces-V09-01-01)
159 - tagged
160
16130th April, Laurent Garnier
162 - Include moc config in GNUmakefile
163
16410th March, Laurent Garnier
165 - Improvments for layout in Qt driver for Qt3
166
16730th January 2007, Laurent Garnier
168 - Add a search area in the help widget
169
17015th January 2007, Laurent Garnier
171 - Fixed some layout problems
172 - GNUmakefile : Added a macro for moc file
173 - Moc files : Suppression of all theses files. They are now autogenerated
174   thanks to config/common.gmk
175
17615 January 2007, Koichi Murakami (interfaces-V09-01-00)
177 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
178
17930 November 2007, Laurent Garnier
180 - G4UIQt : Some improvements for Qt3, corrections of some bugs
181 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
182   59, but this is not the right solution..
183 - GAG/Makefile : Suppression of linking on a unuseful library
184
18516 November 2007, Koichi Murakami (interfaces-V09-00-03)
186 - G4UIGainServer.cc: cleared a compilation warning.
187 - tagged for the 9.1 release.
188
18915 Nov 2007, Laurent Garnier
190 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
191 - G4UIQt,G4Qt : Compilation improvements for Qt3
192 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
193
19413 Nov 2007, Laurent Garnier
195 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
196   including Qt3 and Qt4 moc support
197
19809 Nov 2007, Laurent Garnier
199 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
200
20127 Sept 2007, Laurent Garnier
202 - Adding sur files for G4UIQt driver
203
20406 November Koichi Murakami
205- G4UItcsh.cc: store shell history across sessions.
206
20730 October 2007 Koichi Murakami (interfaces-V09-00-02)
208- Guy committed the new Qt interface (28/Sep).
209- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
210- Remove Qt interface from the current tag.
211- G4UIGAG.cc: suppress a compilation warning.
212
21330 October 2007 Koichi Murakami (interfaces-V09-00-01)
214- Makoto updated the implementation of the signal handler for Ctrl-C.
215
21628 October 2007, Makoto Asai
217- Remove improper dependency from interfaces/basic to run in GNUmakefile
218
21902 August 2007, Koichi Murakami (interfaces-V09-00-00)
220- Fix compilation warning on SUN-CC in G4UIterminal.cc
221
22219 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
223- Fix compilation error on Windows ('theShell' not declared).
224
22514 June 2007, Koichi Murakami (interfaces-V08-03-01)
226- fixed the problem with Ctl-C termination for bash users.
227 * G4VUIshell   : add a virtual method ResetTerminal()
228 * G4UItcsh     : add a method ResetTerminal()
229 * G4UIterminal : add terminal reset when Ctl-C termination
230
23122 May 2007, Koichi Murakami (interface-V08-03-00)
232- G4UIterminal.cc: implement signal handler for soft-abort
233
23428 November 2005, Gabriele Cosmo (interface-V07-01-02)
235- G4UIXm.cc migrated to sstream
236
23721 November 2005, Hajime Yoshida (interface-V07-01-01)
238- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
239
24026 October 2005, Koichi Murakami (interfaces-V07-01-00)
241- G4UItcsh/G4UIterminal/G4VBasicShell:
242  migration from strstream to sstream
243
24422 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
245- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
246
24726 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
248- Removed explicit definition of G4TMPDIR in GNUmakefiles
249  (not necessary since already defined in common.gmk).
250
25127 November 2004, Hajime Yoshida (interfaces-V06-02-00)
252- Tagged.
253
25425 November 2004, Hajime Yoshida (interfaces-V06-01-02)
255- Tagged.
256
25721 November 2004, Guy Barrand
258- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
259
26007 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
261- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
262  support on Windows.
263- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
264
26509 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
266- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
267
26808 April 2004, Guy Barrand
269- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
270  a standard C main (and avoid the WinMain).
271
27222 October 2003, Guy Barrand (interfaces-V05-02-00)
273- OPACS : archived obsolete OPACS module and cleared build setup.
274
27517 October 2003, Guy Barrand
276- G4Xt.cc : removed unused and commented code.
277
27811 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
279- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
280  WIN32-VC system.
281
28204 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
283- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
284  G4UIterminal.cc in view of the g4std wrappers migration.
285
28630 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
287- Fixed few pedantic warnings...
288- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
289
29004 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
291- Migration to new G4ApplicationState.
292
29315 November 2002, Hajime Yoshida (interfaces-V04-01-00)
294- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
295        by Koichi Murakami
296
29709 November 2002, Hajime Yoshida (interfaces-V04-00-05)
298- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
299- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
300
30106 November 2002, Guy Barrand
302- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
303
30414 June 2002, Hajime Yoshida (interfaces-V04-00-04)
305- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
306        on WIndows.
307
30814 June 2002, Hajime Yoshida (interfaces-V04-00-04)
309- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
310  and body, to prevent compilation on Windows platforms.
311
31212 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
313- Fixes for porting on platforms other than Linux.
314  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
315  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
316
31712 June 2002, Hajime Yoshida (interfaces-V04-00-02)
318- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
319- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
320- G4UIGainServer is the new member of libG4UIGAG.so(a)
321        (no modification to GNUmakefiles)
322
32326 April 2002, Makoto Asai (interfaces-V04-00-01)
324- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
325 Affected files :
326  basics/src/G4VUIshell.cc
327  common/src/G4VBasicShell.cc
328  GAG/src/G4UIGAG.cc
329
33025 February 2002, Makoto Asai (interfaces-V04-00-00)
331- fix for odd behavior on Windows in G4UIchs.cc
332
33303 December 2001 Guy Barrand (interfaces-V03-02-04)
334- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
335  logic in order to fix a disfunctionning with vis/OpenInventor driver.
336- G4Xt.cc : remove some g++ compilation warnings about unused
337  iconify functions.
338
33929 November 2001 Hajime Yoshida (interfaces-V03-02-03)
340- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
341
34226 November 2002 Makoto Asai (interfaces-V03-02-02)
343- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
344
34523 November 2001 Makoto Asai (interfaces-V03-02-01)
346- Fix G4UIterminal to display a command line AFTER solving aliases
347  in case the command caused "command not found".
348- Fix G4UItcsh.hh not to have warning message.
349
35022 October 2001 Hajime Yoshida
351-G4UIGAG.cc no more compiler warning due to G4String
352
35322 October 2001 Hajime Yoshida
354- G4UIGAG ; no compilation warning with g++-2.95
355
35611 August 2001  John Allison (interfaces-V03-02-00)
357- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
358- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
359- Nothing built if G4UI_NONE is set.
360
36129 November 2000 Makoto Asai (interfaces-V02-00-03)
362- Tag for Guy's correction.
363
36428 November 2000 Guy Barrand
365- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
366
36727 November 2000 Makoto Asai (interfaces-V02-00-02)
368- G4VUIShell.hh : add virtual keyword to the destructor.
369
37011 August 2000 Guy Barrand
371- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
372
3731 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
374- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
375  where unsigned (size_t) was requested instead.
376
37731 July 2000 Gonzalo Gracia
378- Modifications required to compile on NT
379  Operator string::[] requires size_t argument.
380  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
381  and G4VUIshell.cc
382
38322 July 2000 Makoto Asai (interfaces-V02-00-00)
384- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
385  break status as a prompt characters.
386
38725 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
388- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
389
39023 June 2000 John Allison (interfaces-V01-01-06)
391- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
392
39321 June 2000 John Allison (interfaces-V01-01-05)
394- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
395
39615 June 2000 John Allison (interfaces-V01-01-04)
397- More ISO compliance for G4UIterminal class.
398
39914 June 2000 Makoto Asai (interfaces-V01-01-03)
400- ISO compliance for G4UItcsh classes
401
40226 May 2000 Guy Barrand  (interfaces-V01-01-02)
403- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
404
40523 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
406- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
407
40820 May 2000 Guy Barrand  (interfaces-V01-01-01)
409- common/G4InteractorMessenger : change command name "interactor" to "gui".
410
41119 May 2000 John Allison  (interfaces-V01-01-00)
412- G4UIterminal displays a candidate list in case a given parameter is
413  wrong (Makoto Asai).
414
41526 Mar 2000 Makoto Asai
416- Introducing a new G4UIterminal with UNIX-like shell.
417
41810 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
419- Added less<G4String> argument (Guy).
420- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
421- G4VInteractorManager.cc : G4std::find, G4std::remove.
422
42308 Nov 1999 Hajime Yoshida
424- tag interfaces--V00-01-02 for STT
425
42608 Nov 1999 Hajime Yoshida
427- GAG/src/G4UIGAG.cc RWT => STL vector
428- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
429
43002 Nov 1999 Guy Barrand
431- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
432
43302 Nov 1999 Guy Barrand
434- basic/G4UIWin32, G4UIXm : RW -> STL.
435- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
43629 Oct. 1999 Hajime Yoshida
437- tag interfaces-V00-01-01
438
43927 Oct. 1999 Guy Barrand
440- interfaces/common/src/G4Xt.cc : protect XtAppInit against
441  shell zero widthxheight. Give a default to geometry resource.
442
44321 Oct. 1999 John Allison
444- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
445  OGLIXm is still slow - why?
446
44712 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
448- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
449
45002 Sep. 1999 Hajime Yoshida
451  to geant4-00-01-ref-01 (Revision 1.9)
452  a new tag is interfaces-01-00-04
453  after which a tag interfaces-V00-01-00 was added identical to
454    interfaces-01-00-04 except for this History file.
455
456- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
457        to an input of return (or null command line).
458
459head 31 Mai 1999  Guy Barrand
460- G4VInteractorManager::SecondaryLoop : add a message to indicate
461  that we enter a "viewer" secondary X event loop and that someone
462  add to "Escape" it from the viewer to continue.
463
464interfaces-01-00-03  19th April 1999  John Allison
465- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
466
467interfaces-01-00-02  18th April 1999  John Allison
468- Tagged.
469
470head 11th Mai 1999  Guy Barrand
4711) G4UIXm : Linux, correct geometry management of the menubar.
472
473head 06th Mai 1999  Guy Barrand
4741) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
475
476head 16th April 1999  Guy Barrand
4771) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4782) G4InteractorMessenger, G4VInteractorManager : code polishement.
479
480interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4811) some code polishment after the messages by CodeWarriers (Guy)
4822) Help functions in G4VBasicShell and related rearrangement of
483        G4UIterminal etc.. (Guy)
4843) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
485
486interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
487- minor improvements in Help of G4UIterminal.cc
488- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
489
490interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
491- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
492
493interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
494-test/G4cout_test01/ added an example for redirectiong stream using G4cout
495
496interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
497- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
498
49907 Ocotober 1998  Guy Barrand:
500- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
501
502interfaces-00-03-03 7th  October Hajime Yoshida
503- Bug fix to prevent "help" crashing in some circumstances.
504
505interfaces-00-03-02 14th Sep. Hajime Yoshida
506        - fix to G4UIGAG (not bugs but correction of minor
507                ydifferences with G4UIterminal)
508
509interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
510- CTRL-D doesn't invoke infinite loop.
511- CRTL-D now means
512        - EOF in the redirected cin
513        - End of Session, just as "exit" command of GEANT4
514- Affected files are basic/src/G4UIterminal.cc
515                        GAG/src/G4UIGAG.cc
516
517interfaces-00-02-01  9th August  John Allison
518- Tagged Guy's changes.
519
5207th August  Guy Barrand.
521- common, OPACS : new interactor parenting logic.
522
523interfaces-00-01-04  8th July 1998  John Allison
524- Emptied xvt_standalone_test; files moved to environments/XVT.
525
526interfaces-00-01-03  7th July 1998  John Allison
527- Emptied standalone_test; files moved to environments/Momo or no
528  longer needed.
529
5307th July 1998  Guy Barrand
531- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
532
533interfaces-00-01-02 7th July 1998  John Allison
534- Forced revision 2.1 on files in newly committed directories.
535
536interfaces-00-01-01 6th July 1998  John Allison
537- Big restructuring.  Moved files from include/ and src/ to:
538  common/, basic/, GAG/, OPACS/, XVT/.
539  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
540  Changed the GNUmakefiles accordingly.
541
542interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
543- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
544
545interfaces-00-06-05 26th June 1998  Gabriele Cosmo
546- Updated GNUmakefiles to new electromagnetics structure.
547
548interfaces-00-06-04a 22nd June 1998  John Allison
549- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
550  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
551
552interfaces-00-06-04 22nd June 1998  John Allison
553- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
554- Changed GNUmakefiles for G4VIS_USE.gmk.
555
556May 6, 98 M.Asai
557- Introducing a new abstract base class G4VBasicShell.
558- G4UIterminal has been modified according to use G4VBasicShell.
559
56022th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
561-  the following three directories are tagged.
562 interfaces/standalone_test/Momo/java/GGE
563 interfaces/standalone_test/Momo/java/RMI
564 interfaces/standalone_test/run/example35
565
56620th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
567- update for Momo and G4UIGAG, including many improvement and bug fixes.
568  see the interfaces/standalone_test/README_Momo.html for datails.
569- example35 is added; new example program to show the capability of GUI(GAG).
570
57115th April 1998 : Guy Barrand
572- From discussion with John and Simone G4VToolkit
573  has been renamed to G4VInteractorManager.
574
5754th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
576- correspond to the modification by  G.Barrand
577  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
578  Modifications for Win32/NT.
579
580April 2, 98 G.Barrand
581- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
582- Modifications for Win32/NT.
583
58426th March 1998  John Allison
585- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
586  for vis-00-05-01 and later.
587
5886th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
589- First tag with modeling under visualization
590- small bug fix for Momo
591
59229th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
593- Update of Momo(GAG/GGE), standalone_test/ directory.
594
59527th January 1998  John Allison
596- Simplfied use of G4VIS flags in test GNUmakefiles.
597- New way of instantiating G4VisManager in test main() programs.
598
599December 19, 97 G. Cosmo - (alpha03)
600
601- Created.
602
603Januray 19 , 98 G. Barrand
604
605- Update G4UIXaw, G4UIXm to take into account
606  pauseStartSession method.
607
Note: See TracBrowser for help on using the repository browser.