Ignore:
Timestamp:
Nov 30, 2007, 12:52:50 PM (18 years ago)
Author:
garnier
Message:

maj a jour par rapport au repository de geant4

Location:
trunk/geant4/interfaces
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/GAG/src/G4UIGainServer.cc

    r593 r631  
    2626//
    2727// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
    28 // $Id: G4UIGainServer.cc,v 1.10 2006/06/29 19:09:25 gunter Exp $
    29 // $Name: geant4-09-00-ref-01 $
     28// $Id: G4UIGainServer.cc,v 1.11 2007/11/16 14:59:35 kmura Exp $
     29// $Name: $
    3030//
    3131#ifndef WIN32
     
    538538///////////////////////////////////////////////
    539539    G4UIcommandTree* treeTop = UI->GetTree();
    540     unsigned i = newCommand.index(" ");
     540    str_size i = newCommand.index(" ");
    541541   
    542542    if(i!=std::string::npos){
  • trunk/geant4/interfaces/History

    r609 r631  
    1 $Id: History,v 1.89 2007/11/16 10:41:54 lgarnier Exp $
     1$Id: History,v 1.90 2007/11/16 15:03:17 kmura Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     2016 November 2007, Koichi Murakami (interfaces-V09-00-03)
     21 - G4UIGainServer.cc: cleared a compilation warning.
     22 - tagged for the 9.1 release.
     23
    192415 Nov 2007, Laurent Garnier
    2025 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
     
    3338
    343906 November Koichi Murakami
    35 - G4UItcsh.cc: store shell histoty accross sessrions.
     40- G4UItcsh.cc: store shell history across sessions.
    3641
    374230 October 2007 Koichi Murakami (interfaces-V09-00-02)
  • trunk/geant4/interfaces/basic/include/G4UIArrayString.hh

    r593 r631  
    2626//
    2727// $Id: G4UIArrayString.hh,v 1.3 2006/06/29 19:09:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/basic/include/G4UIWin32.hh

    r593 r631  
    2626//
    2727// $Id: G4UIWin32.hh,v 1.14 2006/06/29 19:09:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIWin32_h
  • trunk/geant4/interfaces/basic/include/G4UIXaw.hh

    r593 r631  
    2626//
    2727// $Id: G4UIXaw.hh,v 1.6 2006/06/29 19:09:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIXaw_h
  • trunk/geant4/interfaces/basic/include/G4UIXm.hh

    r593 r631  
    2626//
    2727// $Id: G4UIXm.hh,v 1.13 2006/06/29 19:09:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIXm_h
  • trunk/geant4/interfaces/basic/include/G4UIcsh.hh

    r593 r631  
    2626//
    2727// $Id: G4UIcsh.hh,v 1.4 2006/06/29 19:09:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/basic/include/G4UItcsh.hh

    r593 r631  
    2626//
    2727// $Id: G4UItcsh.hh,v 1.8 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/basic/include/G4UIterminal.hh

    r593 r631  
    2525//
    2626// $Id: G4UIterminal.hh,v 1.10 2007/05/22 01:51:05 kmura Exp $
    27 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     27// GEANT4 tag $Name: $
    2828//
    2929// ====================================================================
  • trunk/geant4/interfaces/basic/include/G4VUIshell.hh

    r593 r631  
    2626//
    2727// $Id: G4VUIshell.hh,v 1.7 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/common/include/G4VBasicShell.hh

    r593 r631  
    2626//
    2727// $Id: G4VBasicShell.hh,v 1.7 2006/06/29 19:10:03 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/common/include/G4VInteractorManager.hh

    r593 r631  
    2626//
    2727// $Id: G4VInteractorManager.hh,v 1.9 2006/06/29 19:10:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
  • trunk/geant4/interfaces/common/include/G4Win32.hh

    r593 r631  
    2626//
    2727// $Id: G4Win32.hh,v 1.8 2006/06/29 19:10:11 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//  To unify Windows message treatment between
  • trunk/geant4/interfaces/common/include/G4Xt.hh

    r593 r631  
    2626//
    2727// $Id: G4Xt.hh,v 1.6 2006/06/29 19:10:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//  To unify X11 event treatment between
  • trunk/geant4/interfaces/common/src/G4VBasicShell.cc

    r593 r631  
    2626//
    2727// $Id: G4VBasicShell.cc,v 1.12 2006/06/29 19:10:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030
  • trunk/geant4/interfaces/common/src/G4VInteractorManager.cc

    r593 r631  
    2626//
    2727// $Id: G4VInteractorManager.cc,v 1.13 2006/06/29 19:10:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
  • trunk/geant4/interfaces/common/src/G4Win32.cc

    r593 r631  
    2626//
    2727// $Id: G4Win32.cc,v 1.9 2006/06/29 19:10:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
  • trunk/geant4/interfaces/common/src/G4Xt.cc

    r593 r631  
    2626//
    2727// $Id: G4Xt.cc,v 1.11 2006/06/29 19:10:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
Note: See TracChangeset for help on using the changeset viewer.