* [matchbox-sato][PATCH 0/2] Matchbox theme update
@ 2016-04-28 12:56 Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 1/2] Make titlebar more like default GTK3 Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 2/2] Remove the qvga theme Jussi Kukkonen
0 siblings, 2 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2016-04-28 12:56 UTC (permalink / raw)
To: yocto
Update the matchbox window manager theme to be more compatible with
current GTK default themes. The theme is now gray and boring but
hopefully does not clash with everything else as badly. The titlebar
is much thinner in preparation for the separation of panel and
titlebar: With client side decorations their integration is no longer
possible.
This patchset is part of the quest to make Sato compatible with GTK+3.
Complete WIP collection of patches can be found in jku/matchbox-wip
branch at git://git.yoctoproject.org/poky-contrib
I'll try to send the rest of matchbox-* patchsets during this week.
Cheers,
Jussi
The following changes since commit e3ccc08d4a680d70fd4891fca966aa6ce503065c:
Fix png file name after rename (2011-09-16 10:44:13 +0100)
are available in the git repository at:
git://github.com/jku/matchbox-sato gtk3
https://github.com/jku/matchbox-sato/tree/gtk3
Jussi Kukkonen (2):
Make titlebar more like default GTK3
Remove the qvga theme
Sato/matchbox/Makefile.am | 21 +-----
Sato/matchbox/arrow-down-active-qvga.png | Bin 333 -> 0 bytes
Sato/matchbox/arrow-down-active.png | Bin 511 -> 0 bytes
Sato/matchbox/arrow-down-qvga.png | Bin 332 -> 0 bytes
Sato/matchbox/arrow-down.png | Bin 556 -> 0 bytes
Sato/matchbox/close-button-active-qvga.png | Bin 400 -> 0 bytes
Sato/matchbox/close-button-active.png | Bin 706 -> 251 bytes
Sato/matchbox/close-button-qvga.png | Bin 362 -> 0 bytes
Sato/matchbox/close-button.png | Bin 710 -> 251 bytes
Sato/matchbox/dia-left-edge-qvga.png | Bin 218 -> 0 bytes
Sato/matchbox/dia-right-edge-qvga.png | Bin 225 -> 0 bytes
Sato/matchbox/dia-tile-qvga.png | Bin 188 -> 0 bytes
Sato/matchbox/open-menu-active.png | Bin 0 -> 161 bytes
Sato/matchbox/open-menu.png | Bin 0 -> 161 bytes
Sato/matchbox/theme-qvga.xml | 109 -----------------------------
Sato/matchbox/{theme-vga.xml => theme.xml} | 67 ++++++++++--------
Sato/matchbox/titlebar-left-edge-qvga.png | Bin 383 -> 0 bytes
Sato/matchbox/titlebar-right-edge-qvga.png | Bin 385 -> 0 bytes
Sato/matchbox/titlebar-tile-qvga.png | Bin 267 -> 0 bytes
configure.ac | 16 +----
20 files changed, 39 insertions(+), 174 deletions(-)
delete mode 100644 Sato/matchbox/arrow-down-active-qvga.png
delete mode 100644 Sato/matchbox/arrow-down-active.png
delete mode 100644 Sato/matchbox/arrow-down-qvga.png
delete mode 100644 Sato/matchbox/arrow-down.png
delete mode 100644 Sato/matchbox/close-button-active-qvga.png
delete mode 100644 Sato/matchbox/close-button-qvga.png
delete mode 100644 Sato/matchbox/dia-left-edge-qvga.png
delete mode 100644 Sato/matchbox/dia-right-edge-qvga.png
delete mode 100644 Sato/matchbox/dia-tile-qvga.png
create mode 100644 Sato/matchbox/open-menu-active.png
create mode 100644 Sato/matchbox/open-menu.png
delete mode 100644 Sato/matchbox/theme-qvga.xml
rename Sato/matchbox/{theme-vga.xml => theme.xml} (55%)
delete mode 100644 Sato/matchbox/titlebar-left-edge-qvga.png
delete mode 100644 Sato/matchbox/titlebar-right-edge-qvga.png
delete mode 100644 Sato/matchbox/titlebar-tile-qvga.png
--
2.8.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [matchbox-sato][PATCH 1/2] Make titlebar more like default GTK3
2016-04-28 12:56 [matchbox-sato][PATCH 0/2] Matchbox theme update Jussi Kukkonen
@ 2016-04-28 12:58 ` Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 2/2] Remove the qvga theme Jussi Kukkonen
1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2016-04-28 12:58 UTC (permalink / raw)
To: yocto
Includes titlebar layout, close and arrow buttons. Removes gradient,
rounded corners and the bold green: The theme is now plain boring gray.
Button active states are currently same as inactive.
The new icons are modified from adwaita-icon-theme which is
CC-BY-SA 3.0 (or LGPL 3+).
---
Sato/matchbox/Makefile.am | 4 +-
Sato/matchbox/arrow-down-active.png | Bin 511 -> 0 bytes
Sato/matchbox/arrow-down.png | Bin 556 -> 0 bytes
Sato/matchbox/close-button-active.png | Bin 706 -> 251 bytes
Sato/matchbox/close-button.png | Bin 710 -> 251 bytes
| Bin 0 -> 161 bytes
| Bin 0 -> 161 bytes
Sato/matchbox/theme-vga.xml | 67 ++++++++++++++++++----------------
8 files changed, 38 insertions(+), 33 deletions(-)
delete mode 100644 Sato/matchbox/arrow-down-active.png
delete mode 100644 Sato/matchbox/arrow-down.png
create mode 100644 Sato/matchbox/open-menu-active.png
create mode 100644 Sato/matchbox/open-menu.png
diff --git a/Sato/matchbox/Makefile.am b/Sato/matchbox/Makefile.am
index 3dc25a4..1bbc49e 100644
--- a/Sato/matchbox/Makefile.am
+++ b/Sato/matchbox/Makefile.am
@@ -1,8 +1,8 @@
pngs = \
close-button.png \
close-button-active.png \
- arrow-down.png \
- arrow-down-active.png \
+ open-menu.png \
+ open-menu-active.png \
titlebar-left-edge.png \
titlebar-right-edge.png \
titlebar-tile.png \
diff --git a/Sato/matchbox/arrow-down-active.png b/Sato/matchbox/arrow-down-active.png
deleted file mode 100644
index 62de85da7bea2a7de9f20affdb532574d1ad7f97..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 511
zcmV<b0RaAqP)<h;3K|Lk000e1NJLTq001BW000mO1^@s6cL04^00006VoOIv0RI60
z0RN!9r;`8x010qNS#tmY1&IIv1&IM|Xr1~1000McNliru*9Q#?Hzic_8E60i0gOpR
zK~zY`t<=wpPGJ-W@Xzy_B0`fi8J)(0luXKo)ntQ|jfEd68*2VGBt@1KY07deD5l=h
zvk^6ojWMXPd0t(&x%a*IeSMerob&yj=bZ1kNkPu}FqZHQYZ39ue?-oC7ALVED-rP>
zQVE{MH4G{>Z}BW5eorZ!aG^YIge^Rbh~Y?Zu_g{@a5v|Ca0>A~xLp&6-8icvI^V!?
z1j{++V-twaVHw98QWmNWylLUui#s{z^F72DaSyXCX{#_(Y2Z}LBnG&gbDqc3CST;7
z2e^oF&2HfJUlW$%8C)&9Z^LIih=`4v_&!`8jkX0tJc@|Te;TL|ox`OaOj*TdAsLpM
zqqtd4tPLx85fR&?52<043%F7C--K;EFDG>cyIOL8;z>ljuLn|#kq+QixrAx3j{6bu
zb*Eq&<L0iuXu?N4j)<+Mgw*k@y7;1wml5%5TvF<B+g*GCKgz4uy6~o+f46bI_)<=E
zy(?$xyVMq6yem%s)rT)lYVER;6F7v`i1;uG&mURwfc}}GtQY_Q002ovPDHLkV1g&l
B-roQK
diff --git a/Sato/matchbox/arrow-down.png b/Sato/matchbox/arrow-down.png
deleted file mode 100644
index 847be6b30468e09a5b55119d19b1850008a86bf5..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 556
zcmV+{0@MA8P)<h;3K|Lk000e1NJLTq001BW000mO1^@s6cL04^00004b3#c}2nYxW
zd<bNS00009a7bBm000Gv000Gv0c~iV`Tzg`8FWQhbW?9;ba!ELWdL_~cP?peYja~^
zaAhuUa%Y?FJQ@H10jWtuK~zYIt<%AajbR+c@z0$mc1n@rkY-_FLD9rQWH}pA7L$>Z
zWG8mQg6vF6{sAEiAqgqQLc)ffY$(OElaf(bOxI%G$!+G|_r5dZEPv1Qp6}`RoVV3(
zw?QdoBhKP89w&M3KdO{6ggsb|@g!fN)o!<yQbutDgB{;o$FU^87YQD~d7MG38vnrl
zBu@vb!PqP~9Ky>|%DP3sm*b)7&9*v@mf;A@1lZccV+-DvQg$x@z6ozI(&Ngm&H$Hd
zyjI{zDdprm;0N#;Lp9f~@~;C+@dCqryl>)Yl3zW*gBZt&K0cqYImzSzB>97#ri)jn
zF}y0JtnUI}g=Y=m6Btf1NwtAlM#pi<+){Sx8%C2%RNrjFU99N?zlhUGre+3n0#t^(
za2qRY%%*S(lemH<HFtmFaFRQ-54r}ZLafC-z5kG=`hdMj-gi43=r)8TU$8^}UexJ<
z>G$pmr)C44YS@cTwQ&v?lGFkk1*k$a=>>ep!6c8G_%;quh3MCdci5NYV^hzb9q6V$
uy|{(#^MNzZ4Roq{k`ZjcwIuf!;`0}N3!;e%ocaL(0000<MNUMnLSTZK+x7YY
diff --git a/Sato/matchbox/close-button-active.png b/Sato/matchbox/close-button-active.png
index 88b0845de8e709d917e80436e2c262d365adc43f..803083ebeb4dc8e8e689ac3d416dfb5905e3a5ef 100644
GIT binary patch
delta 178
zcmV;j08RhG1^WSzQGeh91qlfPr<3!V0001pNkl<ZSi|kpJqiLb5QgCwuiy$PEM)J0
z2MhZRyC^9v#8W8S#Ab>iT>?(^JrKwbBwrW?L_|dTRp17k+};tm+S%XT?V-&=OhC51
z5)t4GJY9&@<}ct9RR$lT0&id*x#%z$U<W>K{k0Jy0S{O6;w$DUBEZr-m|Tb))rPtG
gZE~F;A|le|2iUPCTd^Z9A^-pY07*qoM6N<$f=*0G#sB~S
delta 636
zcmV-?0)zeg0m224QGeG53l9+z4f4oC0006{Nkl<ZSi{Yi&ubGw6vsbrOr=H-^<tox
zQWCI*KrDE&xe5g@;vXtrgn-usFG4H?tdLN9Db$NSv}y52o(JEAWt_=QlScD}g=Kg4
zeZM>N-ka|TnNU>+Yyw-r22iyNU~JbpZ~~l)$RsDOWDr+@J%6A9tYzx`0Stk@h>YhF
zpsII_xCvC44?lr{3Hg;RKvnMn&w)qW4!#2KMC7VefT}(O4uJdIE-rzNh<qzPbdf(_
z200e<z&QS%0bBDI!L)w|4uLaZ9jF7_B}B)-2)G7nKnu7VEXP})6GZ_}fhPg^YZ18!
zX6Z4|jx3)7U4Iez9E^Veyb45o6p;_pC9qO!1_2L4asVUf8sSWG8-HQ5SVYq}r#Y|}
zDYdg??fxO^8L<Mr82OA?72~909j+1iXnke_5jj#-@%JTp5sTGO)%O)^udxnS2fmbu
z_>@@z^~kd|VAEM|k73&qZXsBVROM_r+gMU)FCwB)F@Gs+xWbN>YSnF3-I;@YCsD3N
zRLcZ-5&NpTdjs-aU_WEGtvdcQoEeFkKV)^DoAJIndO@>_VO%D_cetaQ{+WH#EfFzx
zW}{N*mUOr>5x#AwaPG{*MR&DD$O93_iPt9%I5iI!Vw98Znbk2$_{P(Uh)h&<2!w&I
zGwS@A-F0h8p2T7eMP%a3ux|#kh+0X9^L6g~#H@~4i<s5^bUQZdJO~E0%uJABNF>#^
zEk-MNJn(jXbu3xIl)hY&DfQ0yP0^mapk%IqjtyJ}c_%y@tlq(7C5~n*aX9@~$MfHF
WOAI79b(@0#0000<MNUMnLSTY_2OR?d
diff --git a/Sato/matchbox/close-button.png b/Sato/matchbox/close-button.png
index 93786fb2a18003cbaf56e6f14f04f39ffaa4bc61..803083ebeb4dc8e8e689ac3d416dfb5905e3a5ef 100644
GIT binary patch
delta 223
zcmX@c`kQfrN<CYWx4R3&e-K=-cll%n1_sUokH}&M25w;xW@MN(M*=9wUgGKN%Km_f
zm6MZc`Q*>DfI=OfE{-7)hu>bd<zg}vXnQEW{sEV!PRjdwcJAN2yEQa*js$DmK9bg@
z7|Z1M)mGpHze>CWn~RIfuh0i<bMD*|+;QvX{ksuw7oK(UaoDz3NbmuVO>D>2XZjC>
zLfPaOG36)7?R;S%k-%=3_jjwH5+i^3=SR;pl@468nGw?=bG2>f&)lN93Q9_sp0eNA
Ws2aUdSx*V*C<aegKbLh*2~7Ze6jTua
delta 686
zcmV;f0#W_@0mcQ8B!2{RLP=Bz2nYy#2xN!=000?uMObuGZ)S9NVRB^vcXxL#X>MzC
zV_|S*E^l&Yo9;Xs00075Nkl<ZScT2kze^lJ90l-?hmjxw3y)waqzrb}78YWqVr3B|
zu}VsdB<3&Bq_IpY6C{OIP%E*JU~MN?3YI~%5Q0dAT#B93&3`zzyZ%BSEF3el@4Z{*
z`{p|x&1O?YJi;J`(2sg};4nP<*v1ads*rY6Fi^(~M$ui-><Koo6pUTVKvxi+!sCj<
zF;1}(jQqKZfnI#V^J@ynXy6@=su*~NMLfMF@fHp+i@hQPz4&?u;&~IV<i14SKo>sy
z|Fi$bGIr5}5q}Jqh-_gK#~8pgp5*2mcq8nIyn)wv8HvBZuSj4VbLfc1n^?eFG~S2r
zk%@2k0<|zum+kgEmJ{NFz<dzQi_a&-1&-xtY$|A;8<=sq)OHhOEv(~X5N?Lw>jmp$
zuE#-Br!3({6EF1?5W=d9Kd@S|HpMlH#ZFngrV?%hKYvSzf0WGUxngu<uqMm)6ozFR
z?xq;mzH)|YvV)}^<}h{x@v*?s4*fM3Ct3;}_<)IPh);xf<8sZTUS^<W;yos>AU+x1
zDH1<7aIdH-Ij>#RdDR^+tZn5)5e~}?v=XkY&Qn-*IWdz4_6rs)C{DOCtOt&E*ssZY
zxD>Xevw!`nSPNV!Y}aHB<Vj+3vjX{~YSoeAI>An-tb5%^5FMA0PT+0${a5imNpWr9
ztW}0fvIa7bfdaxY7j@psiK4`exlV)T`Du12>t6GimNgSG#$8UhR$`{kj=sQ^$4bzA
zSS=a%(3Hked?ag~5AH~OR&+N=odtU`myKH#ZzlxKy?ElmUd{5jx65gaJGq|!12w_A
UjAq3xg#Z8m07*qoM6N<$g1sI+!vFvP
diff --git a/Sato/matchbox/open-menu-active.png b/Sato/matchbox/open-menu-active.png
new file mode 100644
index 0000000000000000000000000000000000000000..eac74bb221c10c336a2f663344df45a0b2d94d05
GIT binary patch
literal 161
zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI
z1_o|n5N2eUHAey{$X?><>&pIsnUR-Q+r(|hNuZFPr;B4q#NoG>HgYmJaIiRT{Xg%2
zwg3xrdXnMIZia+Nv-kJE+`n{y&13^3FT=Utbw<owd-BZA19dWZy85}Sb4q9e0Ai~y
ARR910
literal 0
HcmV?d00001
diff --git a/Sato/matchbox/open-menu.png b/Sato/matchbox/open-menu.png
new file mode 100644
index 0000000000000000000000000000000000000000..eac74bb221c10c336a2f663344df45a0b2d94d05
GIT binary patch
literal 161
zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI
z1_o|n5N2eUHAey{$X?><>&pIsnUR-Q+r(|hNuZFPr;B4q#NoG>HgYmJaIiRT{Xg%2
zwg3xrdXnMIZia+Nv-kJE+`n{y&13^3FT=Utbw<owd-BZA19dWZy85}Sb4q9e0Ai~y
ARR910
literal 0
HcmV?d00001
diff --git a/Sato/matchbox/theme-vga.xml b/Sato/matchbox/theme-vga.xml
index 29b40e2..68c123f 100644
--- a/Sato/matchbox/theme-vga.xml
+++ b/Sato/matchbox/theme-vga.xml
@@ -5,55 +5,54 @@
<color id="white" def="#ffffff" />
<color id="black" def="#000000" />
-<color id="text" def="#e3e3e3" />
+<color id="text" def="#2e3436" />
<color id="base" def="#66cc33" />
+<color id="divider" def="#a1a1a1" />
<color id="dia-border" def="#383838" />
+<color id="titlebar" def="#f2f2f2" />
-<font id="titlefont" def="Sans bold 32px" />
+<font id="titlefont" def="Sans bold 18px" />
<font id="menufont" def="Sans bold 24px" />
-<pixmap id="titlebar-left-edge" filename="titlebar-left-edge.png" />
-<pixmap id="titlebar-right-edge" filename="titlebar-right-edge.png" />
-<pixmap id="titlebar-tile" filename="titlebar-tile.png" />
<pixmap id="close-button" filename="close-button.png" />
<pixmap id="close-button-active" filename="close-button-active.png" />
<pixmap id="dia-left-edge" filename="dia-left-edge.png" />
<pixmap id="dia-right-edge" filename="dia-right-edge.png" />
<pixmap id="dia-tile" filename="dia-tile.png" />
-<pixmap id="arrow-down" filename="arrow-down.png" />
-<pixmap id="arrow-down-active" filename="arrow-down-active.png" />
+<pixmap id="open-menu" filename="open-menu.png" />
+<pixmap id="open-menu-active" filename="open-menu-active.png" />
-<frame id="main" height="48">
+<frame id="main" height="32">
<layer x="0" y="0" w="100%" h="100%"
type="plain" color="base" />
- <layer x="48" y="0" w="100%-96" h="48"
- type="pixmap" pixmap="titlebar-tile" />
+ <layer x="0" y="0" w="100%" h="1"
+ type="plain" color="divider" />
- <layer x="0" y="0" w="48" h="48"
- type="pixmap" pixmap="titlebar-right-edge" />
+ <layer x="0" y="1" w="100%" h="30"
+ type="plain" color="titlebar" />
- <layer x="100%-48" y="0" w="48" h="48"
- type="pixmap" pixmap="titlebar-left-edge" />
+ <layer x="0" y="31" w="100%" h="1"
+ type="plain" color="divider" />
- <button x="8" y="16" w="32" h="16" action="custom">
- <active pixmap="arrow-down-active"/>
- <inactive pixmap="arrow-down"/>
+ <button x="0" y="0" w="32" h="32" action="custom">
+ <active pixmap="open-menu-active"/>
+ <inactive pixmap="open-menu"/>
</button>
- <layer x="48" y="8" w="100%-328" h="32"
+ <layer x="40" y="8" w="100%-320" h="20"
type="label" color="text" justify="left" font="titlefont" />
- <button x="40" y="0" w="100%-340" h="48" action="custom" options="inputonly"/>
+ <button x="40" y="0" w="100%-340" h="32" action="custom" options="inputonly"/>
- <button x="100%-48" y="8" w="32" h="32" action="close" >
+ <button x="100%-32" y="0" w="32" h="32" action="close" >
<active pixmap="close-button-active"/>
<inactive pixmap="close-button" />
</button>
- <panel x="100%-324" y="0" w="260" h="48" />
+ <panel x="100%-324" y="0" w="260" h="48" />
</frame>
@@ -66,20 +65,26 @@
<frame id="main-south" height="0" >
</frame>
-<frame id="dialog" height="48" options="shaped">
- <layer x="12" y="0" w="100%-24" h="48"
- type="pixmap" pixmap="dia-tile" />
+<frame id="dialog" height="32" >
+ <layer x="0" y="0" w="100%" h="32"
+ type="plain" color="titlebar" />
- <layer x="0" y="0" w="12" h="48"
- type="pixmap" pixmap="dia-left-edge" />
+ <layer x="0" y="0" w="100%" h="1"
+ type="plain" color="divider" />
- <layer x="100%-12" y="0" w="12" h="48"
- type="pixmap" pixmap="dia-right-edge" />
-
- <layer x="12" y="8" w="100%-100" h="32"
+ <layer x="12" y="8" w="100%-100" h="20"
type="label" color="text" justify="left" font="titlefont" />
- <button x="100%-48" y="8" w="32" h="32" action="close" >
+ <layer x="0" y="31" w="100%" h="1"
+ type="plain" color="divider" />
+
+ <layer x="0" y="0" w="1" h="32"
+ type="plain" color="divider" />
+
+ <layer x="100%-1" y="0" w="1" h="32"
+ type="plain" color="divider" />
+
+ <button x="100%-32" y="0" w="32" h="32" action="close" >
<active pixmap="close-button-active" />
<inactive pixmap="close-button" />
</button>
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [matchbox-sato][PATCH 2/2] Remove the qvga theme
2016-04-28 12:56 [matchbox-sato][PATCH 0/2] Matchbox theme update Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 1/2] Make titlebar more like default GTK3 Jussi Kukkonen
@ 2016-04-28 12:58 ` Jussi Kukkonen
1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2016-04-28 12:58 UTC (permalink / raw)
To: yocto
Not maintaining a 320px theme in 2016...
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
Sato/matchbox/Makefile.am | 17 -----
Sato/matchbox/arrow-down-active-qvga.png | Bin 333 -> 0 bytes
Sato/matchbox/arrow-down-qvga.png | Bin 332 -> 0 bytes
Sato/matchbox/close-button-active-qvga.png | Bin 400 -> 0 bytes
Sato/matchbox/close-button-qvga.png | Bin 362 -> 0 bytes
Sato/matchbox/dia-left-edge-qvga.png | Bin 218 -> 0 bytes
Sato/matchbox/dia-right-edge-qvga.png | Bin 225 -> 0 bytes
Sato/matchbox/dia-tile-qvga.png | Bin 188 -> 0 bytes
Sato/matchbox/theme-qvga.xml | 109 -----------------------------
Sato/matchbox/{theme-vga.xml => theme.xml} | 0
Sato/matchbox/titlebar-left-edge-qvga.png | Bin 383 -> 0 bytes
Sato/matchbox/titlebar-right-edge-qvga.png | Bin 385 -> 0 bytes
Sato/matchbox/titlebar-tile-qvga.png | Bin 267 -> 0 bytes
configure.ac | 16 +----
14 files changed, 1 insertion(+), 141 deletions(-)
delete mode 100644 Sato/matchbox/arrow-down-active-qvga.png
delete mode 100644 Sato/matchbox/arrow-down-qvga.png
delete mode 100644 Sato/matchbox/close-button-active-qvga.png
delete mode 100644 Sato/matchbox/close-button-qvga.png
delete mode 100644 Sato/matchbox/dia-left-edge-qvga.png
delete mode 100644 Sato/matchbox/dia-right-edge-qvga.png
delete mode 100644 Sato/matchbox/dia-tile-qvga.png
delete mode 100644 Sato/matchbox/theme-qvga.xml
rename Sato/matchbox/{theme-vga.xml => theme.xml} (100%)
delete mode 100644 Sato/matchbox/titlebar-left-edge-qvga.png
delete mode 100644 Sato/matchbox/titlebar-right-edge-qvga.png
delete mode 100644 Sato/matchbox/titlebar-tile-qvga.png
diff --git a/Sato/matchbox/Makefile.am b/Sato/matchbox/Makefile.am
index 1bbc49e..177ba77 100644
--- a/Sato/matchbox/Makefile.am
+++ b/Sato/matchbox/Makefile.am
@@ -10,27 +10,10 @@ pngs = \
dia-right-edge.png \
dia-tile.png
-qvgapngs = \
- close-button-qvga.png \
- close-button-active-qvga.png \
- arrow-down-qvga.png \
- arrow-down-active-qvga.png \
- titlebar-left-edge-qvga.png \
- titlebar-right-edge-qvga.png \
- titlebar-tile-qvga.png \
- dia-left-edge-qvga.png \
- dia-right-edge-qvga.png \
- dia-tile-qvga.png
-
themesdir = $(datadir)/themes/Sato/matchbox
-if WITH_QVGA
-themes_DATA = theme.xml $(qvgapngs)
-EXTRA_DIST = theme.xml $(qvgapngs)
-else
themes_DATA = theme.xml $(pngs)
EXTRA_DIST = theme.xml $(pngs)
-endif
clean:
rm -f theme.desktop
diff --git a/Sato/matchbox/arrow-down-active-qvga.png b/Sato/matchbox/arrow-down-active-qvga.png
deleted file mode 100644
index 165a89021ae7b71e8b29c1a87c3ce632bb695210..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 333
zcmV-T0kZyyP)<h;3K|Lk000e1NJLTq000mG000OG1^@s6@OFQf00009a7bBm000ie
z000ie0hKEb8vp<R|4BqaR49>!kugd`Q4mE>qC}HQG*~4lh>|7D11ndMq!@yQdzkFX
zK_s||KMPQ>P>7F!rC?!UG}!zfJ`!=tGv{(2^AM3v&Uun^o|svef5y!Aa?Yci^GHN?
zw^K?3;H+F8r<7)@`nW0V?k6HL2HF5ArFj#020lxtB_itX7b3C_iU{t0E+Usz82AES
z8fA0W%qGBot?)@zZ-JG&4}n2#_Z|_~s`}cfwd}b27&xtoZ@>yTsIj@K-bBO)z*a>U
zi^X?Q6!-mpzuD{cj!N7HI+YU<#dJEIMZ~gV>lgew)<8stK&wQ{h`3YLhfV&*F|%&@
fy;o*-_?PzsxYuF(z{6P@00000NkvXXu0mjf<^qhS
diff --git a/Sato/matchbox/arrow-down-qvga.png b/Sato/matchbox/arrow-down-qvga.png
deleted file mode 100644
index ed60885f1ffce5768f8a3dc84e52712c486a0154..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 332
zcmV-S0ki&zP)<h;3K|Lk000e1NJLTq000mG000OG1^@s6@OFQf00009a7bBm000ie
z000ie0hKEb8vp<R{z*hZR49>skfBNhVHAbGS%kl=zaZQPFo@t=SPWutv53iF-s~Ee
z1(T0p*q|VSHqoSZqu5Nw+pfrXz#T0!GRokM=brN&I7L~O=I$rJSI&8qbAINZi-@I&
z7z3Eua8A+y*sPyxlJ?B(vMcQF>yplZMF2_nJ>V92t37>57w$fh)N6v0aQBg<>n03*
z01rh~RYb&UL|g&Ot->2K+XZIsJ_WW~zt@z~wwXN^RaG@D3+{djY_yCoz$dWM((cS`
zC#B>7KY$uiM8sIqAy9P8aBOA=DWzE>`~tMb8c3P~{aSiYDeart`Co4*0BCkO0_Jnh
e!<_R|m+u=jB!VK99(=C=0000<MNUMnLSTZ;-;8<y
diff --git a/Sato/matchbox/close-button-active-qvga.png b/Sato/matchbox/close-button-active-qvga.png
deleted file mode 100644
index bdb081602b5b72ffee1df7a652a4409e232f7fb2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 400
zcmV;B0dM|^P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00009a7bBm000ie
z000ie0hKEb8vp<SLP<nHR5*>TQ$bEbF%W&fF(JSLS?UGQ8=x_nbY%idSi69OOnN9y
zTs4yr^#;lT(5)<huz9%fmoya@L|@WmI(e_1*O>wZRJBX8PjW=^u3jUOeO2w2{3-<^
z;$n<_02g__zz)Eh_x{DqxIds4-vT)QMOfn9d;e%=tN?)IHGoS1A0dQi01Z{W0nn)h
z%Mij0z*beS0Gt7Mb<RB{&l8f<+@pvzNsdX5MWk80(UjywRl6su+RHpQ64A^y-us6X
zXXPhOrK-J(<OslND%E>`UkLUPk!Fl>m|6RD0NNR+6Js2TNb7*ORfqwg?GD{^3><(}
zwoew;CDF{*-urt1%PhTe02XN%LYU?LMWmJ6F|$qG&V+>vA<XeTVF0kr#LXDvAjUYz
u+n8~7A%yv#2kC!CIXmR&&-4Swe&;Wdf7z-DS00Z50000<MNUMnLSTZu#Hc_3
diff --git a/Sato/matchbox/close-button-qvga.png b/Sato/matchbox/close-button-qvga.png
deleted file mode 100644
index 8d10c21cd1ce2b4eac0bd1f49eecfdb3a45d1bf8..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 362
zcmV-w0hRuVP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00009a7bBm000ie
z000ie0hKEb8vp<S97#k$R5*>T(=kc|Q4j{;&qr#T4cMhfP9O;0B4F<cw24+8!A={!
zgH<4R5D~;9Sl9)U###o8orlk;py&?+yEFgH+x_Q%TM=OcV@$D+oy;w9j|HAu@>Vlo
zfEf-@Hm4>6b6n!J9WcNJ_P%M{!~;(7T2Go~^CJ#%gy*K=Idg}}*~=axVjK~-5pfq0
zlZcSfMZ`@;*W@S3y^V<RAO)*mvfZ4z#&Pp(gHtdqdbKOg&^7O?jEXKf75l~es$hg`
z41LBhYojK&^WD0BjG{M5MOAzC1$X81c9uo&u!?gZ1snSKJL}|B+!wt)s~umOVu!1Y
zR@ll3EQ;RS^Gu#%f?e-|Rbh9tcADHdp8jm*f4fXAes!JS09jLlh{Qd`rvLx|07*qo
IM6N<$f*-h=P5=M^
diff --git a/Sato/matchbox/dia-left-edge-qvga.png b/Sato/matchbox/dia-left-edge-qvga.png
deleted file mode 100644
index 1ab21a2b3f6df5506d2299a82191087ce4ac3bed..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 218
zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol*0U~b-^ehHaoCO|{#S9F5M?jcysy3fAP_W0-
z#W6%<;@Jsn1(_8^TBh@;USMI<>2sSPv1-Q_2iJ|}6)9c^lH}|IPu`K$d{CBl_IKIQ
z=m!e~4oxerTRw%2nIXBS^qlS1Yu}`k7zC1QG?%`a^ZEL-d%u0XGCMik4}7bYUn&xF
z)LT<wk?57E>B<Zr>R(DXUz1{(^DIJYx#0Vs?(b!jdsuB+1QZq>l|Q<wz`MHRfE>_W
N44$rjF6*2Ung9qKPX+)0
diff --git a/Sato/matchbox/dia-right-edge-qvga.png b/Sato/matchbox/dia-right-edge-qvga.png
deleted file mode 100644
index 21bc6b92bd7291fe46f370c5569065cbf67ce129..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 225
zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol*0U~b-^ehHaoCO|{#S9F5M?jcysy3fAP;j!R
zi(`n!#AJ)2CnxrEi|g(2^z>Yr?!eTuyZrq>_QxMSe6Trv`gFHl?XNG6$8v9P`|BKb
z^7QH7SFc^0Hr-N3XU)I+`|EiO{`~!2ZUzKw$4s-YEqIXt1Omds$q7II{x;ubarpK1
z^&7qa{QE1tn}wN~IaKxEpP$W2AO8QZzhm|9|9^k^a9%4;H8r(2iK^P#rx_Ted-9y;
ToO{;=bRL7JtDnm{r-UW|S(sf)
diff --git a/Sato/matchbox/dia-tile-qvga.png b/Sato/matchbox/dia-tile-qvga.png
deleted file mode 100644
index 9d442925637907ff07ef71705ca7dfcf0278c0a5..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 188
zcmeAS@N?(olHy`uVBq!ia0vp^8bB<;!2~4PpJ_}7Qk(@Ik;M!Qd`Cc-ajG_-G*B?l
z)5S5wqx0?+N4^FF4wpdR9sk!_T=fas-X>)lF=1Nl%SV4jcdyFRyc}h1-?}7H^&mr0
zf-%#9HAPl>59*YHvJMN%%2jl{ZP{P$!)F~dty$iB(t~?qlg#fI2LA|SFBNHP4qDdK
iUb3ci_5G4RZ1M*lOyr;AtvnxSGlQqApUXO@geCx05J4&c
diff --git a/Sato/matchbox/theme-qvga.xml b/Sato/matchbox/theme-qvga.xml
deleted file mode 100644
index 8e48957..0000000
--- a/Sato/matchbox/theme-qvga.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?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="text" def="#e3e3e3" />
-<color id="base" def="#66cc33" />
-<color id="dia-border" def="#383838" />
-
-<font id="titlefont" def="Sans bold 16px" />
-<font id="menufont" def="Sans bold 12px" />
-
-<pixmap id="titlebar-left-edge" filename="titlebar-left-edge-qvga.png" />
-<pixmap id="titlebar-right-edge" filename="titlebar-right-edge-qvga.png" />
-<pixmap id="titlebar-tile" filename="titlebar-tile-qvga.png" />
-<pixmap id="close-button" filename="close-button-qvga.png" />
-<pixmap id="close-button-active" filename="close-button-active-qvga.png" />
-<pixmap id="dia-left-edge" filename="dia-left-edge-qvga.png" />
-<pixmap id="dia-right-edge" filename="dia-right-edge-qvga.png" />
-<pixmap id="dia-tile" filename="dia-tile-qvga.png" />
-<pixmap id="arrow-down" filename="arrow-down-qvga.png" />
-<pixmap id="arrow-down-active" filename="arrow-down-active-qvga.png" />
-
-
-<frame id="main" height="24">
-
- <layer x="0" y="0" w="100%" h="100%"
- type="plain" color="base" />
-
- <layer x="24" y="0" w="100%-48" h="24"
- type="pixmap" pixmap="titlebar-tile" />
-
- <layer x="0" y="0" w="24" h="24"
- type="pixmap" pixmap="titlebar-right-edge" />
-
- <layer x="100%-24" y="0" w="24" h="24"
- type="pixmap" pixmap="titlebar-left-edge" />
-
- <button x="4" y="8" w="16" h="8" action="custom">
- <active pixmap="arrow-down-active"/>
- <inactive pixmap="arrow-down"/>
- </button>
-
- <layer x="24" y="4" w="100%-164" h="16"
- type="label" color="text" justify="left" font="titlefont" />
-
- <button x="20" y="0" w="100%-170" h="24" action="custom" options="inputonly"/>
-
- <button x="100%-24" y="4" w="16" h="16" action="close" >
- <active pixmap="close-button-active"/>
- <inactive pixmap="close-button" />
- </button>
-
- <panel x="100%-162" y="0" w="130" h="24" />
-
-</frame>
-
-<frame id="main-west" width="0" >
-</frame>
-
-<frame id="main-east" width="0" >
-</frame>
-
-<frame id="main-south" height="0" >
-</frame>
-
-<frame id="dialog" height="24" options="shaped">
- <layer x="6" y="0" w="100%-12" h="24"
- type="pixmap" pixmap="dia-tile" />
-
- <layer x="0" y="0" w="6" h="24"
- type="pixmap" pixmap="dia-left-edge" />
-
- <layer x="100%-6" y="0" w="6" h="24"
- type="pixmap" pixmap="dia-right-edge" />
-
- <layer x="6" y="4" w="100%-50" h="16"
- type="label" color="text" justify="left" font="titlefont" />
-
- <button x="100%-24" y="4" w="16" h="16" action="close" >
- <active pixmap="close-button-active" />
- <inactive pixmap="close-button" />
- </button>
-</frame>
-
-<frame id="dialog-north" height="1" options="shaped">
- <layer x="0" y="0" w="100%" h="100%"
- type="plain" color="dia-border" />
-</frame>
-
-<frame id="dialog-east" width="1" >
- <layer x="0" y="0" w="100%" h="100%"
- type="plain" color="dia-border" />
-</frame>
-
-<frame id="dialog-west" width="1" >
- <layer x="0" y="0" w="100%" h="100%"
- type="plain" color="dia-border" />
-</frame>
-
-<frame id="dialog-south" height="1" >
- <layer x="0" y="0" w="100%" h="100%"
- type="plain" color="dia-border" />
-
-</frame>
-
-</theme>
diff --git a/Sato/matchbox/theme-vga.xml b/Sato/matchbox/theme.xml
similarity index 100%
rename from Sato/matchbox/theme-vga.xml
rename to Sato/matchbox/theme.xml
diff --git a/Sato/matchbox/titlebar-left-edge-qvga.png b/Sato/matchbox/titlebar-left-edge-qvga.png
deleted file mode 100644
index 75342e618cef1a71151920ed3c677c3f64e30324..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 383
zcmV-_0f7FAP)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00009a7bBm000ie
z000ie0hKEb8vp<SF-b&0R7i=%RxxgbFc2IANrBQ_5k;blL_?$qI)0ERq)8R!F)8m0
zc|@K<gG7<mG*n3LxaNFX?DhIiL3bk|R_xlI-5sw`0PZ0}9p4M*Y?|i981t#M{+gyK
z=N3Oi4v?@|0!2|g=6U`-48yy7z%IagVeBZ{w*Bb3Za>d+Y8OA9!%(oj_`0s&`o8}$
z#;Ej|LAvFmwf?KBDjUbKRREp?Y$Sv-us#4#Wm*1ah^y#ac)d!JWUm0c3d~}4x8H*6
zG5~j5vUWjBMA^^{0AI2a>(xH73@*9@9Bc-c)>?{RW&7VAM8WldLejhIr_4{jt7JeA
z2+kK`+qjV0R=zE7G7G9A7h-K0o5r5vuc{)-$j!*Rq2TN8`EQ~kZtei#K1riQ-CRYn
dK^OfwH~@KoX96}tBx3*o002ovPDHLkV1g}ZrIP>v
diff --git a/Sato/matchbox/titlebar-right-edge-qvga.png b/Sato/matchbox/titlebar-right-edge-qvga.png
deleted file mode 100644
index 6e79c7fabeee5a39ee7d00f07b8693d7a3a7adca..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 385
zcmV-{0e=38P)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00009a7bBm000ie
z000ie0hKEb8vp<SGf6~2R7i=vRXcLSAQW6Qa)udIs&oM~YLuJg5Wa%ToFYZ)Oe!}y
zLYma-MB_@en)K>yr7;?Kz|+SWZ6g5>c9-`60pJFLJkN)sC_bc=pKaS-==dGt{v9LZ
zQ;<WTl=>Qm;kEDkUuyy3&0L6yAj`6AUDv0kY0fL>kAZ)eKuS4QRdv)_e=~~h{@A~V
z6adPyeAin40645rzX(Dpb?Lh91+LW)w&Y?=lO%bAuROS)TOa^D8#cHKO*^EV%YoBQ
zF~9E*xv>dswR3K0zH9-`{1m{`R&`{-AdG{MDx-|<^{U+bhXWRdfHH$BVb)-sEUBW0
zKndvHhN=UYcQ?)3Ee8%O<}1mL=N=xhOAe@mSgps#ZFuKnHwWBh7P|^UC)|tQ{T$fp
f*vFiScl!STtj}fx*+{lM00000NkvXXu0mjf(wwKp
diff --git a/Sato/matchbox/titlebar-tile-qvga.png b/Sato/matchbox/titlebar-tile-qvga.png
deleted file mode 100644
index 26946a5712eeaa229d356796edb7ac92784a28ea..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 267
zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9F5M?jcysy3fAP;jrO
zi(`mK=ibnZLJbNWv&*mk|G#l>3Omc;HOcy^3v>9kFj{PAE3>uczNIEqvhhZC4#T&r
zC&M4T+q0U5-Q;vfp@_3+UFd`)l?_3*Ybq`(Prmy%rqL%svTx(@Ih6~J8OzlKDGPgS
zn<@2ry2^rQ=S`y6RvD~T%3mK}`MI5`YsKWmnG;M`Oxolpx1suVDEoxfyPr?3T(C)L
zy^7>{y?J4e8bbxHR(*+obWuK)>qerOENfi5{iD;r9X2hVZrK@r-=B5A;}gS*@C2Yo
O7(8A5T-G@yGywn;D`|uP
diff --git a/configure.ac b/configure.ac
index e88b4a7..fab8464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(Sato/matchbox/theme-vga.xml)
+AC_INIT(Sato/matchbox/theme.xml)
AM_INIT_AUTOMAKE(matchbox-theme-sato, 0.1)
AM_CONFIG_HEADER(config.h)
@@ -17,19 +17,6 @@ AC_ARG_ENABLE(matchbox-2,
AM_CONDITIONAL(MATCHBOX1, [test "x$matchbox1" = "xyes"])
AM_CONDITIONAL(MATCHBOX2, [test "x$matchbox2" = "xyes"])
-flavour=vga
-AC_ARG_WITH([mode],
- AC_HELP_STRING([--with-mode=@<:@vga/qvga@:>@], []),
- flavour=$with_mode)
-
-AM_CONDITIONAL(WITH_QVGA, test "x$flavour" = "xqvga")
-
-if test "x$flavour" = "xqvga" ; then
- cp Sato/matchbox/theme-qvga.xml Sato/matchbox/theme.xml
-else
- cp Sato/matchbox/theme-vga.xml Sato/matchbox/theme.xml
-fi
-
AC_OUTPUT([
Makefile
Sato/Makefile
@@ -43,5 +30,4 @@ echo "
Matchbox WM 1 theme : ${matchbox1}
Matchbox WM 2 theme : ${matchbox2}
- Screen Mode : ${flavour}
"
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-28 12:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 12:56 [matchbox-sato][PATCH 0/2] Matchbox theme update Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 1/2] Make titlebar more like default GTK3 Jussi Kukkonen
2016-04-28 12:58 ` [matchbox-sato][PATCH 2/2] Remove the qvga theme Jussi Kukkonen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.