summaryrefslogtreecommitdiff
path: root/mate-session/gsm-logout-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22update copyright to 2021raveit651-0/+1
2020-07-08Change some icons by other always availabletamplan1-18/+18
2018-12-15avoid 'gtk_dialog_add_button' with stock idsPablo Barciela1-6/+7
2018-11-26Avoid compile warning for g_type_class_add_privateWu Xiaotian1-61/+55
- capplet/gsm-app-dialog.c - capplet/gsm-app-dialog.h - capplet/gsm-properties-dialog.c - capplet/gsm-properties-dialog.h - capplet/gsp-app-manager.c - capplet/gsp-app-manager.h - capplet/gsp-app.c - capplet/gsp-app.h - mate-session/gsm-app.c - mate-session/gsm-app.h - mate-session/gsm-autostart-app.c - mate-session/gsm-autostart-app.h - mate-session/gsm-client.c - mate-session/gsm-client.h - mate-session/gsm-consolekit.c - mate-session/gsm-consolekit.h - mate-session/gsm-dbus-client.c - mate-session/gsm-dbus-client.h - mate-session/gsm-inhibit-dialog.c - mate-session/gsm-inhibit-dialog.h - mate-session/gsm-inhibitor.c - mate-session/gsm-inhibitor.h - mate-session/gsm-logout-dialog.c - mate-session/gsm-logout-dialog.h - mate-session/gsm-store.c - mate-session/gsm-store.h - mate-session/gsm-systemd.c - mate-session/gsm-systemd.h - mate-session/gsm-xsmp-client.c - mate-session/gsm-xsmp-client.h - mate-session/gsm-xsmp-server.c - mate-session/gsm-xsmp-server.h
2018-02-13avoid deprecated GtkStockPablo Barciela1-2/+2
2017-08-14add style class logout-dialograveit651-0/+4
2017-03-05Replace deprecated upower functions with ConsoleKit2 equivalentsSander Sweers1-26/+2
This requires ConsoleKit2 version 0.9.2. + corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133
2017-03-05fix indent a bitmonsta1-4/+4
2016-08-03Fix Gtk-CRITICAL error caused by deprecated coderaveit651-5/+0
It removes the code related to the old dialog icon which is not displayed anymore. The Gtk-CRITICAL error was caused by gtk_message_dialog_get_image returning NULL as it is now deprecated in GTK 3. taken from: https://github.com/linuxmint/cinnamon-session/pull/71
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta1-6/+0
2015-11-14compile fix for upower 0.99 seriesOlaf Leidinger1-4/+4
upower 0.99 has lost support for hibernate and suspend. This leads to undefined references to up_client_get_can_suspend and up_client_get_can_hibernate on my system. This patch removes any call to those functions for upower >= 0.99.
2014-11-18logout-dialog: Fix stupid mistake in ccfc0f67de5e6b15a1c7e33f45c671bc2cebd4b4infirit1-4/+5
2014-11-07gsm: Support disable-user-switching lockdown setting in logout dialoginfirit1-5/+16
Based on gnome-session commit:fa30b73948c50c2493e19565b4e3b14b40f985e1 From: Vincent Untz <[email protected]>
2014-07-08Add key in GSettings schema to set logout timeout in secondsStefano Karapetsas1-10/+22
0 disables timeout
2014-04-30Revert "Allow to build with upower 0.99"Stefano Karapetsas1-4/+4
This reverts commit 80be90bb422ef8cb5a28c7ff3fe2a337dce8c368.
2014-04-22Allow to build with upower 0.99Stefano Karapetsas1-4/+4
2014-03-27Fix progress bar usage with GTK3Stefano Karapetsas1-0/+3
2014-02-18fix gtk3 warningsDenis Gorodnichev1-0/+4
2014-02-17Show a progress bar in logout dialogStefano Karapetsas1-21/+27
2013-11-07Make upower optionalStefano Karapetsas1-7/+18
This commit is just an improved version of the pull request by Wolfgang Ulbrich at https://github.com/mate-desktop/mate-session-manager/pull/38 making it working with both upower and systemd, and improving configure part
2013-09-12fix systemd-login1 support for hibernate/suspendraveit651-2/+18
2013-07-10Drop sd-daemon.h and libsystemd-daemon dependency, no longer usedFabio Erculiani1-1/+0
2013-07-10Use LOGIND_RUNNING() rather than sd_booted()Fabio Erculiani1-5/+5
2013-03-05Add initial systemd supportStefano Karapetsas1-6/+54
2012-10-12fix incorrect FSF addressraveit651-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+461