summaryrefslogtreecommitdiff
path: root/vfs-methods/themus/ChangeLog
blob: 194e4ce7dd488c62f6c7442d0553fae0f78a9ce1 (plain)
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
2005-02-10  Sebastien Bacher  <seb128@debian.org>

	* theme-thumbnailer.c: (main): fix the crash if the given theme 
	is not correct (Closes: #153203).

2005-02-09  Sebastien Bacher  <seb128@debian.org>

	* theme-thumbnailer.c: (main): change back to the previous code,
	that fixes the themes:/// thumbnails (Closes: #165778).

2005-01-27  Kjartan Maraas  <kmaraas@gnome.org>

	* theme-thumbnailer.c: (main): Don't leak the theme name
	if the theme is invalid.
	* themus-properties-view.c: (themus_properties_view_init):
	NULL vs. 0 in gnome_theme_init()

2005-01-04  Shakti Sen <shprasad@novell.com>

	* theme-thumbnailer.c (main): Added the full path of the theme
	so that it will create the thumbnail.
	Fixes bug #153203

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* theme-method.c: (vfs_module_init): NULL vs. 0
	* theme-thumbnailer.c: (main): Same
	* themus-theme-applier.c: (main): Same

2004-12-10  James Henstridge  <james@jamesh.id.au>

	* Makefile.am: update the desktop file database on install, since
	we add a new mime action.

	* themus-theme-applier.desktop.in.in (Exec): use %u rather than
	%U, since it only handles a single file.

2004-11-27  James Henstridge  <james@jamesh.id.au>

	* themus.applications, themus.keys: remove.

	* themus-theme-applier.desktop.in.in: new file to hook up
	themus-apply-theme, since the old .applications file isn't used by
	the new MIME system.

	* themus-theme-applier.c: get rid of the bonobo includes.

	* Makefile.am: update to install Nautilus extension.

	* themus-properties-main.c: convert from a Bonobo component to a
	Nautilus extension.

	* themus-properties-view.[ch]: convert to a simple widget.  Also
	fix a bunch of leaks.

2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1

2004-07-22  Christian Neumair  <chris@gnome-de.org>

	* themus-properties-view.c: Use gi18n-lib for internationalization,
	fixes #109206.

2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1

2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3

2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1

2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0

2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4

2004-02-16  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=134389
	* Makefile.am : Patch from jmmv@menta.net (Julio M. Merino Vidal)
	  to honour the standard schema install flags.
	  I've extended the patch to support builddir != srcdir too

2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3

2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2

2004-01-07  Alex Duggan  <aldug@astrolinux.com>

	* theme-method.c: 
	Remove #define _(s) and replaced with #include <glib/gi18n.h> 
	which fixes bug #130757.  Add a function prototype 
	(copied from font-method.c) to fix compiler warning.
	
	* themus-properties-view.c:
	Remove unused variable to fix compiler warning.

2004-01-02  Andrew Sobala  <aes@gnome.org>

	* Makefile.am:
	* themus-theme-applier.c: (main): use GNOMECC_GLADE_DIR. Patch from
	Marcin Krzyzanowski. Fixes: Bug 126545.

2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1

2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1

2003-10-28  Jody Goldberg <jody@gnome.org>

	* Release 2.5.0

2003-07-24  Andrew Sobala  <aes@gnome.org>

	* Makefile.am, apply-font.glade, themus-theme-applier.c:
	added GUI to ask if a font should be applied

2003-07-21  Andrew Sobala  <aes@gnome.org>

	As per comments on Usability@gnome.org:
	* Removed "Apply theme" context menu item
	* Made themes apply when you click on them instead

2003-07-20  Andrew Sobala  <aes@gnome.org>

	* themus-component.c: (impl_Bonobo_Listener_event): apply
	fonts (fixes: #109543)

2003-07-07  Jody Goldberg <jody@gnome.org>

	* Release 2.3.4

2003-06-24  Jody Goldberg <jody@gnome.org>

	* Release 2.3.3

2003-06-15  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: fix server.in generation (fixes property page showing)

2003-06-06  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: fix from Rajkumar Sivasamy (originally for control-
	center) for extracting themes under default solaris install. WE NEED
	VFS SUPPORT FOR ARCHIVES! ;-)

2003-06-03  Andrew Sobala  <aes@gnome.org>

	* themus-properties-view.c: fix description word wrapping 
	* theme-method.c: gcc 2.x compile

2003-05-13  Andrew Sobala  <aes@gnome.org>

	* Moved to control-center.

2003-05-04  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (do_open): fix pointer juggling that was causing
	nautilus crashes. Oops again.

2003-05-04  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (do_close): remove some g_free s that were causing
	nautilus to hang. Oops.

2003-04-22  Andrew Sobala  <aes@gnome.org>

	* theme-method.conf: removed .so extension as per Christophe Fergeau's
	comments

2003-03-30  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: added themus.keys to DISTCLEAN

2003-03-29  Andrew Sobala  <aes@gnome.org>

	* .cvsignore: updated

2003-03-29  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: make the .keys file install properly
	* themus.keys.in: add _category

2003-03-29  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: fix cleaning of server.in files

2003-03-29  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: added new component build stuff
	* Themus_Component.server.in.in: added
	* themus-component-main.c: (image_shlib_make_object): added
	* themus-component.c: (impl_Bonobo_Listener_event),
	(themus_component_class_init), (themus_component_init): added
	* themus-component.h: added

2003-03-29  Andrew Sobala  <aes@gnome.org>

	* themus-properties-view.c: (load_location), (do_table_attach),
	(themus_theme_properties_view_init): add description field

2003-03-16  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: add ChangeLog to EXTRA_DIST

 2003-03-16  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (fill_info_struct), (do_open), (do_close),
	(do_get_file_info): a certain amount of leak fixing

2003-03-16  Andrew Sobala  <aes@gnome.org>

	* themus-properties-view.c: (add_atk_relation),
	(themus_theme_properties_view_init): add a11y support to property
	page

2003-03-15  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: s/CFLAGS/AM_CFLAGS because automake moans

2003-03-15  Andrew Sobala  <aes@gnome.org>

	* Themus_Properties_View.server.in.in: remove Nautilus/View interface,
	since it blatantly isn't. Fixes: 108200

2003-03-07  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: made correction to EXTRA_DIST.

2003-03-07  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: add properties page files
	* Themus_Properties_View.server.in.in, themus-properties-main.c,
	themus-properties-view.c, themus-properties-view.h: properties page

2003-03-05  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (do_close): Add monitor stuff that should work, but doesn't

2003-03-05  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (transfer_done_targz_idle_cb),
	(transfer_done_tarbz2_idle_cb), (create_local_uri),
	(do_open_directory), (do_close_directory), (do_read_directory),
	(do_open), (do_create), (do_close), (do_read), (do_write),
	(do_seek), (do_tell), (do_get_file_info_from_handle), (do_unlink):
	Make installing work

2003-02-19  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: install keys
	* theme-method.c: (do_get_file_info): gettextize "Themes"
	* themus.keys.in: added as gnome-mime-data is in string freeze, methinks

2003-02-04  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (do_get_file_info): remove g_print debugging call
	  (do_unlink): now deletes metathemes. Does this mean it's better than
	  gnome-theme-manager?
	  (invoke_monitors): use gchar*, not gchar in function decl. Oops.

2003-02-04  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: CFLAGS = -g. Automake optimises by default, which is
	silly, and made me spend hours debugging something that was being
	crazy. This stops optimisation :)

2003-02-03  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (fill_info_struct), (do_read_directory),
	(do_get_file_info): fill info structs correctly. Breaks thumbnailers,
	but what the heck.

2003-02-03  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (theme_meta_info_find), (do_open),
	(do_get_file_info), (invoke_monitors), (do_monitor_add),
	(vfs_module_init): monitors should work now

2003-02-02  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (do_get_file_info): return ERROR_INTERNAL if we're
	confused
	* themus.schemas.in: finish renaming of mime type

2003-02-02  Andrew Sobala  <aes@gnome.org>

	* theme-method.c: (theme_meta_info_sort_func), (do_open_directory),
	(do_close_directory), (do_read_directory), (do_open), (do_create),
	(do_close), (do_read), (do_write), (do_seek), (do_tell),
	(do_get_file_info_from_handle), (do_get_file_info), (do_unlink),
	(vfs_module_init): Return info properly, remove debugging prints.
	The module now works properly, but nautilus seems to randomly choose
	the icon order. ???

2003-02-01  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: clean generated files

2003-02-01  Andrew Sobala  <aes@gnome.org>

	* Makefile.am: fix schema installation

2003-01-30  Andrew Sobala  <aes@gnome.org>

	* Makefile.am:
	* theme-method.c: (do_open), (do_get_file_info):
	* theme-thumbnail.c: (fake_expose_widget), (hbox_foreach),
	(create_image), (handle_bytes), (message_from_capplet),
	(message_from_child), (theme_thumbnail_invalidate_cache),
	(generate_theme_thumbnail), (generate_theme_thumbnail_async),
	(theme_thumbnail_factory_init):
	* theme-thumbnail.h:
	* theme-thumbnailer.c: (save_pixbuf), (main):
	* themus.mime:
	* themus.schemas.in:

	Attempt at doing mime types, attempt at doing thumbnails, VFS method
	fixes and breakages.