From: vsr Date: Tue, 21 Aug 2007 13:04:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: qt4_porting_delivery_220807~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a5362f8c99a549a58eb18c4e3a11b423c3a699de;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/STD/Makefile.am b/src/STD/Makefile.am index fb967d853..158d7de92 100755 --- a/src/STD/Makefile.am +++ b/src/STD/Makefile.am @@ -47,22 +47,22 @@ MOC_FILES= \ nodist_libstd_la_SOURCES= $(MOC_FILES) dist_salomeres_DATA= \ - resources/config \ - resources/cut.png \ - resources/copy.png \ + resources/cascade.png \ resources/close.png \ - resources/cursor_rotate.png \ - resources/cursor_zoom.png \ + resources/copy.png \ + resources/cut.png \ + resources/delete.png \ resources/help.png \ + resources/htile.png \ resources/new.png \ resources/open.png \ - resources/print.png \ resources/paste.png \ + resources/print.png \ resources/redo.png \ resources/reset.png \ resources/save.png \ - resources/undo_arrow.png \ resources/undo.png \ + resources/vtile.png \ resources/std.ini nodist_salomeres_DATA= \ diff --git a/src/STD/resources/STD_images.ts b/src/STD/resources/STD_images.ts index 90fe0caa3..22597f0dc 100644 --- a/src/STD/resources/STD_images.ts +++ b/src/STD/resources/STD_images.ts @@ -33,10 +33,6 @@ ICON_EDIT_COPY copy.png - - ICON_APP_DEFAULTICON - default.png - ICON_FILE_SAVE save.png @@ -50,20 +46,20 @@ htile.png - ICON_APP_EDIT_REDO + ICON_EDIT_REDO redo.png - ICON_APP_EDIT_UNDO + ICON_EDIT_UNDO undo.png - ICON_DESK_WINDOW_VSPLIT - vtile.png + ICON_EDIT_DELETE + delete.png - ICON_DESK_DEFAULTICON - default.png + ICON_DESK_WINDOW_VSPLIT + vtile.png ICON_DESK_WINDOW_HTILE @@ -82,15 +78,4 @@ close.png - - SUIT_ViewPort - - ICON_CURSOR_ZOOM - cursor_zoom.png - - - ICON_CURSOR_ROTATE - cursor_rotate.png - - diff --git a/src/STD/resources/cascade.png b/src/STD/resources/cascade.png new file mode 100644 index 000000000..3111e55c2 Binary files /dev/null and b/src/STD/resources/cascade.png differ diff --git a/src/STD/resources/close.png b/src/STD/resources/close.png index b7126e002..4364ce7fe 100755 Binary files a/src/STD/resources/close.png and b/src/STD/resources/close.png differ diff --git a/src/STD/resources/config b/src/STD/resources/config deleted file mode 100755 index e3471120d..000000000 --- a/src/STD/resources/config +++ /dev/null @@ -1 +0,0 @@ -language=en diff --git a/src/STD/resources/copy.png b/src/STD/resources/copy.png index 1e43a09c2..a26b64198 100755 Binary files a/src/STD/resources/copy.png and b/src/STD/resources/copy.png differ diff --git a/src/STD/resources/cursor_rotate.png b/src/STD/resources/cursor_rotate.png deleted file mode 100755 index a3cb0c1ec..000000000 Binary files a/src/STD/resources/cursor_rotate.png and /dev/null differ diff --git a/src/STD/resources/cursor_zoom.png b/src/STD/resources/cursor_zoom.png deleted file mode 100755 index 0020fea39..000000000 Binary files a/src/STD/resources/cursor_zoom.png and /dev/null differ diff --git a/src/STD/resources/cut.png b/src/STD/resources/cut.png index b35200830..055c27ea6 100755 Binary files a/src/STD/resources/cut.png and b/src/STD/resources/cut.png differ diff --git a/src/STD/resources/delete.png b/src/STD/resources/delete.png new file mode 100644 index 000000000..93d166354 Binary files /dev/null and b/src/STD/resources/delete.png differ diff --git a/src/STD/resources/help.png b/src/STD/resources/help.png index 452b45f62..c8dd11c14 100755 Binary files a/src/STD/resources/help.png and b/src/STD/resources/help.png differ diff --git a/src/STD/resources/htile.png b/src/STD/resources/htile.png new file mode 100644 index 000000000..42af00c0a Binary files /dev/null and b/src/STD/resources/htile.png differ diff --git a/src/STD/resources/new.png b/src/STD/resources/new.png index 953757a62..68555d221 100755 Binary files a/src/STD/resources/new.png and b/src/STD/resources/new.png differ diff --git a/src/STD/resources/open.png b/src/STD/resources/open.png index d9953b6a7..8ed143ebd 100755 Binary files a/src/STD/resources/open.png and b/src/STD/resources/open.png differ diff --git a/src/STD/resources/paste.png b/src/STD/resources/paste.png index c74462595..b2b5c95ac 100755 Binary files a/src/STD/resources/paste.png and b/src/STD/resources/paste.png differ diff --git a/src/STD/resources/print.png b/src/STD/resources/print.png index 37ca7c24d..69bae957d 100755 Binary files a/src/STD/resources/print.png and b/src/STD/resources/print.png differ diff --git a/src/STD/resources/redo.png b/src/STD/resources/redo.png index ac72e5c27..3753bb923 100755 Binary files a/src/STD/resources/redo.png and b/src/STD/resources/redo.png differ diff --git a/src/STD/resources/reset.png b/src/STD/resources/reset.png index ccda81cb1..761af7368 100755 Binary files a/src/STD/resources/reset.png and b/src/STD/resources/reset.png differ diff --git a/src/STD/resources/save.png b/src/STD/resources/save.png index 330493fa2..be10e0cf8 100755 Binary files a/src/STD/resources/save.png and b/src/STD/resources/save.png differ diff --git a/src/STD/resources/undo.png b/src/STD/resources/undo.png index 61b19777e..9b60fbd5d 100755 Binary files a/src/STD/resources/undo.png and b/src/STD/resources/undo.png differ diff --git a/src/STD/resources/undo_arrow.png b/src/STD/resources/undo_arrow.png deleted file mode 100755 index 717e0e6df..000000000 Binary files a/src/STD/resources/undo_arrow.png and /dev/null differ diff --git a/src/STD/resources/vtile.png b/src/STD/resources/vtile.png new file mode 100644 index 000000000..9ad8814d7 Binary files /dev/null and b/src/STD/resources/vtile.png differ