summaryrefslogtreecommitdiff
path: root/trashapplet/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2009-01-132.24.3GNOME_APPLETS_2_24_3Callum McKenzie1-0/+2
svn path=/branches/gnome-2-24/; revision=11184
2008-11-252.24.2GNOME_APPLETS_2_24_2Callum McKenzie1-0/+2
svn path=/branches/gnome-2-24/; revision=11135
2008-10-212.24.1GNOME_APPLETS_2_24_1Callum McKenzie1-0/+2
svn path=/branches/gnome-2-24/; revision=11077
2008-09-24Merging the 2.24.0.1 changes back from trunk into the gnome-2-24 branch.Callum McKenzie1-0/+2
svn path=/branches/gnome-2-24/; revision=11028
2008-09-24Don't unref the return value of g_file_info_get_icon, it isn't owned byCallum McKenzie1-0/+6
Don't unref the return value of g_file_info_get_icon, it isn't owned by us. This should fix 553418 (see also 552577). svn path=/branches/gnome-2-24/; revision=11023
2008-09-21Fix a memory leak (Matthias Clasen / bug 552577).Callum McKenzie1-0/+5
Fix a memory leak (Matthias Clasen / bug 552577). svn path=/trunk/; revision=11013
2008-09-02Make sure the tash applet keeps working on the second login. Bug 537011.Callum McKenzie1-0/+6
svn path=/trunk/; revision=10949
2008-08-14Remove left-over gnome-vfs include. FixesAndre Klapper1-0/+5
2008-08-14 Andre Klapper <a9016009@gmx.de> * src/trashapplet.h: Remove left-over gnome-vfs include. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=509759#c10. svn path=/trunk/; revision=10910
2008-05-31Added hu to DOC_LINGUAS. Added Hungarian translation by Máté Őry.Gabor Kelemen1-0/+5
2008-05-31 Gabor Kelemen <kelemeng@gnome.hu> * docs/Makefile.am: Added hu to DOC_LINGUAS. * docs/hu/hu.po: Added Hungarian translation by Máté Őry. svn path=/trunk/; revision=10854
2008-05-02Added pt_BR to DOC_LINGUAS. Added Brazilian Portuguese translation byLeonardo Ferreira Fontenelle1-0/+6
2008-05-01 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * docs/Makefile.am: Added pt_BR to DOC_LINGUAS. * docs/pt_BR/pt_BR.po: Added Brazilian Portuguese translation by Andrius da Costa Ribas. svn path=/trunk/; revision=10824
2008-04-25Add a 2 pixel border to the trash applet.Callum McKenzie1-0/+6
svn path=/trunk/; revision=10810
2008-04-22Added Finnish document translations by Jukka HeikkiläIlkka Tuohela1-0/+5
svn path=/trunk/; revision=10807
2008-03-29Added Danish translationKenneth Nielsen1-0/+5
svn path=/trunk/; revision=10767
2008-03-15Migrate from glade to gtkbuilder (see bug 521082)Callum McKenzie1-0/+6
svn path=/trunk/; revision=10756
2008-02-14fix transparencyRyan Lortie1-0/+4
2008-02-13 Ryan Lortie <desrt@desrt.ca> * src/trashapplet.c: fix transparency svn path=/trunk/; revision=10660
2008-02-13remove old files update accordingly use GIO directly for monitoring theRyan Lortie1-0/+12
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. svn path=/trunk/; revision=10658
2008-02-13revert accidental string changesRyan Lortie1-1/+6
2008-02-13 Ryan Lortie <desrt@desrt.ca> * src/trash-empty.c: * src/trashapplet.c: revert accidental string changes svn path=/trunk/; revision=10652
2008-02-132008-02-12 Ryan Lortie <desrt@desrt.ca.Ryan Lortie1-0/+4
* src/trash-empty.c: fix small memory leak svn path=/trunk/; revision=10651
2008-02-13trash applet updates (glade -> gtkbuilder, empty-trash.c).Ryan Lortie1-0/+18
2008-02-13 Ryan Lortie <desrt@desrt.ca> * POTFILES.in: trash applet updates (glade -> gtkbuilder, empty-trash.c). 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 svn path=/trunk/; revision=10650
2008-02-13PKG_CHECK_MODULES for GIO move trashapplet to not depend on gnome-vfsRyan Lortie1-0/+10
2008-02-12 Ryan Lortie <desrt@desrt.ca> * configure.in: PKG_CHECK_MODULES for GIO * Makefile.am: move trashapplet to not depend on gnome-vfs 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. svn path=/trunk/; revision=10648
2008-02-02The previous commit broke the build. Fix from Simon Holm Thøgersen.Kjartan Maraas1-0/+6
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. svn path=/trunk/; revision=10608
2008-01-28Don't use G_GNUC_PRETTY_FUNCTION. Fixes the build with glib trunk.Christian Persch1-0/+5
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. svn path=/trunk/; revision=10604
2007-10-13Use G_DEFINE_TYPE macros rather than hand-rolled code.Callum McKenzie1-0/+5
svn path=/trunk/; revision=10472
2007-10-02Added German translation (by Tobias Höbel <tobsi-h@gmx.de>). Added de toJan Arne Petersen1-0/+6
2007-10-02 Jan Arne Petersen <jpetersen@jpetersen.org> * trashapplet/docs/Makefile.am: Added German translation (by Tobias Höbel <tobsi-h@gmx.de>). * trashapplet/docs/de/de.po: Added de to DOC_LINGUAS. svn path=/trunk/; revision=10449
2007-09-25Added Catalan translationGil Forcada Codinachs1-0/+5
svn path=/trunk/; revision=10442
2007-09-162007-09-16 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Added Macedonian ↵Jovan Naumovski1-1/+1
translation. svn path=/trunk/; revision=10423
2007-09-162007-09-16 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Added Macedonian ↵Jovan Naumovski1-0/+4
translation. svn path=/trunk/; revision=10422
2007-09-04Updated Italian translation. Updated to new default theme.Luca Ferretti1-0/+5
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. svn path=/trunk/; revision=10398
2007-07-17set minimum requirements for glib to 2.13.0 and for gtk+ to 2.11.0 inJaap Haitsma1-0/+10
2007-07-17 Jaap Haitsma <jaap@haitsma.org> * configure.in: set minimum requirements for glib to 2.13.0 and for gtk+ to 2.11.0 in order to use new tooltip API of gtk 2.12 * almost all applets: See individual Changelogs for changes Use gtk-about i.s.o. gnome-stock-about. Fixes bug #456955 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 svn path=/trunk/; revision=10289
2007-05-13Updated Russian translation by Sergey Mironov <sergo@bk.ru>Nickolay V. Shmyrev1-0/+5
2007-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * docs/ru/ru.po: Updated Russian translation by Sergey Mironov <sergo@bk.ru> svn path=/trunk/; revision=10271
2007-02-04Listen for theme changes. Fixes #335327. Patch from Jesse StockallDavyd Madeley1-0/+5
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>. svn path=/trunk/; revision=10159
2006-12-13Open the window on the right screen. (#382774)Matthias Clasen1-0/+5
2006-12-13 Matthias Clasen <mclasen@redhat.com> * src/trashapplet.c: Open the window on the right screen. (#382774)
2006-11-16Remove markup from translatable message. Patch from Elijah Newren. ClosesKjartan Maraas1-0/+6
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-15Fix build.Kjartan Maraas1-0/+4
2006-11-15 Kjartan Maraas <kmaraas@gnome.org> * docs/C/trashapplet.xml: Fix build.
2006-11-08Updated Swedish translation.Daniel Nylander1-0/+4
2006-11-08 Daniel Nylander <po@danielnylander.se> * docs/sv/sv.po: Updated Swedish translation.
2006-10-02- respect /apps/panel/global/enable_animations from GConf - icon sizingDavyd Madeley1-0/+6
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-25Updated Spanish translation.Francisco Javier F. Serrador1-0/+4
2006-09-25 Francisco Javier F. Serrador <serrador@openshine.com> * trashapplet/docs/es/es.po: Updated Spanish translation.
2006-09-09Updated Spanish translation.Francisco Javier F. Serrador1-0/+4
2006-09-09 Francisco Javier F. Serrador <serrador@openshine.com> * docs/es/es.po: Updated Spanish translation.
2006-09-03Added screenshot.Daniel Nylander1-0/+4
2006-09-03 Daniel Nylander <po@danielnylander.se> * docs/sv/figures/*png: Added screenshot.
2006-09-03Updated Swedish translation.Daniel Nylander1-0/+4
2006-09-03 Daniel Nylander <po@danielnylander.se> * docs/sv/sv.po: Updated Swedish translation.
2006-08-28Updated French translationChristophe Bliard1-0/+4
2006-08-28 Christophe Bliard <christophe.bliard@trux.info> * docs/fr/fr.po: Updated French translation
2006-08-27fixed typoChristophe Bliard1-0/+4
2006-08-27 Christophe Bliard <christophe.bliard@trux.info> * docs/C/trashapplet.xml: fixed typo
2006-08-26update "add to panel" section. Fixes #311149Joachim Noreiko1-0/+4
* docs/C/trashapplet.xml: update "add to panel" section. Fixes #311149
2006-08-20plug various memory leaks.Paolo Borelli1-0/+5
2006-06-20 Paolo Borelli <pborelli@katamail.com> * src/thrashapplet.c (update_transfer_callback): plug various memory leaks.
2006-08-07- fix component name, closes #348846.Davyd Madeley1-0/+5
2006-08-07 Davyd Madeley <davyd@madeley.id.au> * GNOME_Panel_TrashApplet.server.in.in: - fix component name, closes #348846.
2006-07-25Small update of French translation Updated screenshotChristophe Bliard1-0/+5
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-23Updated Swedish translation.Daniel Nylander1-0/+4
2006-07-23 Daniel Nylander <po@danielnylander.se> * docs/sv/sv.po: Updated Swedish translation.
2006-07-10Use user-trash-full instead of gnome-fs-trash-full as per the icon namingRodney Dawes1-0/+12
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-29Added Swedish translation.Daniel Nylander1-0/+4
2006-06-29 Daniel Nylander <po@danielnylander.se> * docs/sv/sv.po: Added Swedish translation.
2006-06-17Correct GObject macroStefan Kost1-0/+5
* src/trashapplet.h: Correct GObject macro