summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-10 19:24:53 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-10 19:24:53 +0100
commit851e22d394d18ae2f7fcf14cda51934a1a78039b (patch)
tree46daee2c735bbecf304dbee45ebff12ba3bfcdda
parentccbedfd47f315727f445ac6f01daa85592e302ec (diff)
downloadplus-851e22d394d18ae2f7fcf14cda51934a1a78039b.tar.gz
plus-851e22d394d18ae2f7fcf14cda51934a1a78039b.tar.bz2
plus-851e22d394d18ae2f7fcf14cda51934a1a78039b.tar.xz
plus-851e22d394d18ae2f7fcf14cda51934a1a78039b.zip
New on-screen button graphic added. Jewelry Theme is now Android compatible.
-rw-r--r--data/themes/jewelry/CHANGELOG.txt21
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/dbutton.xml24
-rw-r--r--data/themes/jewelry/window.pngbin24321 -> 25414 bytes
5 files changed, 47 insertions, 0 deletions
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 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="371" ypos="33">
+
+ <option name="padding" value="20" />
+ <option name="x" value="0" />
+ <option name="y" value="0" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" />
+ <part type="top-edge" xpos="20" ypos="0" width="10" height="19" />
+ <part type="top-right-corner" xpos="31" ypos="0" width="19" height="19" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="20" width="19" height="10" />
+ <part type="bg-quad" xpos="20" ypos="20" width="10" height="10" />
+ <part type="right-edge" xpos="31" ypos="20" width="19" height="10" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="31" width="19" height="19" />
+ <part type="bottom-edge" xpos="20" ypos="31" width="10" height="19" />
+ <part type="bottom-right-corner" xpos="31" ypos="31" width="19" height="19" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png
index c0bb91728..228812abc 100644
--- a/data/themes/jewelry/window.png
+++ b/data/themes/jewelry/window.png
Binary files differ