aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--Clearlooks/Makefile.am1
-rw-r--r--Clearlooks/background/Makefile.am6
-rw-r--r--Clearlooks/background/default.pngbin0 -> 80510 bytes
-rw-r--r--Clearlooks/icons/Makefile.am0
-rw-r--r--Clearlooks/matchbox/Makefile.am24
-rw-r--r--Clearlooks/matchbox/Notes16
-rw-r--r--Clearlooks/matchbox/bottom-left.pngbin0 -> 204 bytes
-rw-r--r--Clearlooks/matchbox/bottom-midtile.pngbin0 -> 171 bytes
-rw-r--r--Clearlooks/matchbox/bottom-right.pngbin0 -> 210 bytes
-rw-r--r--Clearlooks/matchbox/close-button-down.pngbin0 -> 455 bytes
-rw-r--r--Clearlooks/matchbox/close-button.pngbin0 -> 454 bytes
-rw-r--r--Clearlooks/matchbox/left.pngbin0 -> 241 bytes
-rw-r--r--Clearlooks/matchbox/midtile.pngbin0 -> 222 bytes
-rw-r--r--Clearlooks/matchbox/paneldiv.pngbin0 -> 235 bytes
-rw-r--r--Clearlooks/matchbox/panelleft.pngbin0 -> 282 bytes
-rw-r--r--Clearlooks/matchbox/panelright.pngbin0 -> 242 bytes
-rw-r--r--Clearlooks/matchbox/paneltile.pngbin0 -> 164 bytes
-rw-r--r--Clearlooks/matchbox/right.pngbin0 -> 258 bytes
-rw-r--r--Clearlooks/matchbox/theme.desktop.in16
-rw-r--r--Clearlooks/matchbox/theme.xml185
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac6
-rw-r--r--mbcrystal/matchbox/theme.desktop2
25 files changed, 278 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..b3d977d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,21 @@
+2005-09-30 mallum <mallum@openedhand.com>
+
+ * Clearlooks/background/Makefile.am:
+ * Clearlooks/matchbox/Makefile.am:
+ * Clearlooks/matchbox/Notes:
+ * Clearlooks/matchbox/theme.desktop.in:
+ * Clearlooks/matchbox/theme.xml:
+ * Makefile.am:
+ * autogen.sh:
+ * configure.ac:
+ * mbcrystal/matchbox/theme.desktop:
+ Add initial clearlooks theme
+
+2005-04-28 mallum,,, <mallum@openedhand.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * Industrial/matchbox/theme.xml:
+ * autogen.sh:
+ * mbcrystal/matchbox/theme.desktop:
+
diff --git a/Clearlooks/Makefile.am b/Clearlooks/Makefile.am
new file mode 100644
index 0000000..7cde1a6
--- /dev/null
+++ b/Clearlooks/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = matchbox background icons \ No newline at end of file
diff --git a/Clearlooks/background/Makefile.am b/Clearlooks/background/Makefile.am
new file mode 100644
index 0000000..543243c
--- /dev/null
+++ b/Clearlooks/background/Makefile.am
@@ -0,0 +1,6 @@
+pngs = default.png
+
+themesdir = $(datadir)/themes/Clearlooks/background
+themes_DATA = $(pngs)
+
+EXTRA_DIST = $(pngs)
diff --git a/Clearlooks/background/default.png b/Clearlooks/background/default.png
new file mode 100644
index 0000000..655cc97
--- /dev/null
+++ b/Clearlooks/background/default.png
Binary files differ
diff --git a/Clearlooks/icons/Makefile.am b/Clearlooks/icons/Makefile.am
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Clearlooks/icons/Makefile.am
diff --git a/Clearlooks/matchbox/Makefile.am b/Clearlooks/matchbox/Makefile.am
new file mode 100644
index 0000000..83845ae
--- /dev/null
+++ b/Clearlooks/matchbox/Makefile.am
@@ -0,0 +1,24 @@
+pngs = \
+bottom-left.png \
+bottom-midtile.png \
+bottom-right.png \
+close-button-down.png \
+close-button.png \
+left.png \
+midtile.png \
+paneldiv.png \
+panelleft.png \
+panelright.png \
+paneltile.png \
+right.png
+
+themesdir = $(datadir)/themes/Clearlooks/matchbox
+themes_DATA = theme.xml $(pngs) theme.desktop
+
+EXTRA_DIST = theme.xml $(pngs) theme.desktop.in
+
+theme.desktop: theme.desktop.in
+ sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop
+
+clean:
+ rm -f theme.desktop
diff --git a/Clearlooks/matchbox/Notes b/Clearlooks/matchbox/Notes
new file mode 100644
index 0000000..41ff1fa
--- /dev/null
+++ b/Clearlooks/matchbox/Notes
@@ -0,0 +1,16 @@
+
+text centered white with grey? shadow
+
+24 pix high
+
+midtile 32x24
+close-button 19x19
+corners top ( left+right ) 5x24
+
+dark panel edge b6af87 ( paneldiv is 6x24 )
+
+bottom is 5px high ( tile 5x7, corners 5x5 )
+1px dark border is 3d3c33
+
+gtk bg ece9d8 ( lighter one )
+shadow edge cfc9a8
diff --git a/Clearlooks/matchbox/bottom-left.png b/Clearlooks/matchbox/bottom-left.png
new file mode 100644
index 0000000..9d31e9d
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-left.png
Binary files differ
diff --git a/Clearlooks/matchbox/bottom-midtile.png b/Clearlooks/matchbox/bottom-midtile.png
new file mode 100644
index 0000000..06b2208
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-midtile.png
Binary files differ
diff --git a/Clearlooks/matchbox/bottom-right.png b/Clearlooks/matchbox/bottom-right.png
new file mode 100644
index 0000000..87feb10
--- /dev/null
+++ b/Clearlooks/matchbox/bottom-right.png
Binary files differ
diff --git a/Clearlooks/matchbox/close-button-down.png b/Clearlooks/matchbox/close-button-down.png
new file mode 100644
index 0000000..697ba37
--- /dev/null
+++ b/Clearlooks/matchbox/close-button-down.png
Binary files differ
diff --git a/Clearlooks/matchbox/close-button.png b/Clearlooks/matchbox/close-button.png
new file mode 100644
index 0000000..95cae0f
--- /dev/null
+++ b/Clearlooks/matchbox/close-button.png
Binary files differ
diff --git a/Clearlooks/matchbox/left.png b/Clearlooks/matchbox/left.png
new file mode 100644
index 0000000..f4d83a9
--- /dev/null
+++ b/Clearlooks/matchbox/left.png
Binary files differ
diff --git a/Clearlooks/matchbox/midtile.png b/Clearlooks/matchbox/midtile.png
new file mode 100644
index 0000000..6660a85
--- /dev/null
+++ b/Clearlooks/matchbox/midtile.png
Binary files differ
diff --git a/Clearlooks/matchbox/paneldiv.png b/Clearlooks/matchbox/paneldiv.png
new file mode 100644
index 0000000..92eb7cf
--- /dev/null
+++ b/Clearlooks/matchbox/paneldiv.png
Binary files differ
diff --git a/Clearlooks/matchbox/panelleft.png b/Clearlooks/matchbox/panelleft.png
new file mode 100644
index 0000000..3f71266
--- /dev/null
+++ b/Clearlooks/matchbox/panelleft.png
Binary files differ
diff --git a/Clearlooks/matchbox/panelright.png b/Clearlooks/matchbox/panelright.png
new file mode 100644
index 0000000..08a4fb7
--- /dev/null
+++ b/Clearlooks/matchbox/panelright.png
Binary files differ
diff --git a/Clearlooks/matchbox/paneltile.png b/Clearlooks/matchbox/paneltile.png
new file mode 100644
index 0000000..6d81602
--- /dev/null
+++ b/Clearlooks/matchbox/paneltile.png
Binary files differ
diff --git a/Clearlooks/matchbox/right.png b/Clearlooks/matchbox/right.png
new file mode 100644
index 0000000..09edd7a
--- /dev/null
+++ b/Clearlooks/matchbox/right.png
Binary files differ
diff --git a/Clearlooks/matchbox/theme.desktop.in b/Clearlooks/matchbox/theme.desktop.in
new file mode 100644
index 0000000..eb5bb3e
--- /dev/null
+++ b/Clearlooks/matchbox/theme.desktop.in
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=MBTheme
+Name=Clearlooks
+Comment=Clearlooks MB Theme
+
+TitlebarDockBgColor=#dcd7bc
+DockBgColor=#dcd7bc
+PanelFgColor=#222222
+PanelMsgBgCol=#e2dec6
+PanelMsgBgUrgentCol=#ffdec6
+PanelMsgFgCol=#000000
+MenuBgColor=#dcd7bc
+MenuFgColor=black
+MenuBdColor=#cccccc
+MenuFont=Sans-10
+DesktopBgSpec=img-stretched:PREFIX/share/themes/Clearlooks/background/default.png
diff --git a/Clearlooks/matchbox/theme.xml b/Clearlooks/matchbox/theme.xml
new file mode 100644
index 0000000..988ef9a
--- /dev/null
+++ b/Clearlooks/matchbox/theme.xml
@@ -0,0 +1,185 @@
+<?xml version="1.0"?>
+<theme name="Clearlooks" author="Matthew Allum - mallum@handhelds.org"
+ desc="A version of clearlooks for mb" version="1.0" engine_version="1" >
+
+
+<color id="white" def="#ffffff" />
+<color id="black" def="#000000" />
+
+<color id="bdrdark" def="#3d3c33" />
+<color id="gtklightbg" def="#ece9d8" />
+<color id="gtkshadow1" def="#cfc9a8" />
+<color id="paneledge" def="#b6af87" />
+
+<font id="titlefont" def="Sans bold shadow 18px" />
+<font id="menufont" def="Sans bold 24px" />
+
+<pixmap id="bottomleft" filename="bottom-left.png" />
+<pixmap id="bottommidtile" filename="bottom-midtile.png" />
+<pixmap id="bottomright" filename="bottom-right.png" />
+<pixmap id="closebuttondown" filename="close-button-down.png" />
+<pixmap id="closebutton" filename="close-button.png" />
+<pixmap id="left" filename="left.png" />
+<pixmap id="midtile" filename="midtile.png" />
+<pixmap id="right" filename="right.png" />
+<pixmap id="panelright" filename="panelright.png" />
+<pixmap id="panelleft" filename="panelleft.png" />
+<pixmap id="paneltile" filename="paneltile.png" />
+
+<frame id="main" height="24">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+<!--
+ <layer x="0" y="0" w="128" h="100%-1"
+ type="plain" color="paneledge" />
+
+ <layer x="128" y="0" w="object" h="object"
+ type="pixmap" pixmap="paneldiv" />
+-->
+
+ <layer x="4" y="4" w="100%-100" h="20"
+ type="label" color="white" justify="center" font="titlefont" />
+
+ <button x="100%-28" y="3" w="19" h="19" action="close" >
+ <active pixmap="closebuttondown" />
+ <inactive pixmap="closebutton" />
+ </button>
+
+ <layer x="100%-100" y="0" w="object" h="object"
+ type="pixmap" pixmap="panelleft" />
+
+ <layer x="100%-94" y="0" w="54" h="100%"
+ type="pixmap" pixmap="paneltile" />
+
+ <layer x="100%-40" y="0" w="object" h="object"
+ type="pixmap" pixmap="panelright" />
+
+ <panel x="100%-94" y="1" w="54" h="20" />
+
+</frame>
+
+<frame id="main-west" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="0" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="1" y="0" w="1" h="100%"
+ type="plain" color="white" />
+
+</frame>
+
+<frame id="main-east" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="100%-1" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="100%-2" y="0" w="1" h="100%"
+ type="plain" color="gtkshadow1" />
+
+</frame>
+
+<frame id="main-south" height="5" >
+
+ <layer x="0" y="0" w="100%" h="5"
+ type="pixmap" pixmap="bottommidtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomleft" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomright" />
+
+</frame>
+
+
+<frame id="dialog" height="24" options="shaped">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+ <layer x="14" y="4" w="100%-70" h="20"
+ type="label" color="white" justify="center" font="titlefont" />
+
+ <button x="100%-24" y="3" w="19" h="19" action="close" >
+ <active pixmap="closebuttondown" />
+ <inactive pixmap="closebutton" />
+ </button>
+
+</frame>
+
+
+<frame id="dialog-north" height="4" options="shaped">
+
+ <layer x="0" y="0" w="100%" h="24"
+ type="pixmap" pixmap="midtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="left" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="right" />
+
+</frame>
+
+<frame id="dialog-east" width="4" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="100%-1" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="100%-2" y="0" w="1" h="100%"
+ type="plain" color="gtkshadow1" />
+
+
+</frame>
+
+<frame id="dialog-west" width="5" >
+
+ <layer x="0" y="0" w="100%" h="100%"
+ type="plain" color="gtklightbg" />
+
+ <layer x="0" y="0" w="1" h="100%"
+ type="plain" color="bdrdark" />
+
+ <layer x="1" y="0" w="1" h="100%"
+ type="plain" color="white" />
+
+</frame>
+
+<frame id="dialog-south" height="5" >
+
+ <layer x="0" y="0" w="100%" h="5"
+ type="pixmap" pixmap="bottommidtile" />
+
+ <layer x="0" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomleft" />
+
+ <layer x="100%-5" y="0" w="object" h="object"
+ type="pixmap" pixmap="bottomright" />
+
+</frame>
+
+
+</theme> \ No newline at end of file
diff --git a/Makefile.am b/Makefile.am
index a05725e..043527b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = mbcrystal expose Industrial
+SUBDIRS = mbcrystal expose Industrial Clearlooks
EXTRA_DIST = .autoipkg make-ipks.sh
ipkg:
diff --git a/autogen.sh b/autogen.sh
index d175662..198f2a9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,13 +22,13 @@ echo "Running:"
echo "- libtoolize" && \
libtoolize --copy --force --automake && \
echo "- aclocal" && \
-aclocal-1.4 && \
+aclocal && \
echo "- autoconf" && \
autoconf && \
echo "- autoheader" && \
autoheader && \
echo "- automake" && \
-automake-1.4 --add-missing --gnu && \
+automake --add-missing --gnu && \
echo && \
echo "Now run ./configure [options] and then make." && \
echo && \
diff --git a/configure.ac b/configure.ac
index 3f0bb8f..2e24b32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(mbcrystal/matchbox/theme.xml)
-AM_INIT_AUTOMAKE(matchbox-themes-extra, 0.3)
+AM_INIT_AUTOMAKE(matchbox-themes-extra, 0.4)
AM_CONFIG_HEADER(config.h)
# Checks for programs.
@@ -22,4 +22,8 @@ expose/icons/Makefile
expose/background/Makefile
expose/gtk-2.0/Makefile
expose/gtk-2.0/icons/Makefile
+Clearlooks/Makefile
+Clearlooks/matchbox/Makefile
+Clearlooks/icons/Makefile
+Clearlooks/background/Makefile
])
diff --git a/mbcrystal/matchbox/theme.desktop b/mbcrystal/matchbox/theme.desktop
index be3051a..8e57d42 100644
--- a/mbcrystal/matchbox/theme.desktop
+++ b/mbcrystal/matchbox/theme.desktop
@@ -16,4 +16,4 @@ MenuFgColor=#222222
MenuBdColor=#485c60
MenuHlColor=#5878a8
-DesktopBgSpec=img-tiled:/usr/share/themes/mbcrystal/background/default.jpg
+DesktopBgSpec=img-tiled:/usr/local/share/themes/mbcrystal/background/default.jpg