Changeset 1155


Ignore:
Timestamp:
Nov 5, 2009, 4:29:16 PM (15 years ago)
Author:
garnier
Message:

CVS update

Location:
trunk/source/interfaces
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/History

    r1134 r1155  
    1 $Id: History,v 1.115 2009/10/19 07:37:48 lgarnier Exp $
     1$Id: History,v 1.116 2009/11/05 14:34:18 lgarnier Exp $
    22-------------------------------------------------------------------
    33
     
    1919
    2020=======
     215 November, 2009 L. Garnier
     22 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
     23   some widget display strange things on qt3
     24
    212519 October, 2009 L. Garnier
    2226 - basic/GNUMakefile Add optionnal debug flag
  • trunk/source/interfaces/common/include/G4Qt.hh

    r989 r1155  
    2626//
    2727// $Id: G4Qt.hh,v 1.4 2008/11/06 10:06:33 lgarnier Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030//  To unify Qt event treatment between
  • trunk/source/interfaces/common/include/G4VBasicShell.hh

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

    r989 r1155  
    2626//
    2727// $Id: G4VInteractorManager.hh,v 1.9 2006/06/29 19:10:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
  • trunk/source/interfaces/common/include/G4Xt.hh

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

    r1139 r1155  
    133133        if (a_argn != 0) {
    134134          SetMainInteractor (qApp);
    135 #ifdef G4DEBUG_INTERFACES_COMMON
    136           printf("G4Qt::G4Qt SetMainInteractor %d .....................................\n",qApp);
    137 #endif
    138135        }
    139136        SetArguments      (a_argn,a_args);
  • trunk/source/interfaces/common/src/G4VInteractorManager.cc

    r1139 r1155  
    123123/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    124124{
    125 #ifdef G4DEBUG_INTERFACES_COMMON
    126   printf("G4VInteractorManager::SetMainInteractor new ! %d\n",a_main);
    127 #endif
    128125  mainInteractor = a_main;
    129126}
  • trunk/source/interfaces/common/src/G4Xt.cc

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