summaryrefslogtreecommitdiff
path: root/trashapplet/ChangeLog
blob: c4daf97232ca90e4078365e2b8938efa8392f46a (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
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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
2008-04-25  Callum McKenzie  <callum@spooky-possum.org>

	* src/trashapplet.c (trash_applet_size_allocate): Add a border of
	two pixels to the trash applet to make it not look so large. Patch
	from Matthias Clasen (bug #529579).

2008-04-22  Ilkka Tuohela <hile@iki.fi>

	* docs/Makefile.am: Added Finnish translation by Jukka Heikkilä.
	* docs/fi: Added fi to DOC_LINGUAS

2008-03-29  Kenneth Nielsen  <k.nielsen81@gmail.com>

	* docs/Makefile.am: Added da to DOC_LINGUAS
	* docs/da/da.po: Added Danish translation by Mads P. Rommedahl

2008-03-16  Callum McKenzie  <callum@spooky-possum.org>

	* src/trash-empty.c
	* Makefile.am: Convert from glade to gtk-builder. Patch from Jaap
	Haitsma (bug #521082).

2008-02-13  Ryan Lortie  <desrt@desrt.ca>

	* src/trashapplet.c: fix transparency

2008-02-13  Ryan Lortie  <desrt@desrt.ca>

	* src/trash-monitor.h:
	* src/trash-monitor.c:
	* src/trashapplet.h: remove old files
	* src/Makefile.am: update accordingly
	* src/trashapplet.c: use GIO directly for monitoring the trash.
	Modernise GTK use (take advantage of new GtkImage functions, for
	example).
	* src/trash-empty.c: G_GSIZE_FORMAT requires "%" in front.  Remove
	unused variable.

2008-02-13  Ryan Lortie  <desrt@desrt.ca>

	* src/trash-empty.c:
	* src/trashapplet.c: revert accidental string changes

2008-02-12  Ryan Lortie  <desrt@desrt.ca>

	* src/trash-empty.c: fix small memory leak

2008-02-12  Ryan Lortie  <desrt@desrt.ca>

	Fix the regression introduced in the last commit.  Add progress dialog
	support for emptying the trash via GIO.

	* src/trash-monitor.c:
	* src/trash-monitor.h: remove trash emptying functions.  they no
	longer logically belong here.
	* src/trash-empty.h:
	* src/trash-empty.c: new files.  handle emptying the trash.
	* src/trashapplet.h: remove mention of glade
	* src/trashapplet.c: remove trash emptying UI code (it's now in
	trash-empty.c)
	* src/Makefile.am: remove glade, add trash-empty.[ch]
	* trashapplet-empty-progress.ui: replaces trashapplet.glade (moved to
	GtkBuilder).
	* Makefile.am: install the .ui instead of the .glade

2008-02-12  Ryan Lortie  <desrt@desrt.ca>

	* src/trash-monitor.h:
	* src/trash-monitor.c:
	* src/trashapplet.h:
	* src/trashapplet.c:
	* src/Makefile.am: move from GnomeVFS -> GIO.  Note REGRESSION: no
	longer do we have a progress dialog for emptying the trash.
	Closes bug #509759.

2008-02-02  Kjartan Maraas  <kmaraas@gnome.org>

	* src/xstuff.c: (get_typed_property_data): The previous
	commit broke the build. Fix from Simon Holm Thøgersen.
	Closes bug #513611.

2008-01-28  Christian Persch  <chpe@gnome.org>

	* src/xstuff.c: (get_typed_property_data): Don't use
	G_GNUC_PRETTY_FUNCTION. Fixes the build with glib trunk.

2007-10-13  Callum McKenzie  <callum@spooky-possum.org>

	* src/trash-monitor.c: Use G_DEFINE_TYPE macros. Patch from Jaap
	Haitsma, Bug #459705.

2007-10-02  Jan Arne Petersen  <jpetersen@jpetersen.org>

	* docs/Makefile.am: Added German translation (by Tobias Höbel
	<tobsi-h@gmx.de>).
	* docs/de/de.po: Added de to DOC_LINGUAS.

2007-09-25  Gil Forcada  <gforcada@svn.gnome.org>

	* docs/ca/ca.po: Added Catalan translation.
	* docs/Makefile.am: Added ca.

2007-09-16  Jovan Naumovski  <jovan@lugola.net>

	* mk.po: Added Macedonian translation.

2007-09-04  Luca Ferretti  <elle.uca@libero.it>

	* docs/it/it.po: Updated Italian translation.
	* docs/it/figures/trash-applet.png: Updated to new default theme.

2007-07-17  Jaap Haitsma  <jaap@haitsma.org>

	* src/trashapplet.c: (trash_applet_init), (trash_applet_destroy),
	(trash_applet_update), (trash_applet_show_about), (main):
	* src/trashapplet.h:
	Use g_set_application name such that the application name
	gets shown correctly in the about dialog. Convert usage of GtkTooltips
	to new tooltips API of GTK 2.12 Fixes bug #457145


2007-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
	* docs/ru/ru.po: Updated Russian translation by
	Sergey Mironov <sergo@bk.ru>

2007-02-04  Davyd Madeley  <davyd@madeley.id.au>

	* src/trash-applet.c: Listen for theme changes. Fixes #335327.
	  Patch from Jesse Stockall <jesse@cleverone.org>.

2006-12-13  Matthias Clasen <mclasen@redhat.com>

	* src/trashapplet.c: Open the window on the right screen. 
	(#382774)

2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>

	* src/trashapplet.c: (update_transfer_callback): Remove
	markup from translatable message. Patch from Elijah Newren.
	Closes bug #360447.

2006-11-15  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/C/trashapplet.xml: Fix build.

2006-11-08  Daniel Nylander <po@danielnylander.se>

	* docs/sv/sv.po: Updated Swedish translation.
	
2006-10-02  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c:
	- respect /apps/panel/global/enable_animations from GConf
	- icon sizing issues

2006-09-25  Francisco Javier F. Serrador  <serrador@openshine.com>

	* docs/es/es.po: Updated Spanish translation.

2006-09-09  Francisco Javier F. Serrador  <serrador@openshine.com>

	* docs/es/es.po: Updated Spanish translation.

2006-09-03  Daniel Nylander <po@danielnylander.se>

	* docs/sv/figures/*png: Added screenshot.

2006-09-03  Daniel Nylander <po@danielnylander.se>

	* docs/sv/sv.po: Updated Swedish translation.
	
2006-08-28  Christophe Bliard  <christophe.bliard@trux.info>

	* docs/fr/fr.po: Updated French translation

2006-08-27  Christophe Bliard  <christophe.bliard@trux.info>

	* docs/C/trashapplet.xml: fixed typo

2006-08-26  Joachim Noreiko  <jnoreiko@yahoo.com>

 * docs/C/trashapplet.xml: update "add to panel" section. Fixes #311149

2006-06-20  Paolo Borelli  <pborelli@katamail.com>

	* src/thrashapplet.c (update_transfer_callback): plug various
	memory leaks.

2006-08-07  Davyd Madeley  <davyd@madeley.id.au>

	* GNOME_Panel_TrashApplet.server.in.in:
	- fix component name, closes #348846.

2006-07-25  Christophe Bliard  <christophe.bliard@trux.info>

	* docs/fr/fr.po: Small update of French translation
	* docs/fr/figures/trash-applet.png: Updated screenshot
	
2006-07-23  Daniel Nylander  <po@danielnylander.se>

        * docs/sv/sv.po: Updated Swedish translation.
	
2006-07-10  Rodney Dawes  <dobey@novell.com>

	* GNOME_Panel_TrashApplet.server.in.in:
	* trashapplet.c (trash_applet_show_about):
	Use user-trash-full instead of gnome-fs-trash-full as per the icon
	naming specification

	* trashapplet.h: Use user-trash and user-trash-full as per the icon
	naming spec, instead of gnome-fs-trash-*

	Fixes #346485

2006-06-29  Daniel Nylander  <po@danielnylander.se>

        * docs/sv/sv.po: Added Swedish translation.
	
2006-06-17  Stefan Kost  <ensonic@users.sf.net>

	* src/trashapplet.h:
	Correct GObject macro

2006-03-22  Nickolay V. Shmyrev <nshmyrev@yandex.ru>

	* docs/ru/ru.po: Added Russian translation.

2006-02-27  Luca Ferretti  <elle.uca@libero.it>

	* docs/it/it.po: Updated Italian translation.

2006-01-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* docs/es/es.po: Updated Spanish translation.

2006-01-21  Vincent Untz  <vuntz@gnome.org>

	* docs/fr/fr.po: small update

2006-01-17  Glynn Foster  <glynn.foster@sun.com>

	* src/Makefile.am: Fix build by adding some '\'s.

2006-01-15  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c: things are moved to the trash, not copied.
	  Override the suggested mouse cursor to show the cursor for "move".
	  Patch from Bas van der Lei <pubmail@xs4all.nl>. Closes #316433.

2006-01-15  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c:
	* src/trashapplet.h: resize trashapplet to fit strange panel sizes.
	  Closes #326979. Patch from Michael Hofmann <mh21@piware.de>.

2006-01-06  Vincent Untz  <vuntz@gnome.org>

	* docs/fr/fr.po: small update, by Christophe Bliard
	<christophe.bliard@trux.info>

2005-12-22  Vincent van Adrighem  <adrighem@gnome.org>

	* docs/Makefile.am: Added "nl" (Dutch) to DOC_LINGUAS.
	* docs/nl/*: Added Dutch translation by
	Myckel Habets.

2005-12-03  Vincent Untz  <vuntz@gnome.org>

	* docs/fr/*: small update, by Christophe Bliard
	<christophe.bliard@trux.info>
	* docs/*: give some .cvsignore love

2005-09-28  Ryan Lortie  <desrt@desrt.ca>

	* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
	  tarball.  Closes bug #317476.

2005-09-21  Alessio Frusciante  <algol@firenze.linux.it>

	* docs/Makefile.am: Added "it" (Italian) to DOC_LINGUAS.
	* docs/it/*: Added Italian translation by
	Luca Ferretti <elle.uca@infinito.it>.

2005-08-27  Vincent Untz  <vuntz@gnome.org>

	* docs/fr/fr.po: forgot some headers

2005-08-27  Vincent Untz  <vuntz@gnome.org>

	* docs/Makefile.am:
	* docs/fr/*: add french translation of docs, by Christophe Bliard
	<cbliard@gmail.com>

2005-05-20  Davyd Madeley  <davyd@madeley.id.au>

	* docs/Makefile.am:
	* docs/trashapplet.omf.in:
	* docs/C/trashapplet.xml: gnome-doc-utilise

	* docs/: Remove unneeded makefiles and such

2005-05-17  Kjartan Maraas  <kmaraas@gnome.org>

	* Add a separator in the context menu. Closes bug #302797.
	Patch from Luca Ferretti.

2005-03-31  Michiel Sikkes  <michiel@eyesopened.nl>

	* NOW commit the patch to close bug #159057. (Closes: #159057)
	* Added some xstuff which does some kind of open-click effect in X.

2005-03-25  Michiel Sikkes  <michiel@eyesopened.nl>

	* Revert previous changes to unbreak string freeze. (uncloses:
	#159057)

2005-03-25  Michiel Sikkes  <michiel@eyesopened.nl>

	* trashapplet.glade: Added this file with the emptying_trash dialog.
	* src/trashapplet.c: Implemented the emptying_trash dialog (Closes:
	#159057)
	* src/trashapplet.h: Added TrashApplet->xml
	* Makefile.am: Added glade_DATA.
	* src/Makefile.am: Added LIBGLADE_CFLAGS.

2005-03-20  Kjartan Maraas  <kmaraas@gnome.org>

	* src/trashapplet.c: (trash_applet_drag_data_received):
	Fix compiler warning and header.

2005-03-07  Davyd Madeley  <davyd@madeley.id.au>

	* docs/C/figures/trash-applet.png: Added a figure.

	* docs/C/trashapplet.xml: Updated documentation for GNOME 2.10.

	* docs/C/Makefile.am: Added figures directory.

2005-02-27  Ryan Lortie  <desrt@desrt.ca>

	* src/trashapplet.c: Don't leak style while handling the
	change_background signal.  Fix adapted from Vincent Untz's
	fixes to various panel applets.

2005-02-07  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c: Set application icon. Closes #166501. Patch from
	  Jaap Haitsma <mailto:jaap@haitsma.org>.

2005-02-07  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c: Sync Empty Trash dialog with Nautilus. Closes
	  #165241. Patch from Luca Ferretti <elle.uca@libero.it>.

2005-02-04  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c: Use ngettext for pluralisation. Closes #165652.

2005-02-02  Davyd Madeley  <davyd@madeley.id.au>

	* src/trashapplet.c: spawing -> spawning. Closes bug #165998.

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

	* src/trashapplet.c (trash_applet_change_background): add back
	background change handling.  Remove debugging output I
	accidentally left in last time.

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

	* src/trash-monitor.h (TRASH_MONITOR): fix up typo in macro
	definition.

	* src/trashapplet.[ch]: convert TrashApplet to a PanelApplet
	subclass and refactor the code a bit.
	Use gtk_image_set_from_icon_name() so that GTK is responsible for
	keeping the icon up to date when the icon theme changes.

2004-10-22  Michiel Sikkes  <michiel@eyesopened.nl>

	* src/eel-extension.c:
	* src/eel-extension.h:
	* src/trashapplet.c:
	* src/trashapplet.h:

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

	* src/trash-monitor.[ch]: change the copyright header to the
	standard GPL, rather than a modified one preventing the use of
	future versions.

2004-10-21  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in.in: String change -> 'Go to Trash'
	* GNOME_Panel_TrashApplet.xml: Changed menu item order (Open on top)

2004-10-21  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in.in:
	* GNOME_Panel_TrashApplet.xml: Added HIG patch by Dennis Cranston
	(dennis_cranston@yahoo.com). Closes: #156020.

2004-10-21  Michiel Sikkes  <michiel@eyesopened.nl>

	* src/trashapplet.c: (button_release_cb), (drag_data_received_cb),
	(key_press_cb), (trash_applet_fill): Changed button_press_event to
	button_release_event to make it look like a launcher. Added key_press
	callback and event. Closes: #155165.

2004-09-28  Vincent Noel  <vnoel@cox.net>

	* src/trashapplet.c (size_allocate_cb): connect to the
	size-allocate signal to follow the panel size consistently.

2004-09-21  Davyd Madeley  <davyd@madeley.id.au>

	* GNOME_Panel_TrashApplet.server.in.in:
	- Removed panel:category we no longer use it
	- Added Bugzilla entries, so that bug-buddy can correctly file bugs

2004-09-20  Davyd Madeley  <davyd@madeley.id.au>

	Added to gnome-applets CVS repository.

2004-09-19  Michiel Sikkes  <michiel@eyesopened.nl>

	* configure.in: Removed eel pkg-config check.
	* src/Makefile.am: Added eel-extension files to sources.
	* src/eel-extension.c: Added, copied eel_gtk_button_* from libeel.
	* src/eel-extension.h: Added, copied EEL_TRASH_URI and
	eel_gtk_button_* from libeel.
	* src/trashapplet.c: Removed libeel include. Added gconf-client
	include. Changed 'nautilus' to 'gnome-open' for opening the trash.

2004-09-19  Michiel Sikkes  <michiel@eyesopened.nl>

	* po/POTFILES.in: files is .in.in not only .in. Fixes bug in the
	buildsystem.

2004-09-19  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in.in: Set to other icon.
	* configure.in: Added French and German.
	* po/de.po: Added
	* po/fr.po: Added
	* src/trashapplet.c: (get_dir_count),
	(trash_applet_update_item_count), (trash_applet_items_count),
	(trash_applet_is_empty), (trash_applet_update_icon),
	(confirm_empty_trash), (trash_applet_do_empty),
	(trash_applet_open_folder), (trash_applet_show_help),
	(update_icon_cb), (drag_motion_cb), (drag_leave_cb),
	(changed_orient_cb), (changed_background_cb), (changed_size_cb),
	(trash_monitor_cb), (trash_applet_fill): Applied the patches by James
	and Sebastian.
	* src/trashapplet.h: Applied the patches by James and Sebastian.

2004-07-30  Michiel Sikkes  <michiel@eyesopened.nl>

	* Makefile.am: Added EXTRA_DIST files.
	* src/trashapplet.c: (trash_applet_update_tip),
	(trash_applet_show_help), (trash_applet_fill): Small fixes. Nicer
	messages for trash tooltip.

2004-07-30  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in.in: Made applet category
	translatable.
	* configure.in: Added scrollkeeper and help stuff
	* help/C/Makefile.am: Added scrollkeeper and help stuff
	* help/C/legal.xml: Added scrollkeeper and help stuff
	* help/C/trashapplet-C.omf: Added scrollkeeper and help stuff
	* help/C/trashapplet.xml: Added scrollkeeper and help stuff
	* src/trashapplet.c: (trash_applet_show_help),
	(trash_applet_show_about): Added documenters and made help to show
	trashapplet help.

2004-07-29  Michiel Sikkes <michiel@eyesopened.nl>

	* Makefile.am: Added first piece of help system.
	* autogen.sh: Changed to gnome-autogen.sh support.
	* configure.ac: Renamed this...
	* configure.in: ... to this.
	* help/C/Makefile.am: Help system
	* help/C/trashapplet-C.omf: Helpsystem
	* help/Makefile.am: Helpsystem
	* src/trashapplet.c: (update_icon_cb), (trash_applet_fill): Icon is
	now updated on icon theme change.

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.xml: Added help item.
	* po/nl.po: Updated translation.
	* src/trashapplet.c: (error_dialog),
	(trash_applet_get_main_trash_directory_uri), (get_dir_count),
	(trash_applet_items_count), (trash_applet_update_icon),
	(update_transfer_callback), (trash_applet_do_empty),
	(trash_applet_open_folder), (trash_applet_show_help),
	(trash_applet_show_about), (destroy_cb), (drag_data_received_cb),
	(changed_orient_cb), (changed_background_cb), (changed_size_cb),
	(trash_monitor_cb), (trash_applet_fill): Applied all the cool patches
	by Emmanuele Bassi <ebassi@gmail.com>.
	* src/trashapplet.h: Applied all the cool patches by Emmanuele Bassi
	<ebassi@gmail.com>.

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in.in: Changed icon.. broken now.
	* po/nl.po: Updated translation.

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.xml: Added mnemonics for menu.

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* src/trashapplet.c: (trash_applet_about): Added the about window.

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in: Added .in for the file name
	(i18n reasons)
	* GNOME_Panel_TrashApplet.server.in.in: See above :-)
	* Makefile.am: i18n changes
	* po/nl.po: String updates
	* src/Makefile.am: Removed @INTLTOOL_SERVER_RULES@, wasn't neccesary
	in this makefile

2004-07-29  Michiel Sikkes  <michiel@eyesopened.nl>

	* GNOME_Panel_TrashApplet.server.in: Set some strings translatable
	* GNOME_Panel_TrashApplet.xml: Added this file
	* Makefile.am: Added XML menu file to the buildsystem
	* configure.ac: i18n changes
	* po/POTFILES.in: Added the server and xml files.
	* po/nl.po: String updates
	* src/Makefile.am: i18n additions
	* src/trashapplet.c: added config.h to include (trash_applet_fill):
	changed applet menu to external xml file
	* src/trashapplet.h: i18n changes, added config.h include