Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-13 | remove some dead code | Monsta | 1 | -37/+0 | |
2015-12-13 | fix a typo in a warning | Monsta | 1 | -2/+2 | |
2015-12-13 | fix logic error that caused a weird build warning | Monsta | 1 | -1/+1 | |
2015-12-13 | fix one more build warning | Monsta | 1 | -1/+2 | |
2015-12-13 | fix warnings about unused variables | Monsta | 2 | -19/+7 | |
2015-12-13 | Merge pull request #110 from oleid/master | monsta | 3 | -11/+16 | |
compile fix for upower 0.99 series | |||||
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+4 | |
2015-12-02 | Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2015-12-02 | GTK3: don't use deprecated gdk_threads_enter/leave | Wolfgang Ulbrich | 1 | -0/+12 | |
2015-11-14 | compile fix for upower 0.99 series | Olaf Leidinger | 3 | -11/+16 | |
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. | |||||
2015-11-11 | get rid of dependency on libmate-desktop | monsta | 2 | -5/+17 | |
this introduces a bit of code duplication but makes m-s-m independent of any MATE packages which rely upon GTK+, and so makes it possible to migrate m-s-m to GTK+3 right away. of course, this change might be reverted in the future (when all of MATE becomes GTK+3 only). | |||||
2015-11-08 | configure.ac: use release version of GTK+3, not pre-release one | Monsta | 1 | -1/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 2 | -0/+1055 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+2 | |
2015-10-27 | some corrections in NEWS | monsta | 1 | -5/+5 | |
2015-10-27 | Merge pull request #105 from run4flat/patch-1 | Clement Lefebvre | 1 | -1/+1 | |
Emphasize: logout with mate-save-session does not save | |||||
2015-10-25 | schema: fix typo in description | Monsta | 1 | -1/+1 | |
2015-10-25 | Emphasize: logout with mate-save-session does not save | David Mertens | 1 | -1/+1 | |
Revises man page for mate-save-session to emphasize in the opening paragraph that mate-save-session either ends the session or saves it, but not both. | |||||
2015-10-22 | Merge pull request #104 from mate-desktop/session-save-fix | Clement Lefebvre | 1 | -3/+29 | |
mate-session-save: try org.mate.SessionManager if org.gnome fails | |||||
2015-10-21 | mate-session-save: try org.mate.SessionManager if org.gnome fails | Monsta | 1 | -3/+29 | |
fixes https://github.com/mate-desktop/mate-session-manager/issues/103 | |||||
2015-10-19 | Merge pull request #102 from clefebvre/exit_timeout_1sec | Clement Lefebvre | 1 | -1/+6 | |
Only wait 1 second max on logout/shutdown | |||||
2015-10-15 | Only wait 1 second max on logout/shutdown | Clement Lefebvre | 1 | -1/+6 | |
Ported from https://github.com/linuxmint/cinnamon-session/commit/73048abbfe05f882fed31365a1fe5b5733b6b7f6 | |||||
2015-10-08 | release 1.11.0mate-session-manager-1.11.0 | raveit65 | 1 | -0/+5 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-10-05 | fix build issue when using libsystemd-login package | Monsta | 1 | -2/+2 | |
2015-10-01 | fix systemd support that my copy/paste mistake broke in last commit | Monsta | 1 | -2/+2 | |
2015-10-01 | configure.ac: add support for new libsystemd library | Monsta | 1 | -1/+3 | |
2015-09-27 | Merge pull request #96 from flexiondotorg/docksupport | Martin Wimpress | 1 | -1/+6 | |
Add support for an optional dock, such as Plank. | |||||
2015-09-17 | Add support for an optional dock, such as Plank. | Martin Wimpress | 1 | -1/+6 | |
The `required-components-list` adds an entry for `dock` which is null by default so that behaviour is unchanged. This change makes it possible to better integrate docks into the MATE session rather than manipulating autostart files. | |||||
2015-09-08 | Fix transifex config | infirit | 1 | -1/+1 | |
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 5 | -74/+70 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-08 | Merge pull request #95 from monsta/patch-1 | Martin Wimpress | 1 | -1/+0 | |
configure.ac: drop obsolete macro | |||||
2015-09-04 | Use org.gnome.SessionManager at /org/gnome/SessionManager as the DBUS API. ↵ | Clement Lefebvre | 21 | -86/+86 | |
This is necessary for compatibility and it brings support for many apps hardcoding GNOME support but also apps written in GTK (Gtk.Application taps into org.gnome.Session to register applications for a clean shutdown and for inhibition). It doesn't conflict with GNOME or Cinnamon (which both use the same name) since it's on the SessionBus. It makes mate-session aware of programs such as gedit, etc.. which might need to save people's work before logout, it brings support for totem inhibiting the session etc etc.. | |||||
2015-09-01 | Add option to disable overlay scrolling | infirit | 1 | -0/+23 | |
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 | |