~4lorne/gnome-control-center/gnome-control-center-2.20.1_thinkpad

1 by 4lorne
Upstream Original
1
2007-01-14  Thomas Wood  <thos@gnome.org>
2
3
	Based on patch by: Sylvain Defresne
4
5
	* sound-view.c: (combo_box_changed_cb), (add_sound_item),
6
	(sound_view_init): Set the play button to insensitive if "No sound" is
7
	selected. Fixes bug 353828.
8
9
2007-01-06  Gabor Kelemen  <kelemeng@gnome.hu>
10
11
	Fixes #371747 
12
13
	* sound-view.c: marked "Select sound file" translatable.
14
15
2006-03-03  Rodrigo Moya <rodrigo@novell.com>
16
17
	Fixes #333125
18
19
	* sound-view.c (sound_view_init, create_populate_combo_box): mark
20
	missing strings for translation.
21
22
2006-02-27  Rodrigo Moya <rodrigo@novell.com>
23
24
	Fixes #332530
25
26
	* sound-event.c (sound_event_free): free also event->desc.
27
28
2006-01-23  Jens Granseuer <jensgr@gmx.net>
29
30
	Fixes #328255
31
32
	* sound-view.c (combo_box_changed_cb, add_sound_item): removed
33
	C99-isms.
34
35
2006-01-19  Damien Carbery <damien.carbery@sun.com>
36
37
	* sound-view.c (play_preview_cb): don't return values on void
38
	function.
39
40
2006-01-19  Rodrigo Moya <rodrigo@novell.com>
41
42
	* sound-view.c (sound_view_init): reduced the size of the dialog
43
	a little bit.
44
45
2006-01-19  Dennis Cranston <dennis_cranston@yahoo.com>
46
47
	* sound-view.c (add_sound_item): use GTK_STOCK_MEDIA_PLAY icon for
48
	play buttons.
49
50
2006-01-11  Rodrigo Moya <rodrigo@novell.com>
51
52
	Fixes #326635
53
54
	* sound-view.c (play_preview_cb ): added missing space to string.
55
56
2006-01-11  Scott Reeves <SReeves@novell.com>
57
58
	* sound-event.[ch] (sound_event_free, sound_event_set_oldfile):
59
	added code to manage new field in SoundEvent structure.
60
61
	* sound-properties.c (sound_properties_add_event): ditto.
62
	(sound_properties_add_file): we only do system events now.
63
64
	* sound-view.c: changed to match new GUI.
65
66
2004-10-28  Sebastien Bacher  <seb128@debian.org>
67
68
	* sound-view.c: (remove_cb), (sound_view_init), (select_row_cb):
69
	patch by June Tate <june@theonelab.com> to add a "remove" button that 
70
	allow to turn off a sound event (Closes: #14272).
71
72
2004-10-14  Jody Goldberg <jody@gnome.org>
73
74
	* Release 2.8.1
75
76
2004-04-15  Jody Goldberg <jody@gnome.org>
77
78
	* Release 2.6.1
79
80
2004-04-01  Jody Goldberg <jody@gnome.org>
81
82
	* Release 2.6.0.3
83
84
2004-03-30  Jody Goldberg <jody@gnome.org>
85
86
	* Release 2.6.0.1
87
88
2004-03-23  Jody Goldberg <jody@gnome.org>
89
90
	* Release 2.6.0
91
92
2004-03-11  Jody Goldberg <jody@gnome.org>
93
94
	* Release 2.5.4
95
96
2004-03-02  Fernando Herrera  <fherrera@onirica.com>
97
98
	* sound-view.c: (sound_view_init): Use GtkFileChooser in the sound
99
	entry. Fix #135923
100
101
2004-02-13  Jody Goldberg <jody@gnome.org>
102
103
	* Release 2.5.3
104
105
2004-02-05  Shakti Sen  <shakti.sen@wipro.com>
106
107
	* sound-view.c: (play_cb): Show error message, when playing a 
108
	nonexistent file. Fixes bug #121263
109
110
2004-01-16  Padraig O'Briain <padraig.obriain@sun.com>
111
112
	* sound-view.c: (sound_view_init): Update mnemonic widget to be
113
	a GtkCombo instead of its contained GtkEntry. Fixes bug #126972.
114
115
2004-01-14  Jody Goldberg <jody@gnome.org>
116
117
	* Release 2.5.2
118
119
2003-12-30  Jody Goldberg <jody@gnome.org>
120
121
	* Release 2.5.1.1
122
123
2003-12-30  Jody Goldberg <jody@gnome.org>
124
125
	* Release 2.5.1
126
127
2003-10-28  Jody Goldberg <jody@gnome.org>
128
129
	* Release 2.5.0
130
131
2003-07-31  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
132
133
	* sound-view.c (entry_changed_cb): Give a error message if the
134
	user associates an invalid wav file for an event. Bug #109529
135
136
2003-07-11  Dennis Cranston <dennis_cranston at yahoo com>
137
138
	* sound-view.c:  Fixes for ui-review bug number 99533.
139
	  - s/File to play/Sound File,
140
	  - HIG Frame stuff,
141
	  - Play button looks better to the right of the Browse button,
142
	  - Columns aren't resizable,
143
	  - Can't click on the column headers to sort them,
144
	  - Text entry should have label "Sound File" and mnemonic - above
145
	    text entry to allow field to be wider.
146
	
147
2003-07-07  Jody Goldberg <jody@gnome.org>
148
149
	* Release 2.3.4
150
151
2003-06-24  Jody Goldberg <jody@gnome.org>
152
153
	* Release 2.3.3
154
155
Fri Jun  6 19:34:32 2003  Jonathan Blandford  <jrb@gnome.org>
156
157
	* sound-view.c (compare_func): don't ever call g_ascii_strcasecmp
158
	with NULL as an argument.
159
160
2003-05-07  Jody Goldberg <jody@gnome.org>
161
162
	* Release 2.3.1
163
164
Tue Feb  4 17:09:18 2003  Jonathan Blandford  <jrb@redhat.com>
165
166
	* Release 2.2.0.1
167
168
2003-01-10  Jody Goldberg <jody@gnome.org>
169
170
	* Release 2.1.6
171
172
2002-12-18  Jody Goldberg <jody@gnome.org>
173
174
	* Release 2.1.5
175
176
2002-11-23  Jody Goldberg <jody@gnome.org>
177
178
	* Release 2.1.3
179
180
2002-11-02  Jody Goldberg <jody@gnome.org>
181
182
	* Release 2.1.2
183
184
2002-10-21  Jody Goldberg <jody@gnome.org>
185
186
	* Release 2.1.1
187
188
2002-10-01  Jody Goldberg <jody@gnome.org>
189
190
	* Release 2.1.0.1
191
192
2002-09-09  Jody Goldberg <jody@gnome.org>
193
194
	http://bugzilla.gnome.org/show_bug.cgi?id=76437
195
	* sound-view.c (foreach_cb) : dunno why this doesn't work, but it
196
	  doesn't and I'm unwilling to waste much time tracking down why.
197
198
	* sound-view.c (sound_view_init) : 90936 patch from padraig
199
200
2002-08-21  Jody Goldberg <jody@gnome.org>
201
202
	* Release 2.1.0
203
204
2002-07-31  Federico Mena Quintero  <federico@ximian.com>
205
206
	* sound-view.c (sound_view_init): Make the file entry modal.
207
208
2002-06-18  jacob berkman  <jacob@ximian.com>
209
210
	* sound-properties.c (sound_properties_add_defaults): don't have
211
	// in the file name
212
213
2002-06-17  Jody Goldberg <jody@gnome.org>
214
215
	* Release 2.0.0
216
217
2002-05-07  Jody Goldberg <jody@gnome.org>
218
219
	* sound-event.c (sound_event_free) : rename from sound_event_unref.
220
	(sound_event_ref) : delete.  There is no need to ref count this.
221
222
	* sound-properties.c (sound_properties_destroy) : handle multiple calls
223
	(sound_properties_remove_event) : use sound_event_free.
224
225
2002-04-27  Jody Goldberg <jody@gnome.org>
226
227
	* sound-view.c (sound_view_destroy) : Handle multiple calls.
228
229
2002-04-10  Kjartan Maraas  <kmaraas@gnome.org>
230
231
	* sound-view.c (sound_view_init): Mark a string for translation.
232
	
233
2002-03-28  jacob berkman  <jacob@ximian.com>
234
235
	* sound-properties.c (signals): this should be static
236
237
2002-03-27  Richard Hestilow  <hestilow@ximian.com>
238
239
	* sound-properties.c (sound_properties_add_file): Filter out
240
	gnome and gtk-events 1.x events, since they're duplicates.
241
	(sound_properties_save): Propogate some changes to the GNOME1
242
	duplicates.
243
244
	* sound-view.c (compare_func): Move gnome check elsewhere.
245
	(sound_view_init): set sort_func, not default_sort_func (seems
246
	to make it work), and add mnemonics.
247
	(foreach_cb): Don't add the subtree unless it has children.
248
249
2002-03-06  Richard Hestilow  <hestilow@ximian.com>
250
251
	* sound-view.c, sound-properties.c: Remove debugging g_prints.
252
253
2002-03-05  Richard Hestilow  <hestilow@ximian.com>
254
255
	* sound-view.c (entry_changed_cb): Remove double semicolons.
256
257
2002-03-05  Richard Hestilow  <hestilow@ximian.com>
258
259
	* sound-view.c: Lauris rewrote this to use TreeView.
260
261
2002-02-27  Kjartan Maraas  <kmaraas@gnome.org>
262
263
	* sound-view.c: #include <config.h> at the top.
264
	
265
2002-02-12  Lauris Kaplinski  <lauris@ximian.com>
266
267
	* sound-view.c (play_cb): Destroy dialog here
268
269
	* sound-properties.c (sound_properties_get_type): Use new glib syntax
270
	(sound_properties_new): Use g_object_new
271
	(sound_properties_thaw): Use g_signal_emit
272
	(sound_properties_add_directory): Use g_build_filename
273
	(sound_properties_add_event): Ditto
274
	(sound_properties_add_defaults): Use gnome_program_locate_file
275
	(sound_properties_event_changed): Use g_signal_emit
276
	(sound_properties_changed): Ditto
277
	(sound_properties_remove_event): Ditto
278
279
	* sound-view.c (play_cb): Use g_file_test, use gnome_program_locate_file
280
	(sound_view_init): Use GNOME_STOCK_VOLUME, gnome_program_locate_file
281
	(sound_view_reload): Kill warning
282
283
	* sound-properties.c (sound_properties_class_init): Use g_signal_new
284
285
2002-02-04  Lauris Kaplinski  <lauris@ximian.com>
286
287
	* sound-view.c (compare_func): Replace deprecated method
288
	(play_cb): Use gtk_message_dialog methods
289
	(entry_changed_cb): Kill warning
290
	(sound_view_init): Use g_signal_connect directly
291
	(sound_view_new): Ditto
292
	(select_row_cb): Replace deprecated methods
293
294
	* sound-properties.c (strip_ext): Replace deprecated method
295
	(sound_properties_add_file): Ditto
296
297
2002-01-07  Richard Hestilow  <hestilow@ximian.com>
298
299
	* sound-view.c (sound_properties_class_init):
300
	s/gtk_marshal_NONE__OBJECT/gtk_marshal_NONE__POINTER/g
301
302
	* sound-view.c (sound_view_init): Set hint on "play"
303
	button to not trigger gtk+ sound event.
304
305
2002-01-04  Richard Hestilow  <hestilow@ximian.com>
306
307
	* sound-properties.c (sound_properties_class_init): Remove
308
	call to gtk_object_class_add_signals.
309
310
2001-11-18  Richard Hestilow  <hestilow@ximian.com>
311
312
	* sound-properties.c (sound_properties_add_defaults): Remove
313
	nonsensical precondition.
314
315
	* sound-view.c (entry_changed_cb, event_changed_cb): Added.
316
	(sound_view_init): Create a hash table mapping events to row data.
317
	Also, mess with the clist sizing a little, and connect to the
318
	changed signals on the file entry and the sound properties.
319
	(foreach_cb): Insert event into hash table, and set ignore_changed
320
	to TRUE while updating the file entry.
321
	(sound_view_destroy): Destroy the hash table.
322
323
	* README, ChangeLog: Added.