From: vsr Date: Tue, 21 Aug 2007 12:14:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: qt4_porting_delivery_220807~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=46f56199c9353f435a9dc6d1754aaec7f417e5d3;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/QxGraph/Makefile.am b/src/QxGraph/Makefile.am index b6e64e2c3..292084f65 100755 --- a/src/QxGraph/Makefile.am +++ b/src/QxGraph/Makefile.am @@ -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 \ diff --git a/src/QxGraph/resources/QxGraph_images.ts b/src/QxGraph/resources/QxGraph_images.ts index f76c03988..4ccbe37ae 100644 --- a/src/QxGraph/resources/QxGraph_images.ts +++ b/src/QxGraph/resources/QxGraph_images.ts @@ -3,27 +3,27 @@ @default ICON_QXGRAPH_RESET - view_reset.png + qx_view_reset.png ICON_QXGRAPH_ZOOM - view_zoom.png + qx_view_zoom.png ICON_QXGRAPH_GLOBALPAN - view_glpan.png + qx_view_glpan.png ICON_QXGRAPH_PAN - view_pan.png + qx_view_pan.png ICON_QXGRAPH_FITALL - view_fitall.png + qx_view_fitall.png ICON_QXGRAPH_FITAREA - view_fitarea.png + qx_view_fitarea.png diff --git a/src/QxGraph/resources/qx_view_fitall.png b/src/QxGraph/resources/qx_view_fitall.png new file mode 100755 index 000000000..87e001dd8 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 index 000000000..450dc56c6 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 index 000000000..28ab547ea 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 index 000000000..ec56cacc7 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 index 000000000..66f81e604 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 index 000000000..386c966d1 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 index c09ff94ad..000000000 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 index 5b79594e7..000000000 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 index c23322a4a..000000000 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 index 50db45828..000000000 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 index 7ba93b98f..000000000 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 index b46573914..000000000 Binary files a/src/QxGraph/resources/view_zoom.png and /dev/null differ diff --git a/src/SUPERVGraph/Makefile.am b/src/SUPERVGraph/Makefile.am index c82a4dca4..0ed26687b 100755 --- a/src/SUPERVGraph/Makefile.am +++ b/src/SUPERVGraph/Makefile.am @@ -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 \ diff --git a/src/SUPERVGraph/resources/SUPERVGraph_images.ts b/src/SUPERVGraph/resources/SUPERVGraph_images.ts index c52d03db6..898af1ea7 100644 --- a/src/SUPERVGraph/resources/SUPERVGraph_images.ts +++ b/src/SUPERVGraph/resources/SUPERVGraph_images.ts @@ -3,11 +3,11 @@ @default ICON_SUPERVGraph_PAN - view_pan.png + superv_view_pan.png ICON_SUPERVGraph_RESET - view_reset.png + superv_view_reset.png diff --git a/src/SUPERVGraph/resources/superv_view_pan.png b/src/SUPERVGraph/resources/superv_view_pan.png new file mode 100644 index 000000000..ec56cacc7 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 index 000000000..66f81e604 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 index ec56cacc7..000000000 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 index 66f81e604..000000000 Binary files a/src/SUPERVGraph/resources/view_reset.png and /dev/null differ