]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Tue, 21 Aug 2007 11:11:23 +0000 (11:11 +0000)
committervsr <vsr@opencascade.com>
Tue, 21 Aug 2007 11:11:23 +0000 (11:11 +0000)
src/SVTK/Makefile.am
src/SVTK/SVTK_MainWindow.cxx
src/SVTK/resources/SVTK_images.ts
src/SVTK/resources/vtk_view_graduated_axes.png [new file with mode: 0755]
src/SVTK/resources/vtk_view_rotation_point.png [new file with mode: 0755]
src/SVTK/resources/vtk_view_scaling.png [new file with mode: 0644]
src/SVTK/resources/vtk_view_update_rate.png [new file with mode: 0755]

index e85daf20721d4269b38c960083bd0f220b3f778e..868d194ba023e0433c8bded4deff181f45da217c 100755 (executable)
@@ -100,6 +100,12 @@ MOC_FILES= \
        SVTK_SetRotationPointDlg_moc.cxx
 nodist_libSVTK_la_SOURCES= $(MOC_FILES)
 
+dist_salomeres_DATA=\
+       resources/vtk_view_graduated_axes.png \
+       resources/vtk_view_scaling.png \
+       resources/vtk_view_update_rate.png \
+       resources/vtk_view_rotation_point.png
+
 nodist_salomeres_DATA= \
        SVTK_msg_en.qm \
        SVTK_images.qm
index d543444ee45ce49a72f180218df9f6cce4592803..ecc4729ef0b30a94d66ef208c0637f3ecdc53caa 100644 (file)
@@ -471,7 +471,7 @@ SVTK_MainWindow
 
   // Change rotation point
   anAction = new QtxAction(tr("MNU_CHANGINGROTATIONPOINT_VIEW"), 
-                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_VTKVIEWER_VIEW_ROTATION_POINT" ) ),
+                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_SVTK_ROTATION_POINT" ) ),
                           tr( "MNU_CHANGINGROTATIONPOINT_VIEW" ), 0, this);
   anAction->setStatusTip(tr("DSC_CHANGINGROTATIONPOINT_VIEW"));
   anAction->setCheckable(true);
@@ -556,7 +556,7 @@ SVTK_MainWindow
 
   // onGraduatedAxes: Manage graduated axes params
   anAction = new QtxAction(tr("MNU_SVTK_GRADUATED_AXES"), 
-                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_GRADUATED_AXES" ) ),
+                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_SVTK_GRADUATED_AXES" ) ),
                           tr( "MNU_SVTK_GRADUATED_AXES" ), 0, this);
   anAction->setStatusTip(tr("DSC_SVTK_GRADUATED_AXES"));
   anAction->setCheckable(true);
@@ -565,7 +565,7 @@ SVTK_MainWindow
 
   // onGraduatedAxes: Manage graduated axes params
   anAction = new QtxAction(tr("MNU_SVTK_UPDATE_RATE"), 
-                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_UPDATE_RATE" ) ),
+                          theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_SVTK_UPDATE_RATE" ) ),
                           tr( "MNU_SVTK_UPDATE_RATE" ), 0, this);
   anAction->setStatusTip(tr("DSC_SVTK_UPDATE_RATE"));
   anAction->setCheckable(true);
index 403d572d82bf775e93c14aaf49608a3e4bb68b3e..060908a75f144b90f4f8816f40bdab651e652c67 100644 (file)
@@ -2,16 +2,20 @@
 <context>
     <name>@default</name>
     <message>
-        <source>ICON_GRADUATED_AXES</source>
-        <translation>view_graduated_axes.png</translation>
+        <source>ICON_SVTK_ROTATION_POINT</source>
+        <translation>vtk_view_rotation_point.png</translation>
+    </message>
+    <message>
+        <source>ICON_SVTK_GRADUATED_AXES</source>
+        <translation>vtk_view_graduated_axes.png</translation>
     </message>
     <message>
         <source>ICON_SVTK_SCALING</source>
-        <translation>view_scaling.png</translation>
+        <translation>vtk_view_scaling.png</translation>
     </message>
     <message>
-        <source>ICON_UPDATE_RATE</source>
-        <translation>view_update_rate.png</translation>
+        <source>ICON_SVTK_UPDATE_RATE</source>
+        <translation>vtk_view_update_rate.png</translation>
     </message>
 </context>
 </TS>
diff --git a/src/SVTK/resources/vtk_view_graduated_axes.png b/src/SVTK/resources/vtk_view_graduated_axes.png
new file mode 100755 (executable)
index 0000000..2b44c06
Binary files /dev/null and b/src/SVTK/resources/vtk_view_graduated_axes.png differ
diff --git a/src/SVTK/resources/vtk_view_rotation_point.png b/src/SVTK/resources/vtk_view_rotation_point.png
new file mode 100755 (executable)
index 0000000..fc303e3
Binary files /dev/null and b/src/SVTK/resources/vtk_view_rotation_point.png differ
diff --git a/src/SVTK/resources/vtk_view_scaling.png b/src/SVTK/resources/vtk_view_scaling.png
new file mode 100644 (file)
index 0000000..fa8cbbc
Binary files /dev/null and b/src/SVTK/resources/vtk_view_scaling.png differ
diff --git a/src/SVTK/resources/vtk_view_update_rate.png b/src/SVTK/resources/vtk_view_update_rate.png
new file mode 100755 (executable)
index 0000000..3d01ad1
Binary files /dev/null and b/src/SVTK/resources/vtk_view_update_rate.png differ