summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27release 1.18.2v1.18.21.18monsta2-1/+7
2017-10-27sync with Transifexmonsta111-123/+124
2017-10-23don't lose focus when displaying logout or shutdown dialogmonsta1-0/+5
same as done in: https://github.com/mate-desktop/mate-polkit/commit/ed37b52fbfbce5d57d0549fac1a9dca2502f3372 fixes https://github.com/mate-desktop/mate-session-manager/issues/123 fixes https://github.com/mate-desktop/mate-session-manager/issues/140
2017-10-23add style class logout-dialograveit651-0/+4
2017-07-20release 1.18.1v1.18.1raveit652-1/+9
2017-07-20sync with transifexraveit6510-167/+174
2017-05-25systemd user-session needs to be updated to get all user-definedBjörn Esser3-6/+133
enviroment when the session starts. If we get passed an environment variable, send it along to the systemd --user session so things running in that context can pick it up. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660
2017-05-25dbus needs to be updated to get all user-defined environment whenBjörn Esser3-29/+99
the session starts. dbus-update-activation-environment excepts certain environment variables, that systemd won't. We're going to want to eventually send the environment to systemd, too, so we should make sure the same set of variables get sent to both. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660
2017-03-12release 1.18.0v1.18.0raveit651-1/+1
2017-03-12sync with transifexraveit659-97/+102
2017-03-12update NEWS for 1.18, also add 1.16.1 entriesmonsta1-9/+11
2017-03-05pre-bump versionmonsta2-1/+4
2017-03-05Replace deprecated upower functions with ConsoleKit2 equivalentsSander Sweers7-113/+159
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 bitmonsta3-79/+79
2017-02-27fix indent of some #if's to match the rest of the filemonsta1-8/+8
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress2-2/+6
2017-01-18Merge pull request #132 from mate-desktop/dont-listenMartin Wimpress2-9/+15
build: check stricter for presence of xtrans
2017-01-18build: check stricter for presence of xtransmonsta2-9/+15
this should ensure that mate-session won't listen to TCP ports. if needed, this check can be disabled using --without-xtrans option. fixes https://github.com/mate-desktop/mate-session-manager/issues/131 adapted from: https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9
2017-01-13Update mate-session-manager NEWS to use consistent, project wide, ↵Martin Wimpress1-14/+26
markdown-like formatting. This will make generating release announcements easier.
2017-01-06release 1.17.0v1.17.0raveit652-1/+7
2017-01-06sync with transifexraveit65107-1912/+2453
2016-12-05session properties: fix vertical expand of content with window resizemonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-session/commit/?id=5b87d78f1b4b8759a57d0935d5423ebf153d80d8 well, our notebook wasn't small (unlike it's noted upstream), but vertical expand didn't work anyway. now it should work.
2016-10-19Also look for gdm-binary processGeorge Vlahavas1-1/+1
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too.
2016-09-18release 1.16.0v1.16.0raveit651-1/+1
2016-09-17update NEWS for 1.16monsta1-2/+6
2016-09-17sync with Transifexmonsta6-202/+206
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-07-01po: drop language not present on Transifex (or present but empty)monsta6-2602/+0
also en_US isn't a translation at all
2016-06-21po: actually add a new language from Transifexmonsta1-0/+1
2016-06-07release 1.15.0v1.15.0raveit651-0/+5
2016-06-07sync with Transiflexraveit658-32/+571
2016-05-26drop ancient MAINTAINERS filemonsta2-22/+1
2016-05-26bump version to 1.15.0monsta1-1/+1
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta9-151/+4
2016-04-07po: add missing languages to LINGUASv1.14.0monsta1-0/+2
2016-04-07update NEWS to mention Changelog generationmonsta1-0/+1
2016-04-05release 1.14.0raveit652-2/+2
2016-04-05Add Changelog generationraveit651-0/+10
2016-04-05add new languages and sync with transiflexraveit65102-7027/+9671
2016-04-05update NEWSmonsta1-5/+8
2016-02-19Sync with TransifexMartin Wimpress18-1539/+1749
2016-01-31Adding #include <signal.h> for FreeBSD supportEric Turgeon1-0/+2
2016-01-24release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+5
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-03drop obsolete build flagsMonsta2-6/+2
2016-01-03drop MateConf migration scriptMonsta2-15/+0
2015-12-31mdm: fix logic errormonsta1-1/+1
2015-12-13remove some dead codeMonsta1-37/+0
2015-12-13fix a typo in a warningMonsta1-2/+2
2015-12-13fix logic error that caused a weird build warningMonsta1-1/+1