summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-14 22:09:33 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-14 22:09:33 +0300
commitf6751cdc1e3a60f31889eacabf3751f23dfdcb0b (patch)
tree2eb951c3f467e2cd17cb336edc90b97107ffd353 /data
parent6065690856ffc750404c9c0940d9a1f3a0cdd42c (diff)
downloadplus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.gz
plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.bz2
plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.xz
plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.zip
add images and xml files for chat emotes tab icons.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/gui/CMakeLists.txt1
-rw-r--r--data/graphics/gui/Makefile.am1
-rw-r--r--data/graphics/gui/emotetabs.xml6
-rw-r--r--data/graphics/gui/window.pngbin23043 -> 24782 bytes
-rw-r--r--data/themes/blacknblack/CMakeLists.txt1
-rw-r--r--data/themes/blacknblack/Makefile.am1
-rw-r--r--data/themes/blacknblack/emotetabs.xml6
-rw-r--r--data/themes/blackwood/window.pngbin32527 -> 34254 bytes
-rw-r--r--data/themes/enchilado/window.pngbin26343 -> 28015 bytes
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/emotetabs.xml6
-rw-r--r--data/themes/mana/CMakeLists.txt1
-rw-r--r--data/themes/mana/Makefile.am1
-rw-r--r--data/themes/mana/emotetabs.xml6
-rw-r--r--data/themes/pink/window.pngbin16547 -> 18286 bytes
-rw-r--r--data/themes/unity/window.pngbin25557 -> 27246 bytes
-rw-r--r--data/themes/wood/window.pngbin45093 -> 46813 bytes
18 files changed, 32 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index fa0d61602..5694f9a8d 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -22,6 +22,7 @@ SET (FILES
dropdown_background.xml
dropdown_pressed.xml
emote_selection.xml
+ emotetabs.xml
equipment.xml
equipment_background.xml
equipment_playerbox.xml
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index d43339e39..9e3f83129 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -25,6 +25,7 @@ gui_DATA = \
dropdown_background.xml \
dropdown_pressed.xml \
emote_selection.xml \
+ emotetabs.xml \
equipment.xml \
equipment_background.xml \
equipment_playerbox.xml \
diff --git a/data/graphics/gui/emotetabs.xml b/data/graphics/gui/emotetabs.xml
new file mode 100644
index 000000000..fd791110e
--- /dev/null
+++ b/data/graphics/gui/emotetabs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="197" ypos="239" width="51" height="16" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index 183951897..ea7154343 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ
diff --git a/data/themes/blacknblack/CMakeLists.txt b/data/themes/blacknblack/CMakeLists.txt
index 5f345280a..9ba3d9612 100644
--- a/data/themes/blacknblack/CMakeLists.txt
+++ b/data/themes/blacknblack/CMakeLists.txt
@@ -1,6 +1,7 @@
SET (FILES
bubble.png
colors.xml
+ emotetabs.xml
info.xml
mouse.png
window.png
diff --git a/data/themes/blacknblack/Makefile.am b/data/themes/blacknblack/Makefile.am
index 92a81142a..3cef8bc08 100644
--- a/data/themes/blacknblack/Makefile.am
+++ b/data/themes/blacknblack/Makefile.am
@@ -4,6 +4,7 @@ guidir = $(pkgdatadir)/data/themes/blacknblack
gui_DATA = \
bubble.png \
colors.xml \
+ emotetabs.xml \
info.xml \
mouse.png \
window.png
diff --git a/data/themes/blacknblack/emotetabs.xml b/data/themes/blacknblack/emotetabs.xml
new file mode 100644
index 000000000..6badd8e28
--- /dev/null
+++ b/data/themes/blacknblack/emotetabs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="0" ypos="0" width="0" height="0" />
+ </widget>
+</skinset>
diff --git a/data/themes/blackwood/window.png b/data/themes/blackwood/window.png
index 920037f3b..e5d419bf4 100644
--- a/data/themes/blackwood/window.png
+++ b/data/themes/blackwood/window.png
Binary files differ
diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png
index 08805f26d..020d54e3c 100644
--- a/data/themes/enchilado/window.png
+++ b/data/themes/enchilado/window.png
Binary files differ
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index cdc1582d8..ec6cee20c 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -22,6 +22,7 @@ SET (FILES
dropdown_pressed.xml
drops.xml
emotes.xml
+ emotetabs.xml
equipment.xml
equipment_background.xml
equipmentbox.png
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index 93bbd6a41..009fd6eac 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -25,6 +25,7 @@ gui_DATA = \
dropdown_pressed.xml \
drops.xml \
emotes.xml \
+ emotetabs.xml \
equipment.xml \
equipment_background.xml \
equipmentbox.png \
diff --git a/data/themes/jewelry/emotetabs.xml b/data/themes/jewelry/emotetabs.xml
new file mode 100644
index 000000000..6badd8e28
--- /dev/null
+++ b/data/themes/jewelry/emotetabs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="0" ypos="0" width="0" height="0" />
+ </widget>
+</skinset>
diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt
index 7aeb164e2..f6a025de5 100644
--- a/data/themes/mana/CMakeLists.txt
+++ b/data/themes/mana/CMakeLists.txt
@@ -1,5 +1,6 @@
SET (FILES
colors.xml
+ emotetabs.xml
info.xml
mouse.png
npc.xml
diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am
index aefa6b7d6..77be14b9e 100644
--- a/data/themes/mana/Makefile.am
+++ b/data/themes/mana/Makefile.am
@@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/themes/mana
gui_DATA = \
colors.xml \
+ emotetabs.xml \
info.xml \
mouse.png \
npc.xml \
diff --git a/data/themes/mana/emotetabs.xml b/data/themes/mana/emotetabs.xml
new file mode 100644
index 000000000..6badd8e28
--- /dev/null
+++ b/data/themes/mana/emotetabs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="0" ypos="0" width="0" height="0" />
+ </widget>
+</skinset>
diff --git a/data/themes/pink/window.png b/data/themes/pink/window.png
index 0326a0ecd..44f2e6022 100644
--- a/data/themes/pink/window.png
+++ b/data/themes/pink/window.png
Binary files differ
diff --git a/data/themes/unity/window.png b/data/themes/unity/window.png
index 845cb2131..13c41cefd 100644
--- a/data/themes/unity/window.png
+++ b/data/themes/unity/window.png
Binary files differ
diff --git a/data/themes/wood/window.png b/data/themes/wood/window.png
index 22e2253c8..569ddaa5d 100644
--- a/data/themes/wood/window.png
+++ b/data/themes/wood/window.png
Binary files differ