source: trunk/source/interfaces/History @ 1319

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

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 22.6 KB
Line 
1$Id: History,v 1.148 2010/06/16 15:43:28 kmura 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
2017, June K. Murakami (interfaces-V09-03-09)
21- Tagged.
22
2310th June L. Garnier
24- G4UIQt : Fix crash when del all viewer tabs and create a new one.
25           Fix widget QLabel strange effect on OSX 10.5
26
2710th June L. Garnier
28- G4UIQt : Improvments on OpenGL tab at initialisation (tab size was
29  too small). Remove some flicker effect at initialisation. Remove a
30  compilation warning. Improvment on Cout Filter for Qt3
31
328, June, 2010 K.Murakami (interfaces-V09-03-08)
33- G4VBasicShell : wrong version is in the cvs head.
34                  back to previous version (1.14) which includes
35                  a correct bug fix.
36
374th June  L. Garnier (interfaces-V09-03-07)
38- G4UIQt : Fix recursive repaint on windows and linux
39  Also fixed compilation problem for Qt3.
40- G4VBasicShell : Command completion improvments (was solve in
41  v1.14 of G4VBasicShell but don't know why I go one step back)
42
433rd June  J. Allison (interfaces-V09-03-06)
44- Tagged.
45
461st June, L. Garnier
47 - G4UIQt : Fix bug on Qt >4.5 introduce on 1st June
48
491st June, L. Garnier (interfaces-V09-03-05)
50 - G4UIQt : warning on Qt version < 4.5
51
5228 May, L. Garnier
53 - G4UIQt : Bug fix when compiling on windows
54
5528 May, K. Murakami (interfaces-V09-03-04)
56 - G4UIExective : session type order is changed.
57                  GUI session is prioritized.
58
5926 May, L. Garnier (interfaces-V09-03-03)
60 - G4UIQt: Fix some compil errors with qt3
61
6220 May, L. Garnier (interfaces-V09-03-02)
63 Co-working tag : intercoms-V09-03-01
64 - G4UIQt: Add some changes in order to register UI in order to access
65   it after
66 - G4Qt: Remove a cycle dependency
67
6819 May, L. Garnier
69 - G4UIQt: Fix a warning in Cout during viewer creation
70           Fix a flush problem at viewer creation
71
7218 May, L. Garnier
73 - G4UIQt: Fix an output warning
74
7511 May, J.Allison (interfaces-V09-03-01)
76- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
77  used on a patch branch.)
78
797 May, L. Garnier
80 - G4UIQt: Add new command in help tree will update immediatly the help tree
81   (removing a command not code yet)
82
8326 April, L. Garnier
84 - G4UIQt: Improvments
85 - G4Qt: Improvments
86
8715 April, 2010 G. Cosmo
88 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
89   allow for porting on gcc-4.5.
90
916 January, 2010 L. Garnier
92 - G4VBasicShell : improvments for command completion
93 - G4Qt : Add a link to G4UIQt
94 - G4UIQt : Add tab widgets in order to put Vis in
95
9620 November, 2009 K. Murakami (interfaces-V09-02-07)
97 - G4UIExecutive.hh:  no default arguments of the constructor
98 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
99
10020 November, 2009 J. Allison (interfaces-V09-02-06)
101 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
102  than one flag is set.
103
10419 November, 2009 J. Allison (interfaces-V09-02-05)
105 - Tagged for the release.
106
10718 November, 2009 L. Garnier
108 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
109
11017 November, 2009 L. Garnier
111 - G4VBasicShell: Fix commands strings that match some shorter
112   commands are trimmed and executed as those shorter commands.
113
1145 November, 2009 L. Garnier
115 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
116   some widget display strange things on qt3
117
11819 October, 2009 L. Garnier
119 - basic/GNUMakefile Add optionnal debug flag
120
1216 October, 2009 L. Garnier
122 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
123 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
124   G4DEBUG_INTERFACES_COMMON
125
12628 May, 2009 K. Murakami (interfaces-V09-02-03)
127 - G4UIExecutive: add  IsGUI() method / add GetSession() method
128
12918 May, 2009 K. Murakami (interfaces-V09-02-02)
130 - G4UIExecutive : fixed wrong #ifdef condition
131 - include changes by Laurent (7/May)
132
13315 May, 2009 K. Murakami (interfaces-V09-02-01)
134 - G4UIExecutive : Remove batch mode handling
135
13613 May, 2009 K. Murakami (interfaces-V09-02-00)
137 - G4UIExecutive : Add new class for automatic instantiation of user session
138 - G4VUIshell : Add SetLsColor()
139
1407, May, 2009 L. Garnier
141 - G4UIQt.cc : Fix Compilation warning
142 - G4VBasicShell.cc : Better command completion in command Line
143
14431, March, 2009 L.Garnier
145 - Fix a compilation warning in G4Qt.cc
146
14716 February 2009, Laurent Garnier
148 - G4UIQt : Add an Interactor to be able to add button on file and help menu
149 - G4UIQt : Add a public method to get the MainWindow
150
15127, November, 2008 K. Murakami (interfaces-V09-01-04)
152 - G4UIQt.cc: warning fix
153
15421, November, 2008 K. Murakami (interfaces-V09-01-03)
155 -tagged for release 9.2
156
15714 November, 2008 Laurent Garnier
158 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
159
1606 November, 2008 Laurent Garnier
161 - G4Qt : Re-fix problem on some linux with QApplication, should be better
162 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
163
16424 October, 2008 Laurent Garnier
165 - Change GEANT4_QT_DEBUG flag by QTDEBUG
166 - Suppress unuseful DEBUG messages
167
16815 October, 2008 Laurent Garnier
169 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
170 - Fix a qt3 backward compatibility on G4UIQt.cc
171
1727 October, 2008 Laurent Garnier
173 - Fix a G4cout possible problem cause by recursive G4cout call.
174
1752 October, 2008 Laurent Garnier
176 - Add availability to have a external Qapp
177
17822 July, 2008 K.Murakami (interfaces-V09-01-02)
179 - tagged
180 - direct exit calls are replaced with G4Exception/another way of exit
181   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
182   G4UItcsh.cc : nomal exit instead of direct calling exit()
183
18414 June, 2008 K.Murakami (interfaces-V09-01-01)
185 - tagged
186
18730th April, Laurent Garnier
188 - Include moc config in GNUmakefile
189
19010th March, Laurent Garnier
191 - Improvments for layout in Qt driver for Qt3
192
19330th January 2007, Laurent Garnier
194 - Add a search area in the help widget
195
19615th January 2007, Laurent Garnier
197 - Fixed some layout problems
198 - GNUmakefile : Added a macro for moc file
199 - Moc files : Suppression of all theses files. They are now autogenerated
200   thanks to config/common.gmk
201
20215 January 2007, Koichi Murakami (interfaces-V09-01-00)
203 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
204
20530 November 2007, Laurent Garnier
206 - G4UIQt : Some improvements for Qt3, corrections of some bugs
207 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
208   59, but this is not the right solution..
209 - GAG/Makefile : Suppression of linking on a unuseful library
210
21116 November 2007, Koichi Murakami (interfaces-V09-00-03)
212 - G4UIGainServer.cc: cleared a compilation warning.
213 - tagged for the 9.1 release.
214
21515 Nov 2007, Laurent Garnier
216 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
217 - G4UIQt,G4Qt : Compilation improvements for Qt3
218 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
219
22013 Nov 2007, Laurent Garnier
221 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
222   including Qt3 and Qt4 moc support
223
22409 Nov 2007, Laurent Garnier
225 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
226
22727 Sept 2007, Laurent Garnier
228 - Adding sur files for G4UIQt driver
229
23006 November Koichi Murakami
231- G4UItcsh.cc: store shell history across sessions.
232
23330 October 2007 Koichi Murakami (interfaces-V09-00-02)
234- Guy committed the new Qt interface (28/Sep).
235- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
236- Remove Qt interface from the current tag.
237- G4UIGAG.cc: suppress a compilation warning.
238
23930 October 2007 Koichi Murakami (interfaces-V09-00-01)
240- Makoto updated the implementation of the signal handler for Ctrl-C.
241
24228 October 2007, Makoto Asai
243- Remove improper dependency from interfaces/basic to run in GNUmakefile
244
24502 August 2007, Koichi Murakami (interfaces-V09-00-00)
246- Fix compilation warning on SUN-CC in G4UIterminal.cc
247
24819 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
249- Fix compilation error on Windows ('theShell' not declared).
250
25114 June 2007, Koichi Murakami (interfaces-V08-03-01)
252- fixed the problem with Ctl-C termination for bash users.
253 * G4VUIshell   : add a virtual method ResetTerminal()
254 * G4UItcsh     : add a method ResetTerminal()
255 * G4UIterminal : add terminal reset when Ctl-C termination
256
25722 May 2007, Koichi Murakami (interface-V08-03-00)
258- G4UIterminal.cc: implement signal handler for soft-abort
259
26028 November 2005, Gabriele Cosmo (interface-V07-01-02)
261- G4UIXm.cc migrated to sstream
262
26321 November 2005, Hajime Yoshida (interface-V07-01-01)
264- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
265
26626 October 2005, Koichi Murakami (interfaces-V07-01-00)
267- G4UItcsh/G4UIterminal/G4VBasicShell:
268  migration from strstream to sstream
269
27022 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
271- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
272
27326 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
274- Removed explicit definition of G4TMPDIR in GNUmakefiles
275  (not necessary since already defined in common.gmk).
276
27727 November 2004, Hajime Yoshida (interfaces-V06-02-00)
278- Tagged.
279
28025 November 2004, Hajime Yoshida (interfaces-V06-01-02)
281- Tagged.
282
28321 November 2004, Guy Barrand
284- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
285
28607 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
287- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
288  support on Windows.
289- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
290
29109 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
292- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
293
29408 April 2004, Guy Barrand
295- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
296  a standard C main (and avoid the WinMain).
297
29822 October 2003, Guy Barrand (interfaces-V05-02-00)
299- OPACS : archived obsolete OPACS module and cleared build setup.
300
30117 October 2003, Guy Barrand
302- G4Xt.cc : removed unused and commented code.
303
30411 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
305- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
306  WIN32-VC system.
307
30804 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
309- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
310  G4UIterminal.cc in view of the g4std wrappers migration.
311
31230 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
313- Fixed few pedantic warnings...
314- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
315
31604 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
317- Migration to new G4ApplicationState.
318
31915 November 2002, Hajime Yoshida (interfaces-V04-01-00)
320- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
321        by Koichi Murakami
322
32309 November 2002, Hajime Yoshida (interfaces-V04-00-05)
324- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
325- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
326
32706 November 2002, Guy Barrand
328- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
329
33014 June 2002, Hajime Yoshida (interfaces-V04-00-04)
331- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
332        on WIndows.
333
33414 June 2002, Hajime Yoshida (interfaces-V04-00-04)
335- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
336  and body, to prevent compilation on Windows platforms.
337
33812 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
339- Fixes for porting on platforms other than Linux.
340  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
341  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
342
34312 June 2002, Hajime Yoshida (interfaces-V04-00-02)
344- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
345- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
346- G4UIGainServer is the new member of libG4UIGAG.so(a)
347        (no modification to GNUmakefiles)
348
34926 April 2002, Makoto Asai (interfaces-V04-00-01)
350- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
351 Affected files :
352  basics/src/G4VUIshell.cc
353  common/src/G4VBasicShell.cc
354  GAG/src/G4UIGAG.cc
355
35625 February 2002, Makoto Asai (interfaces-V04-00-00)
357- fix for odd behavior on Windows in G4UIchs.cc
358
35903 December 2001 Guy Barrand (interfaces-V03-02-04)
360- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
361  logic in order to fix a disfunctionning with vis/OpenInventor driver.
362- G4Xt.cc : remove some g++ compilation warnings about unused
363  iconify functions.
364
36529 November 2001 Hajime Yoshida (interfaces-V03-02-03)
366- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
367
36826 November 2002 Makoto Asai (interfaces-V03-02-02)
369- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
370
37123 November 2001 Makoto Asai (interfaces-V03-02-01)
372- Fix G4UIterminal to display a command line AFTER solving aliases
373  in case the command caused "command not found".
374- Fix G4UItcsh.hh not to have warning message.
375
37622 October 2001 Hajime Yoshida
377-G4UIGAG.cc no more compiler warning due to G4String
378
37922 October 2001 Hajime Yoshida
380- G4UIGAG ; no compilation warning with g++-2.95
381
38211 August 2001  John Allison (interfaces-V03-02-00)
383- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
384- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
385- Nothing built if G4UI_NONE is set.
386
38729 November 2000 Makoto Asai (interfaces-V02-00-03)
388- Tag for Guy's correction.
389
39028 November 2000 Guy Barrand
391- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
392
39327 November 2000 Makoto Asai (interfaces-V02-00-02)
394- G4VUIShell.hh : add virtual keyword to the destructor.
395
39611 August 2000 Guy Barrand
397- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
398
3991 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
400- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
401  where unsigned (size_t) was requested instead.
402
40331 July 2000 Gonzalo Gracia
404- Modifications required to compile on NT
405  Operator string::[] requires size_t argument.
406  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
407  and G4VUIshell.cc
408
40922 July 2000 Makoto Asai (interfaces-V02-00-00)
410- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
411  break status as a prompt characters.
412
41325 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
414- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
415
41623 June 2000 John Allison (interfaces-V01-01-06)
417- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
418
41921 June 2000 John Allison (interfaces-V01-01-05)
420- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
421
42215 June 2000 John Allison (interfaces-V01-01-04)
423- More ISO compliance for G4UIterminal class.
424
42514 June 2000 Makoto Asai (interfaces-V01-01-03)
426- ISO compliance for G4UItcsh classes
427
42826 May 2000 Guy Barrand  (interfaces-V01-01-02)
429- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
430
43123 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
432- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
433
43420 May 2000 Guy Barrand  (interfaces-V01-01-01)
435- common/G4InteractorMessenger : change command name "interactor" to "gui".
436
43719 May 2000 John Allison  (interfaces-V01-01-00)
438- G4UIterminal displays a candidate list in case a given parameter is
439  wrong (Makoto Asai).
440
44126 Mar 2000 Makoto Asai
442- Introducing a new G4UIterminal with UNIX-like shell.
443
44410 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
445- Added less<G4String> argument (Guy).
446- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
447- G4VInteractorManager.cc : G4std::find, G4std::remove.
448
44908 Nov 1999 Hajime Yoshida
450- tag interfaces--V00-01-02 for STT
451
45208 Nov 1999 Hajime Yoshida
453- GAG/src/G4UIGAG.cc RWT => STL vector
454- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
455
45602 Nov 1999 Guy Barrand
457- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
458
45902 Nov 1999 Guy Barrand
460- basic/G4UIWin32, G4UIXm : RW -> STL.
461- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
46229 Oct. 1999 Hajime Yoshida
463- tag interfaces-V00-01-01
464
46527 Oct. 1999 Guy Barrand
466- interfaces/common/src/G4Xt.cc : protect XtAppInit against
467  shell zero widthxheight. Give a default to geometry resource.
468
46921 Oct. 1999 John Allison
470- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
471  OGLIXm is still slow - why?
472
47312 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
474- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
475
47602 Sep. 1999 Hajime Yoshida
477  to geant4-00-01-ref-01 (Revision 1.9)
478  a new tag is interfaces-01-00-04
479  after which a tag interfaces-V00-01-00 was added identical to
480    interfaces-01-00-04 except for this History file.
481
482- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
483        to an input of return (or null command line).
484
485head 31 Mai 1999  Guy Barrand
486- G4VInteractorManager::SecondaryLoop : add a message to indicate
487  that we enter a "viewer" secondary X event loop and that someone
488  add to "Escape" it from the viewer to continue.
489
490interfaces-01-00-03  19th April 1999  John Allison
491- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
492
493interfaces-01-00-02  18th April 1999  John Allison
494- Tagged.
495
496head 11th Mai 1999  Guy Barrand
4971) G4UIXm : Linux, correct geometry management of the menubar.
498
499head 06th Mai 1999  Guy Barrand
5001) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
501
502head 16th April 1999  Guy Barrand
5031) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
5042) G4InteractorMessenger, G4VInteractorManager : code polishement.
505
506interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
5071) some code polishment after the messages by CodeWarriers (Guy)
5082) Help functions in G4VBasicShell and related rearrangement of
509        G4UIterminal etc.. (Guy)
5103) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
511
512interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
513- minor improvements in Help of G4UIterminal.cc
514- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
515
516interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
517- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
518
519interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
520-test/G4cout_test01/ added an example for redirectiong stream using G4cout
521
522interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
523- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
524
52507 Ocotober 1998  Guy Barrand:
526- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
527
528interfaces-00-03-03 7th  October Hajime Yoshida
529- Bug fix to prevent "help" crashing in some circumstances.
530
531interfaces-00-03-02 14th Sep. Hajime Yoshida
532        - fix to G4UIGAG (not bugs but correction of minor
533                ydifferences with G4UIterminal)
534
535interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
536- CTRL-D doesn't invoke infinite loop.
537- CRTL-D now means
538        - EOF in the redirected cin
539        - End of Session, just as "exit" command of GEANT4
540- Affected files are basic/src/G4UIterminal.cc
541                        GAG/src/G4UIGAG.cc
542
543interfaces-00-02-01  9th August  John Allison
544- Tagged Guy's changes.
545
5467th August  Guy Barrand.
547- common, OPACS : new interactor parenting logic.
548
549interfaces-00-01-04  8th July 1998  John Allison
550- Emptied xvt_standalone_test; files moved to environments/XVT.
551
552interfaces-00-01-03  7th July 1998  John Allison
553- Emptied standalone_test; files moved to environments/Momo or no
554  longer needed.
555
5567th July 1998  Guy Barrand
557- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
558
559interfaces-00-01-02 7th July 1998  John Allison
560- Forced revision 2.1 on files in newly committed directories.
561
562interfaces-00-01-01 6th July 1998  John Allison
563- Big restructuring.  Moved files from include/ and src/ to:
564  common/, basic/, GAG/, OPACS/, XVT/.
565  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
566  Changed the GNUmakefiles accordingly.
567
568interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
569- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
570
571interfaces-00-06-05 26th June 1998  Gabriele Cosmo
572- Updated GNUmakefiles to new electromagnetics structure.
573
574interfaces-00-06-04a 22nd June 1998  John Allison
575- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
576  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
577
578interfaces-00-06-04 22nd June 1998  John Allison
579- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
580- Changed GNUmakefiles for G4VIS_USE.gmk.
581
582May 6, 98 M.Asai
583- Introducing a new abstract base class G4VBasicShell.
584- G4UIterminal has been modified according to use G4VBasicShell.
585
58622th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
587-  the following three directories are tagged.
588 interfaces/standalone_test/Momo/java/GGE
589 interfaces/standalone_test/Momo/java/RMI
590 interfaces/standalone_test/run/example35
591
59220th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
593- update for Momo and G4UIGAG, including many improvement and bug fixes.
594  see the interfaces/standalone_test/README_Momo.html for datails.
595- example35 is added; new example program to show the capability of GUI(GAG).
596
59715th April 1998 : Guy Barrand
598- From discussion with John and Simone G4VToolkit
599  has been renamed to G4VInteractorManager.
600
6014th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
602- correspond to the modification by  G.Barrand
603  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
604  Modifications for Win32/NT.
605
606April 2, 98 G.Barrand
607- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
608- Modifications for Win32/NT.
609
61026th March 1998  John Allison
611- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
612  for vis-00-05-01 and later.
613
6146th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
615- First tag with modeling under visualization
616- small bug fix for Momo
617
61829th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
619- Update of Momo(GAG/GGE), standalone_test/ directory.
620
62127th January 1998  John Allison
622- Simplfied use of G4VIS flags in test GNUmakefiles.
623- New way of instantiating G4VisManager in test main() programs.
624
625December 19, 97 G. Cosmo - (alpha03)
626
627- Created.
628
629Januray 19 , 98 G. Barrand
630
631- Update G4UIXaw, G4UIXm to take into account
632  pauseStartSession method.
633
Note: See TracBrowser for help on using the repository browser.