summaryrefslogtreecommitdiff
path: root/src/user_share.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-31avoid redundant redeclarationsPablo Barciela1-1/+0
2019-07-05Remove trailing whitespacesLaurent Napias1-2/+2
2015-09-07some cleanup from upstreamMonsta1-2/+0
https://git.gnome.org/browse/gnome-user-share/commit/?id=447db6a8eaf551fd9de53d600885847d1e1eb0ac https://git.gnome.org/browse/gnome-user-share/commit/?id=032d88e1c4e89bef92540b3e613f5ad7baa6bedb https://git.gnome.org/browse/gnome-user-share/commit/?id=2bbc6384cb0d8a85dcf0208ec5d75d28e2d89049
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre1-3/+3
2015-03-13first connect to settings, then read them.Monsta1-9/+23
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-user-share/pull/29
2014-09-30Add missing variable typeStefano Karapetsas1-1/+1
Closes https://github.com/mate-desktop/mate-user-share/issues/21 Regression introduced in https://github.com/mate-desktop/mate-user-share/commit/4c6a1bdb10a2c554aedb6bb75a24ca61ef421d6d
2013-07-30Use mate-session to track the active sessionraveit651-125/+53
2013-04-30Fix data passed to disabled_timeout_callbackStefano Karapetsas1-1/+1
In mate-user-share/src/user_share.c, the wrong variable is being passed as a gsettings pointer to the disabled_timeout_callback. https://bugs.launchpad.net/linuxmint/+bug/1005649/comments/36
2012-12-06[all] Only add Bluetooth support to build if Bluetooth is availableJasmine Hassan1-8/+36
2012-10-29[user-share] declare the x_fd variable as unusedJasmine Hassan1-1/+1
Fixes a GCC warning about set but not used variables. https://bugzilla.gnome.org/show_bug.cgi?id=676515 http://git.gnome.org/browse/gnome-user-share/commit/?id=ba5961cb3973df00a2260adc2826ec49077c2484
2012-10-29[user-share] add missing glib/gstdio.h includeJasmine Hassan1-0/+1
This is needed for g_rename() https://bugzilla.gnome.org/show_bug.cgi?id=676515 http://git.gnome.org/browse/gnome-user-share/commit/?id=0a5f5e09ee21207b9fb21a5bb661d0adb8d8e927
2012-10-29fix incorrect FSF addressraveit651-1/+1
2012-09-28fix gsettings againraveit651-1/+44
remove g_object_unref add static GSettings* settings add g_signal_connect as substitution for mateconf_client_notify_add
2012-09-28fix gsettings in user_share.craveit651-11/+11
2012-09-28convert to gsettingsraveit651-118/+41
2012-05-14Forked gnome-user-share. Work in progress.Steve Zesch1-0/+572