-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
486 lines (329 loc) · 13.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
2009-06-08 Daniel Borgmann <danielb@openismus.com>
* src/common.c (dither_pixbuf): New dither algorithm.
* src/dither.c (main): Fix a crasher.
2009-05-29 Daniel Borgmann <danielb@openismus.com>
[0.6.1-1 release]
* configure.ac: Bump version number.
* debian/changelog: Updates.
2009-05-29 Daniel Borgmann <danielb@openismus.com>
* src/dither.c (main): Properly unref the pixbuf.
2009-05-26 Daniel Borgmann <danielb@openismus.com>
[0.6.0-1 release]
* configure.ac: Bump version number.
* debian/changelog: Updates.
2009-05-21 Daniel Borgmann <danielb@openismus.com>
* src/Makefile.am: Add dither tool.
* src/common.c (dither_pixbuf), (save_pixbuf): Add dither and save utility functions.
* src/common.h: Add dither and save utility function declarations.
* src/dither.c (show_usage), (main): Create.
* src/dither.h: Create.
* src/slicer.c (process): Use save_pixbuf() utility function, remove
save_png() and save_jpg() helper functions.
* src/slicer.h: Remove save_png() and save_jpg() declarations.
2009-05-06 Daniel Borgmann <danielb@openismus.com>
* src/slicer.c (save_png): Set highest compression level for PNGs.
2008-11-11 Daniel Borgmann <danielb@openismus.com>
* scripts/hildon-theme-bootstrap: Update for devel theme
2008-10-20 Tuomas Kuosmanen <tuomas.kuosmanen@nokia.com>
* src/outliner.c (process): pretty colors, tweaked alpha slightly
to make it more useful for overlay in design process.
2008-10-17 Daniel Borgmann <danielb@openismus.com>
* src/outliner.c: Implement border lines, as suggested by Tuomas
Kuosmanen.
2008-10-16 Daniel Borgmann <danielb@openismus.com>
* src/common.h:
* src/outliner.h:
* src/outliner.c: Add an option to create border overlays from RC
files
2008-06-09 Sven Herzberg <sven@imendio.com>
* scripts/hildon-theme-bootstrap: fix a typo
2007-08-16 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.5.2-1 release]
* NEWS:
* configure.ac:
* debian/changelog:
* scripts/hildon-theme-bootstrap: Updating.
2007-06-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.5.1-1 release]
* NEWS:
* configure.ac:
* debian/changelog: Updating.
2007-06-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* scripts/hildon-theme-bootstrap: Updating.
* src/common.c: Free the keyfile using proper deallocator.
* src/slicer.c: Fix the confusion with logical vs. bitewise operator.
2007-05-09 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.5.0-1 release]
* NEWS:
* configure.ac:
* debian/changelog: Updating.
2007-05-09 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/common.c:
* src/common.h:
* src/slicer.c: Replacing the 'separate_alpha' keywork with 'noalpha'
keyword that enforces no-alpha save. Combined with 'alpha' keyword
(that enforces alpha save) it can be used to achieve the desire
effect.
2007-05-09 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* COPYING: Updating the COPYING to talk about GPL instead of LGPL
license.
2007-05-07 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.4.0-1 release]
* NEWS:
* configure.ac:
* debian/changelog: Updating.
2007-05-07 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/common.c:
* src/common.h:
* src/slicer.h:
* src/slicer.c: Adding the option to specify the 'separate_alpha'
keyword in the slicer data. This will force the alpha of the image to
be saved as a separate file (%s_alpha.png).
2007-02-22 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.3.0-1 release]
* NEWS:
* README:
* configure.ac:
* debian/changelog:
* debian/copyright: Updating.
* scripts/Makefile.am:
* scripts/hildon-theme-bootstrap: Adding new tool for bootstrapping
the theme packages.
* TODO: Adding a TODO file.
2006-12-08 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* NEWS:
* debian/control: Adding perl to dependencies.
2006-12-08 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.2.1-1 release]
* NEWS:
* configure.ac:
* debian/changelog: Bundling the release.
2006-12-05 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/colourizer.c:
* src/outliner.c:
* src/regenerator.c:
* src/slicer.c: Fixing the prg_name brokeness.
2006-12-05 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* NEWS:
* src/outliner.c: Outliner tool will also now outline colors. The
generated layers have alpha set to 100% (since it can be manipulated
by the designer in the gfx software)
2006-12-05 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.2.0-2 release]
* debian/changelog:
* debian/control: Fixing a dependancy problem.
2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.2.0-1 release]
* configure.ac:
* debian/changelog:
* debian/control: Updating to 0.2.0.
* src/slicer.c: Removing "WARNING" from "Processed" message.
2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* README: Typo fix.
* scripts/hildon-theme-mk-bundle:
* scripts/hildon-theme-rc-parser:
* scripts/hildon-theme-subst:
* src/colourizer.c:
* src/common.c:
* src/outliner.c:
* src/regenerator.c:
* src/slicer.c: Last changes to error-reporting.
2006-12-01 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/common.c:
* src/common.h:
* src/slicer.c: Adding correct parsing for forced-alpha elements.
2006-12-01 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* scripts/Makefile.am:
* src/Makefile.am:
* src/hildon-theme-mk-bundle:
* src/hildon-theme-rc-parser:
* src/hildon-theme-subst: Moving scripts from /src to /scripts.
* scripts/hildon-theme-install: Removing.
2006-12-01 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/Makefile.am:
* src/hildon-theme-mk-bundle: Adding the tool to build layout bundles.
2006-11-30 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/Makefile.am: Wrong category.
2006-11-30 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/Makefile.am:
* src/colourizer.c:
* src/hildon-theme-rc-parser:
* src/hildon-theme-subst:
* src/outliner.c:
* src/regenerator.c:
* src/slicer.c: Adding the subst tool. Fixing the error reporting in
other tools.
2006-11-29 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/slicer.c:
* src/slicer.h: Detect if image needs alpha.
2006-11-29 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/hildon-theme-rc-parser:
* src/Makefile.am: Adding the new perl script to parse the rc files.
* src/colourizer.c:
* src/outliner.c:
* src/regenerator.c:
* src/slicer.c: Some more error info.
2006-11-27 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* scripts/hildon-theme-install: Adding the default text color for
VKBButtonTextColor.
2006-11-27 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* configure.ac: Removing -Werror flag. Breaks on ubuntu, etc.
2006-11-27 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* scripts/hildon-theme-install: Fixes to match the latest layout
semantics.
* src/Makefile.am:
* src/colourizer.c:
* src/colourizer.h:
* src/outliner.c:
* src/outliner.h:
* src/regenerator.c:
* src/regenerator.h:
* src/slicer.c:
* src/slicer.h: Removing the silly EXEC_ thing and sticking to default
g_get_prgname (). Makes more sense.
2006-11-22 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* configure.ac: Removing pedantic flag.
* scripts/Makefile.am:
* scripts/hildon-theme-install: Removing the caching step (not needed
now, will be moved to theme install postinst).
* src/Makefile.am:
* src/cacher.c: Removing the cacher from the build (moved to
hildon-theme-cacher)
2006-11-21 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* INSTALL: Adding missing.
* src/Makefile.am:
* src/colourizer.c:
* src/colourizer.h:
* src/outliner.c:
* src/outliner.h:
* src/regenerator.c:
* src/regenerator.h:
* src/slicer.c:
* src/slicer.h: Abstracting the tool name into Makefile.am (executable
name).
2006-11-21 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* COPYING:
* Makefile.am:
* configure.ac:
* pkgconfig/Makefile.am:
* src/Makefile.am: Even more cosmetics.
2006-11-03 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* Makefile.am:
* configure.ac: Tiny corrections, all works now again.
2006-11-03 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* debian/rules: One more tiny rules fix.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* debian/rules: Adjusting the rules for new autogen and package name.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* README:
* configure.ac:
* debian/changelog:
* debian/control:
* pkgconfig/Makefile.am:
* pkgconfig/maemo-theme-tools.pc.in:
* scripts/Makefile.am:
* scripts/maemo-theme-install:
* src/Makefile.am: maemo-theme-tools => hildon-theme-tools.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* Makefile.am:
* NEWS: Adding some news.
* scripts/maemo-theme-install: Correcting the cache-generation
routine.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/outliner.c:
* src/regenerator.c: Fixing some compilation warnings.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* autogen.sh:
* configure.ac: Adding a more recent/sane autogen.sh.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* Makefile.am:
* configure.ac:
* maemo-theme-tools.pc.in:
* pkgconfig:
* pkgconfig/Makefile.am:
* scripts/Makefile.am: Moving the pkg-config stuff into a separate
directory.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* Makefile.am:
* configure.ac:
* maemo-theme-install:
* scripts:
* scripts/Makefile.am: Moving the scrips into separate dir.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/cacher.c:
* src/colourizer.c:
* src/colourizer.h:
* src/common.c:
* src/common.h:
* src/outliner.c:
* src/outliner.h:
* src/regenerator.c:
* src/regenerator.h:
* src/slicer.c:
* src/slicer.h: Unifying the licenses, codeing style, etc.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/Makefile.am:
* src/cache-generator.c: Unifying the file naming.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* ./: Housekeeping, reorganizing dirs.
2006-11-02 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* ChangeLog.osso-themes-config:
* debian/changelog.osso-themes-config:
* themeMakefile.mk: Removing, it doesn't make much sense in this
context.
2006-11-01 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* template-tools/Makefile.am:
* template-tools/outliner.c:
* template-tools/outliner.h: Adding the outliner tool that can be used
to generate the outlines to be used as guides when drawing the theme.
* template-tools/regenerator.c: Correcting a bug resulting in extra
critical warnings about unreffing (when image missing).
2006-10-24 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* template-tools/Makefile.am:
* template-tools/regenerator.c:
* template-tools/regenerator.h: Adding a new tool - regenerator. It
regenerates the original template image from template layout + sliced
image files (ie. existing theme).
2006-10-24 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* template-tools/colourizer.c:
* template-tools/common.c:
* template-tools/slicer.c: Moving to standard g-error reporting.
2006-10-20 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[0.1.0 release]
* AUTHORS:
* debian/changelog: Fixes for 0.1.0 release.
2006-10-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* Makefile.am:
* INSTALL: Removing from SVN, adding to maintainer-clean files.
* maemo-theme-install: Adding cache-files generation.
2006-10-17 Tuomas Kuosmanen <tuomas.kuosmanen@nokia.com>
* maemo-theme-install (add_color_substitutions): (duh! :-))
-install_file ("theme.xml". "matchbox");
+install_file ("theme.xml", "matchbox");
* configure.ac: removed -Werror and -ansi, it borked the compile
on ubuntu at least.
2006-10-12 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* maemo-theme-install: Changing the script to do the real thing.
2006-10-11 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* AUTHORS: Adding self and Toumas.
* INSTALL: Adding.
* Makefile.am:
* cache-generator/Makefile.am: Adding maintainer-clean files.
* config.h.in: Removing, it's re-generated by autogen.
* configure.ac:
* template-tools:
* template-tools/Makefile.am:
* template-tools/colourizer.c:
* template-tools/colourizer.h:
* template-tools/common.c:
* template-tools/common.h:
* template-tools/slicer.c:
* template-tools/slicer.h: Adding new stuff - the colorizer and the
slicer C tools.
* maemo-theme-install: Slightly adjusting, still doesn't launch the
proper tools.
2006-10-10 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* common-rcfiles: Removing this directory, it was committed by
accident.
2006-09-20 Marius Vollmer <marius.vollmer@nokia.com>
* Forked from osso-themes-config 2.0.6.