Codebase list sugar-artwork / 973d796
Remove the matchbox theme, the new design does not require it. Marco Pesenti Gritti 17 years ago
6 changed file(s) with 31 addition(s) and 187 deletion(s). Raw diff Collapse all Expand all
0 SUBDIRS = art gtk-engine po matchbox
0 SUBDIRS = art gtk-engine po
11
22 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
33
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:svg="http://www.w3.org/2000/svg"
4 xmlns="http://www.w3.org/2000/svg"
5 version="1.0"
6 width="48"
7 height="48"
8 id="svg1872">
9 <defs
10 id="defs1874" />
11 <g
12 id="layer1">
13 <path
14 d="M 46.857141,26.285715 C 46.860299,35.518244 35.602534,43.003801 21.714285,43.003801 C 7.8260354,43.003801 -3.4317297,35.518244 -3.4285717,26.285715 C -3.4317297,17.053186 7.8260354,9.5676294 21.714285,9.5676294 C 35.602534,9.5676294 46.860299,17.053186 46.857141,26.285715 L 46.857141,26.285715 z "
15 transform="matrix(0.889463,0,0,1.337995,4.685959,-11.17014)"
16 style="opacity:0.66976743;fill:#8a8c90;fill-opacity:1;stroke:black;stroke-width:3;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
17 id="path4550" />
18 <text
19 x="5.2351155"
20 y="44.071503"
21 transform="scale(1.263583,0.7914)"
22 style="font-size:39.4862709px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
23 id="text4552"
24 xml:space="preserve"><tspan
25 x="5.2351155"
26 y="44.071503"
27 id="tspan4554">X</tspan></text>
28 </g>
29 </svg>
5555 gtk-engine/Makefile
5656 gtk-engine/src/Makefile
5757 gtk-engine/theme/Makefile
58 matchbox/Makefile
5958 po/Makefile.in
6059 ])
+0
-6
matchbox/Makefile.am less more
0 pngs = closebutton.xpm
1
2 themesdir = $(datadir)/themes/olpc/matchbox
3 themes_DATA = theme.xml $(pngs)
4
5 EXTRA_DIST = theme.xml $(pngs)
+0
-29
matchbox/closebutton.xpm less more
0 /* XPM */
1 static char *closebutton[] = {
2 /* columns rows colors chars-per-pixel */
3 "16 20 3 1",
4 " c black",
5 ". c #020202",
6 "X c None",
7 /* pixels */
8 "XXXXXXXXXXXXXXXX",
9 "XXXXXXXXXXXXXXXX",
10 "XXXXXXXXXXXXXXXX",
11 "XXXXXXXXXXXXXXXX",
12 "XXXXXXXXXXXXXXXX",
13 "XXXX..XXXX..XXXX",
14 "XXX ...XX....XXX",
15 "XXX .........XXX",
16 "XXXX........XXXX",
17 "XXXXX......XXXXX",
18 "XXXXX......XXXXX",
19 "XXXX........XXXX",
20 "XXX..........XXX",
21 "XXX....XX....XXX",
22 "XXXX..XXXX..XXXX",
23 "XXXXXXXXXXXXXXXX",
24 "XXXXXXXXXXXXXXXX",
25 "XXXXXXXXXXXXXXXX",
26 "XXXXXXXXXXXXXXXX",
27 "XXXXXXXXXXXXXXXX"
28 };
+0
-150
matchbox/theme.xml less more
0 <?xml version="1.0"?>
1 <theme name="Default" author="Matthew Allum - mallum@handhelds.org"
2 desc="" version="1.0" engine_version="1" >
3
4 <color id="white" def="#ffffff" />
5 <color id="black" def="#000000" />
6
7 <color id="borderdark" def="#acaaa5" />
8 <color id="borderlight" def="#fcfaf5" />
9 <color id="bordermid" def="#bcbab5" />
10
11 <color id="grad1" def="#dadad5" />
12 <color id="grad2" def="#dadad5" />
13 <color id="grad3" def="#dadad5" />
14
15 <color id="trans" def="#ffffff00" />
16 <color id="textcol" def="#000000" />
17
18 <color id="shadowcol" def="#11111166" />
19
20 <font id="titlefont" def="Sans bold 16px" />
21
22 <pixmap id="closebutton" filename="closebutton.xpm" />
23
24 <frame id="main" height="20">
25
26 <layer x="0" y="0" w="100%" h="100%"
27 type="plain" color="borderdark" />
28
29 <layer x="1" y="1" w="100%-2" h="1"
30 type="plain" color="borderlight" />
31
32 <layer x="1" y="2" w="100%-2" h="13"
33 type="gradient-vert" startcol="grad1" endcol="grad2"/>
34
35 <layer x="1" y="2" w="100%-2" h="17"
36 type="plain" color="grad3"/>
37
38 <layer x="26" y="3" w="100%-60" h="20"
39 type="label" color="textcol" justify="left" font="titlefont" />
40
41 <button x="1" y="0" w="16" h="20" action="close" >
42 <active pixmap="closebutton" blend="-150"/>
43 <inactive pixmap="closebutton" />
44 </button>
45
46 </frame>
47
48 <frame id="dialog" height="20" >
49
50 <layer x="0" y="0" w="100%" h="100%"
51 type="plain" color="borderdark" />
52
53 <layer x="1" y="1" w="100%-2" h="1"
54 type="plain" color="borderlight" />
55
56 <layer x="1" y="2" w="100%-2" h="13"
57 type="gradient-vert" startcol="grad1" endcol="grad2"/>
58
59 <layer x="1" y="15" w="100%-2" h="4"
60 type="gradient-vert" startcol="grad2" endcol="grad3"/>
61
62 <layer x="1" y="1" w="1" h="100%-1"
63 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
64
65 <layer x="100%-2" y="1" w="1" h="100%-1"
66 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
67
68 <layer x="2" y="19" w="1" h="1"
69 type="plain" color="grad3" />
70
71 <layer x="100%-3" y="19" w="1" h="1"
72 type="plain" color="grad3" />
73
74 <layer x="5" y="3" w="100%-60" h="20"
75 type="label" color="black" justify="left" font="titlefont" />
76
77 <button x="-20" y="0" w="16" h="20" action="close" >
78 <active pixmap="closebutton" blend="-150"/>
79 <inactive pixmap="closebutton" />
80 </button>
81
82 </frame>
83
84
85 <frame id="dialog-north" height="4">
86
87 <layer x="0" y="0" w="100%" h="100%"
88 type="plain" color="borderdark" />
89
90 <layer x="1" y="1" w="100%-2" h="1"
91 type="plain" color="borderlight" />
92
93 <layer x="1" y="2" w="100%-2" h="2"
94 type="plain" color="grad3"/>
95
96 <layer x="1" y="1" w="1" h="100%-1"
97 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
98
99 <layer x="100%-2" y="1" w="1" h="100%-1"
100 type="gradient-vert" startcol="borderlight" endcol="grad3"/>
101
102 <layer x="2" y="19" w="1" h="1"
103 type="plain" color="grad3" />
104
105 <layer x="100%-3" y="19" w="1" h="1"
106 type="plain" color="grad3" />
107
108 </frame>
109
110 <frame id="dialog-east" width="4" >
111
112 <layer x="0" y="0" w="100%" h="100%"
113 type="plain" color="bordermid" />
114
115 <layer x="1" y="0" w="2" h="100%"
116 type="plain" color="grad3" />
117
118 </frame>
119
120 <frame id="dialog-west" width="4" >
121
122 <layer x="0" y="0" w="100%" h="100%"
123 type="plain" color="bordermid" />
124
125 <layer x="1" y="0" w="2" h="100%"
126 type="plain" color="grad3" />
127
128 </frame>
129
130 <frame id="dialog-south" height="4" >
131
132 <layer x="0" y="0" w="100%" h="100%"
133 type="plain" color="bordermid" />
134
135 <layer x="1" y="1" w="100%-2" h="100%-2"
136 type="plain" color="grad3" />
137
138 <layer x="1" y="0" w="2" h="1"
139 type="plain" color="grad3" />
140
141 <layer x="100%-3" y="0" w="2" h="1"
142 type="plain" color="grad3" />
143
144 <layer x="3" y="1" w="100%-6" h="1"
145 type="plain" color="borderlight" />
146
147 </frame>
148
149 </theme>