]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Tue, 21 Aug 2007 12:14:20 +0000 (12:14 +0000)
committervsr <vsr@opencascade.com>
Tue, 21 Aug 2007 12:14:20 +0000 (12:14 +0000)
20 files changed:
src/QxGraph/Makefile.am
src/QxGraph/resources/QxGraph_images.ts
src/QxGraph/resources/qx_view_fitall.png [new file with mode: 0755]
src/QxGraph/resources/qx_view_fitarea.png [new file with mode: 0755]
src/QxGraph/resources/qx_view_glpan.png [new file with mode: 0644]
src/QxGraph/resources/qx_view_pan.png [new file with mode: 0755]
src/QxGraph/resources/qx_view_reset.png [new file with mode: 0755]
src/QxGraph/resources/qx_view_zoom.png [new file with mode: 0755]
src/QxGraph/resources/view_fitall.png [deleted file]
src/QxGraph/resources/view_fitarea.png [deleted file]
src/QxGraph/resources/view_glpan.png [deleted file]
src/QxGraph/resources/view_pan.png [deleted file]
src/QxGraph/resources/view_reset.png [deleted file]
src/QxGraph/resources/view_zoom.png [deleted file]
src/SUPERVGraph/Makefile.am
src/SUPERVGraph/resources/SUPERVGraph_images.ts
src/SUPERVGraph/resources/superv_view_pan.png [new file with mode: 0644]
src/SUPERVGraph/resources/superv_view_reset.png [new file with mode: 0644]
src/SUPERVGraph/resources/view_pan.png [deleted file]
src/SUPERVGraph/resources/view_reset.png [deleted file]

index b6e64e2c3047ddcf9d668aa43d39f37dd71ec34a..292084f65ee1c28b9c0b4a6de0365f8ca8eb0b05 100755 (executable)
@@ -50,12 +50,12 @@ MOC_FILES= \
 nodist_libQxGraph_la_SOURCES= $(MOC_FILES)
 
 dist_salomeres_DATA= \
-       resources/view_fitall.png \
-       resources/view_fitarea.png \
-       resources/view_glpan.png \
-       resources/view_pan.png \
-       resources/view_reset.png \
-       resources/view_zoom.png
+       resources/qx_view_fitall.png \
+       resources/qx_view_fitarea.png \
+       resources/qx_view_glpan.png \
+       resources/qx_view_pan.png \
+       resources/qx_view_reset.png \
+       resources/qx_view_zoom.png
 
 nodist_salomeres_DATA= \
        QxGraph_images.qm \
index f76c039882a49e98f5efe9f088b740681b6dcd8e..4ccbe37ae4d32bc0d858a3c7a3b46ef42b0b4b4a 100644 (file)
@@ -3,27 +3,27 @@
     <name>@default</name>
     <message>
         <source>ICON_QXGRAPH_RESET</source>
-        <translation>view_reset.png</translation>
+        <translation>qx_view_reset.png</translation>
     </message>
     <message>
         <source>ICON_QXGRAPH_ZOOM</source>
-        <translation>view_zoom.png</translation>
+        <translation>qx_view_zoom.png</translation>
     </message>
     <message>
         <source>ICON_QXGRAPH_GLOBALPAN</source>
-        <translation>view_glpan.png</translation>
+        <translation>qx_view_glpan.png</translation>
     </message>
     <message>
         <source>ICON_QXGRAPH_PAN</source>
-        <translation>view_pan.png</translation>
+        <translation>qx_view_pan.png</translation>
     </message>
     <message>
         <source>ICON_QXGRAPH_FITALL</source>
-        <translation>view_fitall.png</translation>
+        <translation>qx_view_fitall.png</translation>
     </message>
     <message>
         <source>ICON_QXGRAPH_FITAREA</source>
-        <translation>view_fitarea.png</translation>
+        <translation>qx_view_fitarea.png</translation>
     </message>
 </context>
 </TS>
diff --git a/src/QxGraph/resources/qx_view_fitall.png b/src/QxGraph/resources/qx_view_fitall.png
new file mode 100755 (executable)
index 0000000..87e001d
Binary files /dev/null and b/src/QxGraph/resources/qx_view_fitall.png differ
diff --git a/src/QxGraph/resources/qx_view_fitarea.png b/src/QxGraph/resources/qx_view_fitarea.png
new file mode 100755 (executable)
index 0000000..450dc56
Binary files /dev/null and b/src/QxGraph/resources/qx_view_fitarea.png differ
diff --git a/src/QxGraph/resources/qx_view_glpan.png b/src/QxGraph/resources/qx_view_glpan.png
new file mode 100644 (file)
index 0000000..28ab547
Binary files /dev/null and b/src/QxGraph/resources/qx_view_glpan.png differ
diff --git a/src/QxGraph/resources/qx_view_pan.png b/src/QxGraph/resources/qx_view_pan.png
new file mode 100755 (executable)
index 0000000..ec56cac
Binary files /dev/null and b/src/QxGraph/resources/qx_view_pan.png differ
diff --git a/src/QxGraph/resources/qx_view_reset.png b/src/QxGraph/resources/qx_view_reset.png
new file mode 100755 (executable)
index 0000000..66f81e6
Binary files /dev/null and b/src/QxGraph/resources/qx_view_reset.png differ
diff --git a/src/QxGraph/resources/qx_view_zoom.png b/src/QxGraph/resources/qx_view_zoom.png
new file mode 100755 (executable)
index 0000000..386c966
Binary files /dev/null and b/src/QxGraph/resources/qx_view_zoom.png differ
diff --git a/src/QxGraph/resources/view_fitall.png b/src/QxGraph/resources/view_fitall.png
deleted file mode 100755 (executable)
index c09ff94..0000000
Binary files a/src/QxGraph/resources/view_fitall.png and /dev/null differ
diff --git a/src/QxGraph/resources/view_fitarea.png b/src/QxGraph/resources/view_fitarea.png
deleted file mode 100755 (executable)
index 5b79594..0000000
Binary files a/src/QxGraph/resources/view_fitarea.png and /dev/null differ
diff --git a/src/QxGraph/resources/view_glpan.png b/src/QxGraph/resources/view_glpan.png
deleted file mode 100755 (executable)
index c23322a..0000000
Binary files a/src/QxGraph/resources/view_glpan.png and /dev/null differ
diff --git a/src/QxGraph/resources/view_pan.png b/src/QxGraph/resources/view_pan.png
deleted file mode 100644 (file)
index 50db458..0000000
Binary files a/src/QxGraph/resources/view_pan.png and /dev/null differ
diff --git a/src/QxGraph/resources/view_reset.png b/src/QxGraph/resources/view_reset.png
deleted file mode 100644 (file)
index 7ba93b9..0000000
Binary files a/src/QxGraph/resources/view_reset.png and /dev/null differ
diff --git a/src/QxGraph/resources/view_zoom.png b/src/QxGraph/resources/view_zoom.png
deleted file mode 100755 (executable)
index b465739..0000000
Binary files a/src/QxGraph/resources/view_zoom.png and /dev/null differ
index c82a4dca4fb1770a64ce882f4d388ccdc42eebb0..0ed26687b227b492e2eaa29ad6e9e254a9db6005 100755 (executable)
@@ -41,8 +41,8 @@ MOC_FILES= \
 nodist_libSUPERVGraph_la_SOURCES= $(MOC_FILES)
 
 dist_salomeres_DATA= \
-       resources/view_pan.png \
-       resources/view_reset.png
+       resources/superv_view_pan.png \
+       resources/superv_view_reset.png
 
 nodist_salomeres_DATA= \
        SUPERVGraph_images.qm \
index c52d03db656afc21b30936c5e5662784db523375..898af1ea7440e5443952b5038ee47892cd926630 100644 (file)
@@ -3,11 +3,11 @@
     <name>@default</name>
     <message>
         <source>ICON_SUPERVGraph_PAN</source>
-        <translation>view_pan.png</translation>
+        <translation>superv_view_pan.png</translation>
     </message>
     <message>
         <source>ICON_SUPERVGraph_RESET</source>
-        <translation>view_reset.png</translation>
+        <translation>superv_view_reset.png</translation>
     </message>
 </context>
 </TS>
diff --git a/src/SUPERVGraph/resources/superv_view_pan.png b/src/SUPERVGraph/resources/superv_view_pan.png
new file mode 100644 (file)
index 0000000..ec56cac
Binary files /dev/null and b/src/SUPERVGraph/resources/superv_view_pan.png differ
diff --git a/src/SUPERVGraph/resources/superv_view_reset.png b/src/SUPERVGraph/resources/superv_view_reset.png
new file mode 100644 (file)
index 0000000..66f81e6
Binary files /dev/null and b/src/SUPERVGraph/resources/superv_view_reset.png differ
diff --git a/src/SUPERVGraph/resources/view_pan.png b/src/SUPERVGraph/resources/view_pan.png
deleted file mode 100644 (file)
index ec56cac..0000000
Binary files a/src/SUPERVGraph/resources/view_pan.png and /dev/null differ
diff --git a/src/SUPERVGraph/resources/view_reset.png b/src/SUPERVGraph/resources/view_reset.png
deleted file mode 100644 (file)
index 66f81e6..0000000
Binary files a/src/SUPERVGraph/resources/view_reset.png and /dev/null differ