summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorross <ross@b067294f-1dea-0310-9683-c47a78595994>2007-05-21 13:36:39 +0000
committerross <ross@b067294f-1dea-0310-9683-c47a78595994>2007-05-21 13:36:39 +0000
commit76a2a5fea4aa62d422819d2be63381d7881d10c0 (patch)
tree156d61f8285380a8cfdad21002bcfc9b85d55d01
parent32610bdc9a1f0be4961f4dde49749c57845e3d34 (diff)
2007-05-21 Ross Burton <ross@openedhand.com>
* data/Makefile.am: * data/nokia-n800.xml: * data/nokia-n800.png: Add Nokia N800 skin, thanks to Renato Araujo, and INdT for the image. git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1547 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--ChangeLog7
-rw-r--r--data/Makefile.am16
-rw-r--r--data/nokia-n800.pngbin0 -> 103161 bytes
-rw-r--r--data/nokia-n800.xml21
4 files changed, 35 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c56d30..838f042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-21 Ross Burton <ross@openedhand.com>
+
+ * data/Makefile.am:
+ * data/nokia-n800.xml:
+ * data/nokia-n800.png:
+ Add Nokia N800 skin, thanks to Renato Araujo, and INdT for the image.
+
2007-01-15 Ross Burton <ross@openedhand.com>
* src/main.c:
diff --git a/data/Makefile.am b/data/Makefile.am
index 905c9a3..520bcae 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,16 +1,14 @@
-IPAQ = ipaq3800.xml ipaq3800.png
-N770 = nokia-770.xml nokia-770.png
-
-EXTRA_DIST = $(IPAQ) $(N770) dot.png Xoo.glade xoo.desktop xoo.png
-
devicedir = $(pkgdatadir)
-device_DATA = dot.png $(IPAQ) $(N770)
+dist_device_DATA = dot.png \
+ ipaq3800.xml ipaq3800.png \
+ nokia-770.xml nokia-770.png \
+ nokia-n800.xml nokia-n800.png
uidir = $(pkgdatadir)
-ui_DATA = Xoo.glade
+dist_ui_DATA = Xoo.glade
desktopdir = $(datadir)/applications
-desktop_DATA = xoo.desktop
+dist_desktop_DATA = xoo.desktop
pixmapdir = $(datadir)/pixmaps
-pixmap_DATA = xoo.png
+dist_pixmap_DATA = xoo.png
diff --git a/data/nokia-n800.png b/data/nokia-n800.png
new file mode 100644
index 0000000..b5e0b4f
--- /dev/null
+++ b/data/nokia-n800.png
Binary files differ
diff --git a/data/nokia-n800.xml b/data/nokia-n800.xml
new file mode 100644
index 0000000..c5495a4
--- /dev/null
+++ b/data/nokia-n800.xml
@@ -0,0 +1,21 @@
+<n800>
+<device width='1280' height='676'
+ display_width='800' display_height='480'
+ display_x='235' display_y='99'
+ img='nokia-n800.png' />
+
+<button x='94' y='111' width='53' height='35' key='Up'/>
+<button x='94' y='199' width='53' height='35' key='Down'/>
+<button x='62' y='146' width='35' height='53' key='Left'/>
+<button x='147' y='146' width='35' height='53' key='Right'/>
+<button x='93' y='146' width='54' height='54' key='Return'/>
+<button x='62' y='276' width='110' height='45' key='Escape'/>
+<button x='62' y='333' width='110' height='45' key='F4'/>
+<button x='62' y='390' width='110' height='45' key='F5'/>
+<!--
+<button x='189' y='2' width='64' height='10' key='F8'/>
+<button x='255' y='2' width='67' height='10' key='F6'/>
+<button x='324' y='2' width='64' height='10' key='F7'/>
+-->
+
+</n800>