Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-19 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-07-27 | use g_settings_bind + unref GSettings during dialog cleanup | Monsta | 1 | -45/+7 | |
from https://github.com/GNOME/gnome-session/commit/11d9ec5976671e54714a4667e5ca45c925c0d762 | |||||
2015-07-27 | don't use ancient properties (deprecated in GTK+ 2.22) | Monsta | 1 | -2/+1 | |
from https://github.com/GNOME/gnome-session/commit/172db15097c84e4d3c93bfcc4d51eed6c7d25e3d | |||||
2015-07-27 | clean up and de-duplicate defines | Monsta | 9 | -21/+4 | |
from https://github.com/GNOME/gnome-session/commit/f415130f0de6cdc13d9433632d5ee1554a242103 and https://github.com/GNOME/gnome-session/commit/378f502047022b263d14bbbec213ad442e5ad822 | |||||
2015-07-27 | properties dialog: fix inline search in apps list | Monsta | 1 | -2/+7 | |
from https://github.com/GNOME/gnome-session/commit/b3375fa652b236d0c81079a3513ba2a11f22eee9 | |||||
2015-07-16 | Use gsettings in mate-wm script | infirit | 1 | -1/+1 | |
2015-07-13 | Bump version to 1.10.2mate-session-manager-1.10.2 | Monsta | 2 | -1/+7 | |
2015-07-08 | session properties: actually show help (fixed broken link) | Monsta | 1 | -1/+1 | |
2015-06-28 | Merge pull request #89 from obache/neatsrc | Martin Wimpress | 1 | -2/+2 | |
Fix uninitialized variable usages for !HAVE_UPOWER | |||||
2015-06-28 | Fix uninitialized variable usages for !HAVE_UPOWER | OBATA Akio | 1 | -2/+2 | |
2015-06-21 | Merge pull request #88 from monsta/fix | Martin Wimpress | 1 | -0/+1 | |
inhibit tool: add missing include | |||||
2015-06-21 | inhibit tool: add missing include | Monsta | 1 | -0/+1 | |
fixes https://github.com/mate-desktop/mate-session-manager/issues/85 | |||||
2015-06-20 | Merge pull request #87 from NiceandGently/master | Martin Wimpress | 1 | -1/+3 | |
set XDG_CURRENT_DESKTOP env to MATE | |||||
2015-06-20 | set XDG_CURRENT_DESKTOP env to MATE | raveit65 | 1 | -1/+3 | |
2015-06-12 | Sync translations with transifex | mate-i18n | 13 | -161/+171 | |
2015-06-11 | Bump version to 1.10.1mate-session-manager-1.10.1 | Martin Wimpress | 2 | -1/+5 | |
2015-06-09 | Merge pull request #84 from NiceandGently/master | Martin Wimpress | 1 | -0/+1 | |
fix size of GtkScrolledWindow in session properties | |||||
2015-05-19 | fix size of GtkScrolledWindow in session properties | raveit65 | 1 | -0/+1 | |
2015-05-19 | Merge pull request #80 from NiceandGently/master | Martin Wimpress | 1 | -42/+43 | |
ckeck for running DM for user switching | |||||
2015-04-07 | Bump version to 1.10.0mate-session-manager-1.10.0 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-01 | ckeck-for-running DM for user switching | raveit65 | 1 | -42/+43 | |
fixes https://github.com/mate-desktop/mate-session-manager/issues/76 taken from linuxmint/cinnamon-session@55538a5 | |||||
2015-02-25 | Bump version to 1.9.90mate-session-manager-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-02-25 | Sync translations with transifex | mate-i18n | 14 | -138/+145 | |
2015-02-25 | debug GSettings: first connect to settings, then read them. | Monsta | 1 | -3/+4 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 | |||||
2015-02-25 | make indentation more consistent, removed excessive var assignment | Monsta | 1 | -8/+6 | |
2015-02-25 | first connect to settings, then read them. | Monsta | 2 | -3/+5 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-session-manager/pull/72 | |||||
2015-01-20 | Sync translations with transifex | mate-i18n | 103 | -5126/+10703 | |
2015-01-20 | MsmGnome: Fix and simplify logic | Colomban Wendling | 1 | -23/+15 | |
2015-01-13 | MsmGnome: Allow users to disable compatibility options | infirit | 2 | -5/+41 | |
For example users may want to use a different ssh agent. Debian bug:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775189msmgnome: Allow users to disable one or both compatibility options | |||||
2014-12-16 | Revert "Revert "Drop support for Glib < 2.36"" | infirit | 2 | -5/+1 | |
This reverts commit f61b93311585587b105748b77b4b7279b5699a3e. | |||||
2014-12-16 | Revert "Drop support for Glib < 2.36" | infirit | 2 | -1/+5 | |
This reverts commit e017ed5b24f91705facec821afdc066f7a3523b5. | |||||
2014-12-15 | avoid dereferencing NULL pointer | Monsta | 1 | -3/+5 | |
2014-12-15 | va_start should be paired with va_end | monsta | 1 | -0/+1 | |
2014-12-15 | zero-init signals array | monsta | 1 | -1/+1 | |
2014-12-15 | Update configure.ac | posophe | 2 | -38/+3 | |
2014-11-22 | Bump version to 1.9.3mate-session-manager-1.9.3 | Stefano Karapetsas | 2 | -2/+2 | |
2014-11-22 | Sync translations with transifex | mate-i18n | 1 | -4/+5 | |
2014-11-18 | logout-dialog: Fix stupid mistake in ccfc0f67de5e6b15a1c7e33f45c671bc2cebd4b4 | infirit | 1 | -4/+5 | |
2014-11-11 | Properly init boolean variable and don't leak memory | monsta | 2 | -2/+3 | |
Closes https://github.com/mate-desktop/mate-session-manager/pull/67 | |||||
2014-11-10 | Disable upower support by defaultmate-session-manager-1.9.2 | Stefano Karapetsas | 2 | -2/+2 | |
2014-11-10 | Sync translations with transifex | mate-i18n | 3 | -24/+27 | |
2014-11-10 | Bump version to 1.9.2 | Stefano Karapetsas | 2 | -2/+2 | |
2014-11-07 | Add a commandline wrapper to inhibit idle | infirit | 5 | -3/+366 | |
Based on gnome-commit: fcdbf2b36b184f10239ac7a81cb3c88b4c5ed477 From: Matthias Clasen <[email protected]> | |||||
2014-11-07 | gsm: Refuse to install an idle timeout of 0 seconds | infirit | 1 | -1/+2 | |
This was making gnome-screensaver fade and blank the screen as soon as you stopped moving the mouse/using the keyboard when the timeout is set to 0. Based on gnome-session commit: be627c10409129408e135925d5dd83ae2d554fa0 From: Rodrigo Moya <[email protected]> Original bug: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/863038 | |||||
2014-11-07 | gsm: Never mark as handled the Disconnected signal from dbus | infirit | 1 | -1/+2 | |
Disconnected is emitted when dbus is quitting. And all the dbus filters might be interested in this signal, so never mark it as handled when we look at it. Based on gnome-commit: 67dd879fbe62bc28d3bbc48b88c3842e2cb827e8 From: Vincent Untz <[email protected]> | |||||
2014-11-07 | Fix usage of %lld for 64-bit formats | infirit | 1 | -5/+5 | |
Scott already did some work on this, update to how gnome-session handles this. Based on gnome-session commit: b2ad0abf2263b4af044388035df8993db9223a1b From: Owen W. Taylor <[email protected]> | |||||
2014-11-07 | Add an IsSessionRunning method | infirit | 3 | -1/+30 | |
This gives clients who missed the SessionRunning signal a chance to find out if the session has entered the running phase, and lets us avoid race conditions. Based on gnome-session commit: b59d358796343f81b31d4a398998faedd20b8f4b From: Matthias Clasen <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=636229 | |||||
2014-11-07 | capplet: Do not pretend we need the egg code here | infirit | 2 | -3/+0 | |
Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383 From: Vincent Untz <[email protected]> | |||||
2014-11-07 | capplet: remove unused variable | infirit | 1 | -3/+0 | |
2014-11-07 | gsm: Add gtk-doc comments for two GsmClient functions | infirit | 1 | -0/+17 | |
Based on gnome-session commit: ebf9afaa10c7903694df5b2fee635a6dde5213a6 From: Vincent Untz <[email protected]> |