summaryrefslogtreecommitdiff
path: root/plugins/housekeeping/msd-ldsm-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-05housekeeping: Fix iconname of mate-disk-usage-analyzerrbuj1-1/+1
2019-12-22avoid redundant redeclarationsPablo Barciela1-3/+0
2019-08-20msd-ldsm-dialog: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-07-05plugins housekeeping: optimization codeWu Xiaotian1-2/+1
2019-07-05Avoid build warningWu Xiaotian1-1/+1
/usr/include/glib-2.0/glib/gmacros.h:366:42: warning: division ‘sizeof (gchar ** {aka char **}) / sizeof (gchar * {aka char *})’ does not compute the number of array elements [-Wsizeof-pointer-div] 366 | #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) | ^ msd-ldsm-dialog.c:163:25: note: in expansion of macro ‘G_N_ELEMENTS’ 163 | for (i = 0; i < G_N_ELEMENTS (settings_list); i++) { | ^~~~~~~~~~~~
2019-07-01Remove trailing whitespacesLaurent Napias1-54/+54
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-8/+0
2017-04-25ldsm-dialog: don't use deprecated GTK_STOCKraveit651-1/+1
2017-04-25ldsm-dialog: set max width chars for labelsraveit651-0/+2
This reduce the width of the dialog
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-11/+2
and require libmatekbd and libmate-desktop >= 1.17
2016-01-24GTK3: fix another GtkMisc deprecationWolfgang Ulbrich1-1/+2
2016-01-21[GTK+3] use x/y alignment functions for GtkLabelmonsta1-7/+7
2016-01-21housekeeping: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-2/+2
2016-01-09housekeeping: remove unused variablesmonsta1-2/+1
2015-12-02Gtk-+3.14: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+14
2015-12-02Gtk3: don't use deprecated gtk_{h/v}box_newWolfgang Ulbrich1-0/+5
2014-05-18Drop support for glib < 2.36infirit1-6/+1
2012-12-15[keyboard] fix g_format_size_for_display deprecation (GLIB 2.30)Jasmine Hassan1-0/+5
2012-12-15[plugins] various small fixes/improvementsJasmine Hassan1-14/+15
In plugins/housekeeping/gsd-ldsm-dialog.c - Initialize GSList ignore_paths before use - Use g_slist_prepend instead of _append in loop (more efficient), reverse after In plugins/media-keys/msd-media-keys-manager.c - Default to mate-terminal if terminal "exec" key is empty In plugins/xrandr/msd-xrandr-manager.c - Only start_or_stop_icon when the show icon key actually changes Also, adapt this for media-keys plugin: Don't use org.gnome.settings-daemon for volume_step setting http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1a9eea8224d41643a8a7a05d799198058e36e1a8
2012-12-14[housekeeping] Remove GtkObject & gtk_dialog_set_has_separator deprecationsJasmine Hassan1-3/+0
gtk_dialog_set_has_separator deprecated in GTK+ 2.21.8 simple gtk_object -> gtk_widget switch for GTK3 forward compat.
2012-10-01migrate to gsettingsmate-settings-daemon-1.5.0Stefano Karapetsas1-37/+40
2012-02-21gsd to msd complete rename patch by NiceandGently; file rename commithaxar1-0/+476