summaryrefslogtreecommitdiff
path: root/trashapplet
AgeCommit message (Collapse)AuthorFilesLines
2021-11-21Use a blank line at mostrbuj2-2/+0
2021-10-26Mate Trash applet: add accessible Atk object with proper label.Valentin Villenave1-6/+17
The accessible object’s description mentions how many items are in the Trash.
2021-08-07tx: sync with transifexraveit65135-423/+534
2021-01-28Remove unnecessary casts on g_signal_connect callsrbuj1-1/+1
2021-01-16Update copyright to 2021rbuj2-2/+2
2021-01-07trashapplet: boilerplate final classrbuj1-6/+6
2021-01-07tx: sync with transifexraveit651-3/+25
2020-12-31trashapplet: Upgrade trashapplet-empty-progress.uirbuj1-50/+77
2020-12-13tx:sync with transifexraveit6513-44/+190
2020-12-10trashapplet: load menu and ui files from resource bundlerbuj5-16/+29
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-4/+0
2020-12-04trashapplet: Remove warning about missing initializerrbuj2-2/+2
2020-08-11tx: sync with transifexraveit6512-54/+127
2020-06-25sync with transifexraveit65135-190/+460
2020-05-21build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBSrbuj1-2/+0
2020-04-25Remove unused-function warningsrbuj1-8/+0
2020-04-08build: Use WARN_CFLAGS variablerbuj1-5/+6
2020-03-02tx: pull with fixed translations of pt and pt_BRraveit651-3/+3
2020-02-10tx: sync with transifexraveit651-4/+4
2020-01-21tx: sync with transifexraveit65135-574/+668
2020-01-10Update copyright to 2020raveit652-2/+2
2020-01-09migrate from intltools to gettextWu Xiaotian2-7/+9
2019-06-16tx: sync with transifexraveit65135-15823/+14491
2019-04-14Use g_list_free_full() convenience functionrbuj1-4/+2
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
2019-03-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-5/+1
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20Make translatable documenters in about dialogrbuj1-0/+7
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-0/+1
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-03-17tx: sync with transifexrbuj10-30/+440
2019-02-25tx: sync with transifexraveit659-21/+27
2019-01-27tx: sync with transifexraveit6510-73/+576
2018-11-17sync with transifexraveit65133-3949/+45841
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-02trashapplet manual: Open Trash guimenuitemrbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj1-0/+0
2018-10-01Fix url of ulink to point to mate-user-guiderbuj1-1/+1
2018-09-28legal.xmlrbuj1-61/+73
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-07-12trash applet: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-07-10trash: fix a -Wincompatible-pointer-types warningraveit651-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela2-9/+9
2018-02-04require GTK+ 3.22 and GLib 2.50monsta2-31/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-26gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-3/+13
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-05trashapplet: don't use deprecated gtk_show_uriraveit651-0/+14
2017-07-12avoid deprecated gdk_screen_get_numberZenWalker1-10/+10
2017-04-18trashapplet: remove unused codemonsta2-370/+0
2017-01-14Trash: fix size allocation warninglukefromdc1-2/+3
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-43/+2
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.