From: vsr Date: Tue, 21 Aug 2007 09:50:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: qt4_porting_delivery_220807~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8bdb99a7912e30bb484f614a7e0dc267c5932b34;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/OCCViewer/Makefile.am b/src/OCCViewer/Makefile.am index bc14c02ef..11f10fb86 100755 --- a/src/OCCViewer/Makefile.am +++ b/src/OCCViewer/Makefile.am @@ -63,27 +63,27 @@ MOC_FILES= \ nodist_libOCCViewer_la_SOURCES= $(MOC_FILES) dist_salomeres_DATA = \ - resources/view_back.png \ - resources/view_bottom.png \ - resources/view_camera_dump.png \ - resources/view_clone.png \ - resources/view_clipping.png \ - resources/view_clipping_pressed.png \ - resources/view_fitall.png \ - resources/view_fitarea.png \ - resources/view_front.png \ - resources/view_glpan.png \ - resources/view_left.png \ - resources/view_pan.png \ - resources/view_presets.png \ - resources/view_reset.png \ - resources/view_right.png \ - resources/view_rotate.png \ - resources/view_shoot.png \ - resources/view_top.png \ - resources/view_triedre.png \ - resources/view_zoom.png \ - resources/view_rotation_point.png + resources/occ_view_back.png \ + resources/occ_view_bottom.png \ + resources/occ_view_camera_dump.png \ + resources/occ_view_clone.png \ + resources/occ_view_clipping.png \ + resources/occ_view_clipping_pressed.png \ + resources/occ_view_fitall.png \ + resources/occ_view_fitarea.png \ + resources/occ_view_front.png \ + resources/occ_view_glpan.png \ + resources/occ_view_left.png \ + resources/occ_view_pan.png \ + resources/occ_view_presets.png \ + resources/occ_view_reset.png \ + resources/occ_view_right.png \ + resources/occ_view_rotate.png \ + resources/occ_view_shoot.png \ + resources/occ_view_top.png \ + resources/occ_view_triedre.png \ + resources/occ_view_zoom.png \ + resources/occ_view_rotation_point.png nodist_salomeres_DATA = \ OCCViewer_images.qm \ diff --git a/src/OCCViewer/resources/OCCViewer_images.ts b/src/OCCViewer/resources/OCCViewer_images.ts index 033f26c5a..6c8d4dc01 100644 --- a/src/OCCViewer/resources/OCCViewer_images.ts +++ b/src/OCCViewer/resources/OCCViewer_images.ts @@ -3,87 +3,87 @@ @default ICON_OCCVIEWER_VIEW_GLOBALPAN - view_glpan.png + occ_view_glpan.png ICON_OCCVIEWER_CLIPPING_PRESSED - view_clipping_pressed.png + occ_view_clipping_pressed.png ICON_OCCVIEWER_VIEW_FITAREA - view_fitarea.png + occ_view_fitarea.png ICON_OCCVIEWER_CLONE_VIEW - view_clone.png + occ_view_clone.png ICON_OCCVIEWER_PRESETS_VIEW - view_presets.png + occ_view_presets.png ICON_OCCVIEWER_VIEW_TOP - view_top.png + occ_view_top.png ICON_OCCVIEWER_VIEW_PAN - view_pan.png + occ_view_pan.png ICON_OCCVIEWER_SHOOT_VIEW - view_shoot.png + occ_view_shoot.png ICON_OCCVIEWER_VIEW_ROTATION_POINT - view_rotation_point.png + occ_view_rotation_point.png ICON_OCCVIEWER_VIEW_DUMP - view_camera_dump.png + occ_view_camera_dump.png ICON_OCCVIEWER_VIEW_BACK - view_back.png + occ_view_back.png ICON_OCCVIEWER_VIEW_ZOOM - view_zoom.png + occ_view_zoom.png ICON_OCCVIEWER_VIEW_LEFT - view_left.png + occ_view_left.png ICON_OCCVIEWER_VIEW_FITALL - view_fitall.png + occ_view_fitall.png ICON_OCCVIEWER_VIEW_BOTTOM - view_bottom.png + occ_view_bottom.png ICON_OCCVIEWER_VIEW_ROTATE - view_rotate.png + occ_view_rotate.png ICON_OCCVIEWER_VIEW_FRONT - view_front.png + occ_view_front.png ICON_OCCVIEWER_VIEW_RESET - view_reset.png + occ_view_reset.png ICON_OCCVIEWER_VIEW_RIGHT - view_right.png + occ_view_right.png ICON_OCCVIEWER_CLIPPING - view_clipping.png + occ_view_clipping.png ICON_OCCVIEWER_VIEW_TRIHEDRON - view_triedre.png + occ_view_triedre.png diff --git a/src/OCCViewer/resources/occ_view_back.png b/src/OCCViewer/resources/occ_view_back.png new file mode 100755 index 000000000..51beb0c73 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_back.png differ diff --git a/src/OCCViewer/resources/occ_view_bottom.png b/src/OCCViewer/resources/occ_view_bottom.png new file mode 100755 index 000000000..fa558e20e Binary files /dev/null and b/src/OCCViewer/resources/occ_view_bottom.png differ diff --git a/src/OCCViewer/resources/occ_view_camera_dump.png b/src/OCCViewer/resources/occ_view_camera_dump.png new file mode 100755 index 000000000..b02616f29 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_camera_dump.png differ diff --git a/src/OCCViewer/resources/occ_view_clipping.png b/src/OCCViewer/resources/occ_view_clipping.png new file mode 100644 index 000000000..0356a9a31 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_clipping.png differ diff --git a/src/OCCViewer/resources/occ_view_clipping_pressed.png b/src/OCCViewer/resources/occ_view_clipping_pressed.png new file mode 100644 index 000000000..e38a8aa7e Binary files /dev/null and b/src/OCCViewer/resources/occ_view_clipping_pressed.png differ diff --git a/src/OCCViewer/resources/occ_view_clone.png b/src/OCCViewer/resources/occ_view_clone.png new file mode 100755 index 000000000..441482d20 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_clone.png differ diff --git a/src/OCCViewer/resources/occ_view_fitall.png b/src/OCCViewer/resources/occ_view_fitall.png new file mode 100755 index 000000000..87e001dd8 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_fitall.png differ diff --git a/src/OCCViewer/resources/occ_view_fitarea.png b/src/OCCViewer/resources/occ_view_fitarea.png new file mode 100755 index 000000000..450dc56c6 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_fitarea.png differ diff --git a/src/OCCViewer/resources/occ_view_front.png b/src/OCCViewer/resources/occ_view_front.png new file mode 100755 index 000000000..d91796086 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_front.png differ diff --git a/src/OCCViewer/resources/occ_view_glpan.png b/src/OCCViewer/resources/occ_view_glpan.png new file mode 100755 index 000000000..c23322a4a Binary files /dev/null and b/src/OCCViewer/resources/occ_view_glpan.png differ diff --git a/src/OCCViewer/resources/occ_view_left.png b/src/OCCViewer/resources/occ_view_left.png new file mode 100755 index 000000000..1b787b043 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_left.png differ diff --git a/src/OCCViewer/resources/occ_view_pan.png b/src/OCCViewer/resources/occ_view_pan.png new file mode 100755 index 000000000..ec56cacc7 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_pan.png differ diff --git a/src/OCCViewer/resources/occ_view_presets.png b/src/OCCViewer/resources/occ_view_presets.png new file mode 100755 index 000000000..b436f946d Binary files /dev/null and b/src/OCCViewer/resources/occ_view_presets.png differ diff --git a/src/OCCViewer/resources/occ_view_reset.png b/src/OCCViewer/resources/occ_view_reset.png new file mode 100755 index 000000000..66f81e604 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_reset.png differ diff --git a/src/OCCViewer/resources/occ_view_right.png b/src/OCCViewer/resources/occ_view_right.png new file mode 100755 index 000000000..5c6e161a0 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_right.png differ diff --git a/src/OCCViewer/resources/occ_view_rotate.png b/src/OCCViewer/resources/occ_view_rotate.png new file mode 100755 index 000000000..28ec89f03 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_rotate.png differ diff --git a/src/OCCViewer/resources/occ_view_rotation_point.png b/src/OCCViewer/resources/occ_view_rotation_point.png new file mode 100755 index 000000000..fc303e3ea Binary files /dev/null and b/src/OCCViewer/resources/occ_view_rotation_point.png differ diff --git a/src/OCCViewer/resources/occ_view_shoot.png b/src/OCCViewer/resources/occ_view_shoot.png new file mode 100755 index 000000000..fa5ba75f2 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_shoot.png differ diff --git a/src/OCCViewer/resources/occ_view_top.png b/src/OCCViewer/resources/occ_view_top.png new file mode 100755 index 000000000..cef95040a Binary files /dev/null and b/src/OCCViewer/resources/occ_view_top.png differ diff --git a/src/OCCViewer/resources/occ_view_triedre.png b/src/OCCViewer/resources/occ_view_triedre.png new file mode 100755 index 000000000..bc5894dc3 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_triedre.png differ diff --git a/src/OCCViewer/resources/occ_view_zoom.png b/src/OCCViewer/resources/occ_view_zoom.png new file mode 100755 index 000000000..386c966d1 Binary files /dev/null and b/src/OCCViewer/resources/occ_view_zoom.png differ diff --git a/src/OCCViewer/resources/view_back.png b/src/OCCViewer/resources/view_back.png deleted file mode 100755 index 51beb0c73..000000000 Binary files a/src/OCCViewer/resources/view_back.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_bottom.png b/src/OCCViewer/resources/view_bottom.png deleted file mode 100755 index fa558e20e..000000000 Binary files a/src/OCCViewer/resources/view_bottom.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_camera_dump.png b/src/OCCViewer/resources/view_camera_dump.png deleted file mode 100755 index b02616f29..000000000 Binary files a/src/OCCViewer/resources/view_camera_dump.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_clipping.png b/src/OCCViewer/resources/view_clipping.png deleted file mode 100644 index 0356a9a31..000000000 Binary files a/src/OCCViewer/resources/view_clipping.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_clipping_pressed.png b/src/OCCViewer/resources/view_clipping_pressed.png deleted file mode 100644 index e38a8aa7e..000000000 Binary files a/src/OCCViewer/resources/view_clipping_pressed.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_clone.png b/src/OCCViewer/resources/view_clone.png deleted file mode 100755 index 441482d20..000000000 Binary files a/src/OCCViewer/resources/view_clone.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_fitall.png b/src/OCCViewer/resources/view_fitall.png deleted file mode 100755 index 87e001dd8..000000000 Binary files a/src/OCCViewer/resources/view_fitall.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_fitarea.png b/src/OCCViewer/resources/view_fitarea.png deleted file mode 100755 index 450dc56c6..000000000 Binary files a/src/OCCViewer/resources/view_fitarea.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_front.png b/src/OCCViewer/resources/view_front.png deleted file mode 100755 index d91796086..000000000 Binary files a/src/OCCViewer/resources/view_front.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_glpan.png b/src/OCCViewer/resources/view_glpan.png deleted file mode 100755 index c23322a4a..000000000 Binary files a/src/OCCViewer/resources/view_glpan.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_left.png b/src/OCCViewer/resources/view_left.png deleted file mode 100755 index 1b787b043..000000000 Binary files a/src/OCCViewer/resources/view_left.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_pan.png b/src/OCCViewer/resources/view_pan.png deleted file mode 100755 index ec56cacc7..000000000 Binary files a/src/OCCViewer/resources/view_pan.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_presets.png b/src/OCCViewer/resources/view_presets.png deleted file mode 100755 index b436f946d..000000000 Binary files a/src/OCCViewer/resources/view_presets.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_reset.png b/src/OCCViewer/resources/view_reset.png deleted file mode 100755 index 66f81e604..000000000 Binary files a/src/OCCViewer/resources/view_reset.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_right.png b/src/OCCViewer/resources/view_right.png deleted file mode 100755 index 5c6e161a0..000000000 Binary files a/src/OCCViewer/resources/view_right.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_rotate.png b/src/OCCViewer/resources/view_rotate.png deleted file mode 100755 index 28ec89f03..000000000 Binary files a/src/OCCViewer/resources/view_rotate.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_rotation_point.png b/src/OCCViewer/resources/view_rotation_point.png deleted file mode 100755 index fc303e3ea..000000000 Binary files a/src/OCCViewer/resources/view_rotation_point.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_shoot.png b/src/OCCViewer/resources/view_shoot.png deleted file mode 100755 index fa5ba75f2..000000000 Binary files a/src/OCCViewer/resources/view_shoot.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_top.png b/src/OCCViewer/resources/view_top.png deleted file mode 100755 index cef95040a..000000000 Binary files a/src/OCCViewer/resources/view_top.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_triedre.png b/src/OCCViewer/resources/view_triedre.png deleted file mode 100755 index bc5894dc3..000000000 Binary files a/src/OCCViewer/resources/view_triedre.png and /dev/null differ diff --git a/src/OCCViewer/resources/view_zoom.png b/src/OCCViewer/resources/view_zoom.png deleted file mode 100755 index 386c966d1..000000000 Binary files a/src/OCCViewer/resources/view_zoom.png and /dev/null differ