summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15stickynotes: fix spacing and copy/paste errorsMonsta3-16/+16
Closes https://github.com/mate-desktop/mate-applets/pull/129
2015-01-26command: Add missing static void declarationStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-applets/issues/123
2015-01-23Sync translations with transifexmate-i18n12-367/+373
2015-01-22Bump version to 1.9.1mate-applets-1.9.1Stefano Karapetsas2-2/+2
2015-01-05invest: use GLib to get home and config dirs.infirit1-3/+4
We can not assume the config dir is ~/.config so we use GLib to handle this.
2015-01-05stickynotes: Small cleanupsinfirit2-6/+10
2015-01-05invest: Add saving and loading of currency conversion datainfirit2-6/+29
fixes #119
2014-12-30cpufreq, README: removed more obsolete stuffMonsta2-4/+1
2014-12-30configure.ac: minor fix for the summaryMonsta1-0/+1
2014-12-30battstat applet: remove HAL supportMonsta8-708/+7
2014-12-30dropped obsolete stuffMonsta3-78/+3
2014-12-30Revert "Oops, we target Glib 2.32"infirit1-1/+1
This reverts commit 43317956a07ab6e4d70716d82beebd6751bd68d0.
2014-12-10charpick: Fix stupid mistake in dialog creationinfirit1-2/+0
2014-12-10Gtk3: charpick: fix typoinfirit1-1/+1
2014-12-03accessx: also add gio to linkerinfirit1-0/+1
2014-12-03fix building of the accessx-status appletAlexander van der Meij1-0/+1
2014-11-27accessx: Fix warninginfirit1-1/+1
2014-11-27accessx: use GAppInfoinfirit1-11/+18
2014-11-27accessx: use cairo for drawinginfirit1-35/+10
2014-11-27Fix build with GSEALinfirit2-5/+1
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth
2014-11-27charpick: Re-add lost GTK_DIALOG_DESTROY_WITH_PARENTinfirit1-0/+3
2014-11-27multiload: Don't unconditionally use PATH_MAXinfirit1-12/+19
Since PATH_MAX is not guaranteed to be defined, unconditionally using it will cause a build failure on platforms that don't define it. So stop using it and use dynamic allocation to achieve the same result. Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3 From: Emilio Pozuelo Monfort <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997
2014-11-27Use GAppInfoinfirit1-3/+16
Taken from gnome-applets commit: a03597db6ce640e2b21b8a24559c01cf943f04c9 From: Kjartan Maraas <[email protected]>
2014-11-27multiload: Remove unused codeinfirit3-10/+2
2014-11-26Gtk3: charpick: don't use deprecated gtk_rc_parse_stringinfirit1-0/+24
Based on gnome-applets commit: c134f72a483e9ca42fc4e49c057cb6e9173d1f1e From: Alberts Muktupāvels <[email protected]>
2014-11-26charpick: Do not use GtkStockinfirit3-33/+7
2014-11-26geyes: use fabs instead of abs on floatinfirit1-2/+2
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit3-1/+12
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26Fix typo in configure.acinfirit1-1/+1
2014-11-26mateweather, invest: use GNetworkMonitorinfirit5-192/+30
Rather than talking to NetworkManager over D-Bus, use GNetworkMonitor to monitor the network state. Taken from gnome-applets commit: 9b53c7156b61d51777dbe2f60c55125c86b3409c From: Dan Winship <[email protected]>
2014-11-26Oops, we target Glib 2.32infirit1-1/+1
2014-11-26add --with-cpufreq-lib configure optioninfirit1-1/+5
Use --with-cpufreq-lib=[cpufreq/cpupower] to set library that is available on your system. Default still is cpufreq. Based on gnome-applets commit: ec4da5d83d810eb19087956da26ba93329a4d267 Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=698222
2014-11-26geyes: don't use GtkStockinfirit1-2/+2
2014-11-26Gtk3: geyes: don't use deprecated gtk_widget_get_pointerinfirit1-2/+16
Based on gnome-applets commit: d3a667ae31a08dfc2cbc40bfc64e378474117358 From: Alberts Muktupāvels <[email protected]>
2014-11-26geyes: Just use GSourceFunc for both Gtk+ versionsinfirit1-4/+0
2014-11-26drivemount: allow unmount without ejectinfirit1-7/+5
Based on gnome-applets commit: be2f99f0e4dfee124e380cd6d303bae3372c088b From: Enrico Minack <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=604848
2014-11-26drivemount: do not show shadowed mountsinfirit1-0/+5
Based on gnome-applets commit: f7cd488eae7d25c0b2be6a709bc5ebf0420cd165 From: Aleksander Morgado <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=622709
2014-11-26cpufreq: Bring gsettings code in line with gnome-panelinfirit1-37/+8
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf
2014-11-26cpufreq: Add missing #include <config.h> to make translations workinfirit1-0/+4
2014-11-26GDK_KEY_* is also in Gtk+2infirit7-59/+40
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit4-2/+27
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit17-1/+75
2014-11-26batstat: sync upower code with gnome-applets.infirit1-4/+21
Largely taken from: gnome-applets commit: 95ff3ab8dfb5f595263dce6857b7d5935042e336 From: Dmitry Shachnev <[email protected]>
2014-11-26docs: Fix typoinfirit1-1/+1
2014-11-26battstat: add missing function declarationinfirit1-0/+1
Based on gnome-applets commit: 5d6f1a6d3888bd4d4f4ea6288d99a79c1dd63442 From" Alberts Muktupāvels <[email protected]>
2014-11-26battstat: Suggest parenthesis around assignment used as truth valueinfirit1-1/+1
Based on gnome-applets commit: 3d51417f06ac5e4177e22ff970d7906e2802ff48 From: Benjamin Otte <[email protected]>
2014-11-26batstat: Use cairo for drawing also in Gtk2.infirit1-209/+0
2014-11-26stickynotes: Remove redundant store of root_window.infirit1-2/+0
2014-11-26stickynotes: Small fixes for warnings etcinfirit1-3/+7
2014-11-26stickynotes: we do not use the status anywhere so it has to go.infirit1-2/+2