From 851e22d394d18ae2f7fcf14cda51934a1a78039b Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Mon, 10 Dec 2012 19:24:53 +0100 Subject: New on-screen button graphic added. Jewelry Theme is now Android compatible. --- data/themes/jewelry/CHANGELOG.txt | 21 +++++++++++++++++++++ data/themes/jewelry/CMakeLists.txt | 1 + data/themes/jewelry/Makefile.am | 1 + data/themes/jewelry/dbutton.xml | 24 ++++++++++++++++++++++++ data/themes/jewelry/window.png | Bin 24321 -> 25414 bytes 5 files changed, 47 insertions(+) create mode 100644 data/themes/jewelry/CHANGELOG.txt create mode 100644 data/themes/jewelry/dbutton.xml (limited to 'data/themes/jewelry') diff --git a/data/themes/jewelry/CHANGELOG.txt b/data/themes/jewelry/CHANGELOG.txt new file mode 100644 index 000000000..8d46876d1 --- /dev/null +++ b/data/themes/jewelry/CHANGELOG.txt @@ -0,0 +1,21 @@ +>>> JEWELRY THEME <<< +Francesco Miglietta (Hal9000) + + +Version 1.0 (10.12.2012) + + JEWELRY THEME first release. + Changes are described comparing JT to standard The Mana World client themes. + + - New graphics for all GUI elements + - Title bars on most windows + - Specific tuning parameters for each window (padding, title style, etc) + - Mouseover effects for all interactive objects (like close button) + - Bigger graphic elements like sliders, radio/check button, etc for easier interaction + - New Equipment slot graphics and selection effects + - Transparent background for specific windows + - Updated Cursors + - New graphic for scrollbar background + - ANDROID: graphic for on-screen keyboard, joypad area and on-screen buttons + - New Cursors graphic: Mechanism Trigger, Doors/Warps + - New Font color combinations and window-specific color scheme for better readability diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index b00fdf839..256acbb7c 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -12,6 +12,7 @@ SET (FILES circle-on.xml colors.xml complete_icon.xml + dbutton.xml didyouknow.xml dpad.xml dropdown.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 63e3f58ae..e024cd64e 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -15,6 +15,7 @@ gui_DATA = \ circle-on.xml \ colors.xml \ complete_icon.xml \ + dbutton.xml \ didyouknow.xml \ dpad.xml \ dropdown.xml \ diff --git a/data/themes/jewelry/dbutton.xml b/data/themes/jewelry/dbutton.xml new file mode 100644 index 000000000..d2c967268 --- /dev/null +++ b/data/themes/jewelry/dbutton.xml @@ -0,0 +1,24 @@ + + + + + diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png index c0bb91728..228812abc 100644 Binary files a/data/themes/jewelry/window.png and b/data/themes/jewelry/window.png differ -- cgit v1.2.3-70-g09d2