From 36b586e32474e0d21de2383aa106869cfef89902 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jul 2012 20:03:16 +0300 Subject: Change scrollarea theming. --- data/graphics/gui/CMakeLists.txt | 19 +++++-------------- data/graphics/gui/Makefile.am | 19 +++++-------------- data/graphics/gui/hscroll_left_default.png | Bin 358 -> 0 bytes data/graphics/gui/hscroll_left_highlight.png | Bin 364 -> 0 bytes data/graphics/gui/hscroll_left_pressed.png | Bin 349 -> 0 bytes data/graphics/gui/hscroll_right_default.png | Bin 340 -> 0 bytes data/graphics/gui/hscroll_right_highlight.png | Bin 359 -> 0 bytes data/graphics/gui/hscroll_right_pressed.png | Bin 350 -> 0 bytes data/graphics/gui/scroll.xml | 18 ++++++++++++++++++ data/graphics/gui/scroll_background.xml | 18 ++++++++++++++++++ data/graphics/gui/scroll_highlighted.xml | 18 ++++++++++++++++++ data/graphics/gui/scrollbuttons.xml | 8 ++++++++ data/graphics/gui/scrollbuttons_pressed.xml | 8 ++++++++ data/graphics/gui/vscroll_down_default.png | Bin 367 -> 0 bytes data/graphics/gui/vscroll_down_highlight.png | Bin 382 -> 0 bytes data/graphics/gui/vscroll_down_pressed.png | Bin 376 -> 0 bytes data/graphics/gui/vscroll_grey.png | Bin 338 -> 0 bytes data/graphics/gui/vscroll_highlight.png | Bin 338 -> 0 bytes data/graphics/gui/vscroll_up_default.png | Bin 377 -> 0 bytes data/graphics/gui/vscroll_up_highlight.png | Bin 376 -> 0 bytes data/graphics/gui/vscroll_up_pressed.png | Bin 364 -> 0 bytes data/graphics/gui/window.png | Bin 4857 -> 11802 bytes 22 files changed, 80 insertions(+), 28 deletions(-) delete mode 100644 data/graphics/gui/hscroll_left_default.png delete mode 100644 data/graphics/gui/hscroll_left_highlight.png delete mode 100644 data/graphics/gui/hscroll_left_pressed.png delete mode 100644 data/graphics/gui/hscroll_right_default.png delete mode 100644 data/graphics/gui/hscroll_right_highlight.png delete mode 100644 data/graphics/gui/hscroll_right_pressed.png create mode 100644 data/graphics/gui/scroll.xml create mode 100644 data/graphics/gui/scroll_background.xml create mode 100644 data/graphics/gui/scroll_highlighted.xml create mode 100644 data/graphics/gui/scrollbuttons.xml create mode 100644 data/graphics/gui/scrollbuttons_pressed.xml delete mode 100644 data/graphics/gui/vscroll_down_default.png delete mode 100644 data/graphics/gui/vscroll_down_highlight.png delete mode 100644 data/graphics/gui/vscroll_down_pressed.png delete mode 100644 data/graphics/gui/vscroll_grey.png delete mode 100644 data/graphics/gui/vscroll_highlight.png delete mode 100644 data/graphics/gui/vscroll_up_default.png delete mode 100644 data/graphics/gui/vscroll_up_highlight.png delete mode 100644 data/graphics/gui/vscroll_up_pressed.png (limited to 'data') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 2fefbfe6c..67c1352d7 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -9,12 +9,6 @@ SET (FILES colors.xml deepbox.png equipmentbox.png - hscroll_left_default.png - hscroll_left_highlight.png - hscroll_left_pressed.png - hscroll_right_default.png - hscroll_right_highlight.png - hscroll_right_pressed.png item_shortcut_bgr.png mouse.png progress-indicator.png @@ -23,6 +17,11 @@ SET (FILES radioout.png radioout_highlight.png resize.png + scroll.xml + scroll_background.xml + scroll_highlighted.xml + scrollbuttons.xml + scrollbuttons_pressed.xml selection.png slider.png slider_hilight.png @@ -38,14 +37,6 @@ SET (FILES target-cursor-normal-m.png target-cursor-normal-s.png unknown-item.png - vscroll_down_default.png - vscroll_down_highlight.png - vscroll_down_pressed.png - vscroll_grey.png - vscroll_highlight.png - vscroll_up_default.png - vscroll_up_highlight.png - vscroll_up_pressed.png window.png window.xml ) diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 0e3e13a1e..e59e2d79a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -12,12 +12,6 @@ gui_DATA = \ colors.xml \ deepbox.png \ equipmentbox.png \ - hscroll_left_default.png \ - hscroll_left_highlight.png \ - hscroll_left_pressed.png \ - hscroll_right_default.png \ - hscroll_right_highlight.png \ - hscroll_right_pressed.png \ item_shortcut_bgr.png \ mouse.png \ progress-indicator.png \ @@ -26,6 +20,11 @@ gui_DATA = \ radioout.png \ radioout_highlight.png \ resize.png \ + scroll.xml \ + scroll_background.xml \ + scroll_highlighted.xml \ + scrollbuttons.xml \ + scrollbuttons_pressed.xml\ selection.png \ slider.png \ slider_hilight.png \ @@ -41,14 +40,6 @@ gui_DATA = \ target-cursor-normal-m.png \ target-cursor-normal-s.png \ unknown-item.png \ - vscroll_down_default.png \ - vscroll_down_highlight.png \ - vscroll_down_pressed.png \ - vscroll_grey.png \ - vscroll_highlight.png \ - vscroll_up_default.png \ - vscroll_up_highlight.png \ - vscroll_up_pressed.png \ window.png \ window.xml diff --git a/data/graphics/gui/hscroll_left_default.png b/data/graphics/gui/hscroll_left_default.png deleted file mode 100644 index 2f763d302..000000000 Binary files a/data/graphics/gui/hscroll_left_default.png and /dev/null differ diff --git a/data/graphics/gui/hscroll_left_highlight.png b/data/graphics/gui/hscroll_left_highlight.png deleted file mode 100644 index 6be5ae259..000000000 Binary files a/data/graphics/gui/hscroll_left_highlight.png and /dev/null differ diff --git a/data/graphics/gui/hscroll_left_pressed.png b/data/graphics/gui/hscroll_left_pressed.png deleted file mode 100644 index b8ebcb463..000000000 Binary files a/data/graphics/gui/hscroll_left_pressed.png and /dev/null differ diff --git a/data/graphics/gui/hscroll_right_default.png b/data/graphics/gui/hscroll_right_default.png deleted file mode 100644 index 33fdddd0a..000000000 Binary files a/data/graphics/gui/hscroll_right_default.png and /dev/null differ diff --git a/data/graphics/gui/hscroll_right_highlight.png b/data/graphics/gui/hscroll_right_highlight.png deleted file mode 100644 index e9e633eac..000000000 Binary files a/data/graphics/gui/hscroll_right_highlight.png and /dev/null differ diff --git a/data/graphics/gui/hscroll_right_pressed.png b/data/graphics/gui/hscroll_right_pressed.png deleted file mode 100644 index 53972f2bb..000000000 Binary files a/data/graphics/gui/hscroll_right_pressed.png and /dev/null differ diff --git a/data/graphics/gui/scroll.xml b/data/graphics/gui/scroll.xml new file mode 100644 index 000000000..0bcdf9ad8 --- /dev/null +++ b/data/graphics/gui/scroll.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/scroll_background.xml b/data/graphics/gui/scroll_background.xml new file mode 100644 index 000000000..4a63cf25c --- /dev/null +++ b/data/graphics/gui/scroll_background.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/scroll_highlighted.xml b/data/graphics/gui/scroll_highlighted.xml new file mode 100644 index 000000000..4833972cf --- /dev/null +++ b/data/graphics/gui/scroll_highlighted.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/graphics/gui/scrollbuttons.xml b/data/graphics/gui/scrollbuttons.xml new file mode 100644 index 000000000..2c57cd0ba --- /dev/null +++ b/data/graphics/gui/scrollbuttons.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/data/graphics/gui/scrollbuttons_pressed.xml b/data/graphics/gui/scrollbuttons_pressed.xml new file mode 100644 index 000000000..f4fb89f15 --- /dev/null +++ b/data/graphics/gui/scrollbuttons_pressed.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/data/graphics/gui/vscroll_down_default.png b/data/graphics/gui/vscroll_down_default.png deleted file mode 100644 index c4292489e..000000000 Binary files a/data/graphics/gui/vscroll_down_default.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_down_highlight.png b/data/graphics/gui/vscroll_down_highlight.png deleted file mode 100644 index ac88f7c73..000000000 Binary files a/data/graphics/gui/vscroll_down_highlight.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_down_pressed.png b/data/graphics/gui/vscroll_down_pressed.png deleted file mode 100644 index 9dcc89f6f..000000000 Binary files a/data/graphics/gui/vscroll_down_pressed.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_grey.png b/data/graphics/gui/vscroll_grey.png deleted file mode 100644 index f99da4676..000000000 Binary files a/data/graphics/gui/vscroll_grey.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_highlight.png b/data/graphics/gui/vscroll_highlight.png deleted file mode 100644 index 2e0fcbfc1..000000000 Binary files a/data/graphics/gui/vscroll_highlight.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_up_default.png b/data/graphics/gui/vscroll_up_default.png deleted file mode 100644 index 1cecc3512..000000000 Binary files a/data/graphics/gui/vscroll_up_default.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_up_highlight.png b/data/graphics/gui/vscroll_up_highlight.png deleted file mode 100644 index 7b5009f39..000000000 Binary files a/data/graphics/gui/vscroll_up_highlight.png and /dev/null differ diff --git a/data/graphics/gui/vscroll_up_pressed.png b/data/graphics/gui/vscroll_up_pressed.png deleted file mode 100644 index 2320ec42f..000000000 Binary files a/data/graphics/gui/vscroll_up_pressed.png and /dev/null differ diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index a0d5da63c..81a1526dc 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-70-g09d2