Ignore:
Timestamp:
May 15, 2009, 12:25:09 PM (15 years ago)
Author:
garnier
Message:

maj en aussi sur CVS

Location:
trunk/source/interfaces
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/History

    r1034 r1043  
    1 $Id: History,v 1.108 2009/03/31 09:03:58 lgarnier Exp $
     1$Id: History,v 1.111 2009/05/15 09:34:36 lgarnier Exp $
    22-------------------------------------------------------------------
    33
     
    1818     ----------------------------------------------------------
    1919
     20=======
     2115 May, 2009 K. Murakami (interfaces-V09-02-01)
     22 - G4UIExecutive : Remove batch mode handling
     23
     2413 May, 2009 K. Murakami (interfaces-V09-02-00)
     25 - G4UIExecutive : Add new class for automatic instantiation of user session
     26 - G4VUIshell : Add SetLsColor()
     27
    20287, May, 2009 L. Garnier
    2129 - G4UIQt.cc : Fix Compilation warning
    22  - G4VBasicShell.cc : Better command completion in command Line (need intercom--
     30 - G4VBasicShell.cc : Better command completion in command Line
     31   (need intercoms-V09-02-00)
    2332
    243331, March, 2009 L.Garnier
  • trunk/source/interfaces/basic/include/G4VUIshell.hh

    r989 r1043  
    2525//
    2626//
    27 // $Id: G4VUIshell.hh,v 1.7 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4VUIshell.hh,v 1.8 2009/05/13 09:01:36 kmura Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
     
    8787  void SetPrompt(const G4String& prompt);
    8888  void SetCurrentDirectory(const G4String& ccd);
     89  virtual void SetLsColor(TermColorIndex, TermColorIndex);
    8990
    9091  // shell commands
     
    118119}
    119120
     121inline void G4VUIshell::SetLsColor(TermColorIndex, TermColorIndex)
     122{
     123}
     124
    120125inline void G4VUIshell::ShowCurrentDirectory() const
    121126{
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r1034 r1043  
    2525//
    2626//
    27 // $Id: G4UIQt.cc,v 1.25 2009/02/16 11:40:26 lgarnier Exp $
     27// $Id: G4UIQt.cc,v 1.26 2009/05/15 09:36:17 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
  • trunk/source/interfaces/common/src/G4VBasicShell.cc

    r1032 r1043  
    2525//
    2626//
    27 // $Id: G4VBasicShell.cc,v 1.12 2006/06/29 19:10:20 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VBasicShell.cc,v 1.13 2009/05/15 09:34:36 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/source/interfaces/common/src/G4Xt.cc

    r1026 r1043  
    155155/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    156156{
    157   printf("G4Xt::GetEvent BEGIN\n");
    158157  static XEvent  event;
    159158  if(appContext==NULL) return NULL;
    160159  if(topWidget==NULL) return NULL;
    161160  XtAppNextEvent (appContext, &event);
    162   printf("G4Xt::GetEvent END\n");
    163161  return         &event;
    164162}
Note: See TracChangeset for help on using the changeset viewer.