Changeset 714 for trunk


Ignore:
Timestamp:
Feb 5, 2008, 5:10:51 PM (16 years ago)
Author:
garnier
Message:

maj du Histoy file

Location:
trunk/geant4/visualization
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/History

    r704 r714  
    2121-------------------------------------
    2222
    23 30th January 2007, Laurent Garnier
     235th February 2008, Laurent Garnier
     24 - Fix a bug on moving step when moving camera. It is now the same screen
     25   step even when we are zooming on scene.
     26 - Improvment : When mouse move the camera, it now follow exactly the scene.
     27
     2830th January 2008, Laurent Garnier
    2429 - Add moving camera on left/right/up/down arrown, going forward/backward
    2530   on SHIFT+up/down, zoom in with +/- keys
     
    2732 - Fix some bugs on windows in export dialog
    2833
    29 15th January 2007, Laurent Garnier
     3415th January 2008, Laurent Garnier
    3035 - Fixed some layout problems on export dialog box
    3136 - Some improvements on exports formats
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r713 r714  
    18171817  if ((event->key() == Qt::Key_Down) && (event->modifiers() & Qt::AltModifier )) { // go backward
    18181818#endif
    1819 #ifdef GEANT4_QT_DEBUG
    1820     printf("Alt + Down!!\n");
    1821 #endif
    18221819   
    18231820    G4MouseMoveEvent(0,0,1);
     
    18271824#else
    18281825  else if ((event->key() == Qt::Key_Up) && (event->modifiers() & Qt::AltModifier)) { // go forward
    1829 #endif
    1830 #ifdef GEANT4_QT_DEBUG
    1831     printf("Alt + Up!!\n");
    18321826#endif
    18331827    G4MouseMoveEvent(0,0,-1);
     
    18741868  // with no modifiers
    18751869  if (!event->modifiers()) {
    1876 #ifdef GEANT4_QT_DEBUG
    1877     printf("No modifier !!\n");
    1878 #endif
    18791870    if (event->key() == Qt::Key_Down) { // go down
    18801871      G4MouseMoveEvent(0,1,0);
  • trunk/geant4/visualization/management/History

    r688 r714  
    2626History file for visualization management sub-category
    2727------------------------------------------------------
     28
     295th February 2008, Laurent Garnier
     30 - Implemented a function in order to IncrementPan with X,Y,Z values
    2831
    29324th January 2008  John Allison  (visman-V09-01-00)
Note: See TracChangeset for help on using the changeset viewer.