summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Post release tag bumpxfce-4.12Eric Koegel2015-03-201-1/+1
|
* Updates for releasexfce4-session-4.12.1Eric Koegel2015-03-162-2/+13
|
* Bump libxfce4ui min to 4.12.1Eric Koegel2015-03-161-1/+1
| | | | | libxfce4ui contains a bugfix for xfsm 4.12 so bump the minimum to ensure it gets used.
* I18n: Update translation lt (100%).Anonymous2015-03-161-69/+45
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Drop check for sessions file before it's written (Bug #11632)Eric Koegel2015-03-071-30/+0
| | | | | Just opening the session file in rc_open doesn't cause a write, so drop the unneeded check that was breaking session saves.
* Post release tag bumpSean Davis2015-02-281-1/+1
|
* Updates for releasexfce4-session-4.12.0Sean Davis2015-02-282-3/+24
|
* I18n: Update translation ro (100%).Mișu Moldovan2015-02-271-98/+74
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation he (94%).GenghisKhan2015-02-261-720/+412
| | | | | | 192 translated messages, 11 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation sk (100%).Slavko2015-02-261-70/+46
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation sl (99%).Anonymous2015-02-241-52/+52
| | | | | | 201 translated messages, 2 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation sl (74%).Anonymous2015-02-241-47/+47
| | | | | | 151 translated messages, 52 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation fr (100%).Yannick Le Guen2015-02-241-7/+7
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation bg (100%).Anonymous2015-02-231-12/+13
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation ast (100%).enolp2015-02-231-8/+8
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Add new translation sl (51%).Anonymous2015-02-231-0/+912
| | | | | | 105 translated messages, 98 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation es (100%).Pablo Roberto Francisco Lezaeta Reyes2015-02-231-4/+4
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation es (100%).Manolo Díaz2015-02-221-5/+6
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we ↵Landry Breuil2015-02-201-1/+0
| | | | dont use stdbool.h anyway
* I18n: Update translation es (100%).Pablo Roberto Francisco Lezaeta Reyes2015-02-201-3/+3
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation es (100%).Pablo Roberto Francisco Lezaeta Reyes2015-02-191-12/+12
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation ast (100%).enolp2015-02-191-3/+4
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Add symlinks to the old icons (Bug #11513)Eric Koegel2015-02-148-2/+14
| | | | | This patch adds symlinks so anything referencing the old icons still works.
* Rename action icon names (Bug #11513)Eric Koegel2015-02-148-6/+6
| | | | | | | | xfsm-reboot -> system-reboot.png (freedesktop compliant) xfsm-logout -> system-log-out (freedesktop compliant) xfsm-shutdown -> system-shutdown (freedesktop compliant) xfsm-hibernate -> system-hibernate (non-compliant, but same as KDE) xfsm-suspend -> system-suspend (non-compliant, should be same as KDE)
* I18n: Update translation bg (100%).Kiril Kirilov2015-02-031-4/+4
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation bg (100%).Kiril Kirilov2015-01-311-13/+13
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation fi (100%).Lasse Liehu2015-01-101-62/+38
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation es (100%).Pablo Roberto Francisco Lezaeta Reyes2014-12-261-68/+43
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Gracefully handle the sessions dir being readonly (Bug #11307)Eric Koegel2014-12-102-1/+40
| | | | | | If the user has their ~/.cache/sessions directory set as read-only xfsm would crash on logout. This patch has xfsm check before it writes to that folder location.
* Add ConsoleKit2 supportEric Koegel2014-12-076-285/+695
| | | | | | | | | | | | | This patch: - Moves the shutdown fallback code into its own files - Adds support for ConsoleKit2 - Simplifies the upower version check to one spot. To do that, every shutdown backend has its own lock screen function. Now, either logind or consolekit may be !NULL and upower will only be !NULL when using versions prior to 0.99.0. It will attempt to use logind first, upower second, consolekit third, and finally the internal fallback code.
* Create scripts/xinitrc from scripts/xinitrc.in created by configureMarius Tolzmann2014-12-071-2/+2
| | | | | If building outside of $srcdir use the scripts/xinitrc.in created by configure and not the one in $srcdir/scripts
* Post release tag bump.Eric Koegel2014-12-011-1/+1
|
* Updates for release.xfce4-session-4.11.1Eric Koegel2014-12-012-2/+31
|
* I18n: Update translation bg (100%).Kiril Kirilov2014-11-241-6/+6
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation bg (100%).Kiril Kirilov2014-11-231-2/+2
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation ast (99%).Ḷḷumex032014-11-231-63/+38
| | | | | | 202 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/projects/p/xfce/).
* I18n: Update translation fr (100%).Yannick Le Guen2014-10-281-64/+39
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Add DesktopNames to .desktop fileEric Koegel2014-10-201-0/+1
| | | | | | | GDM looks for a DesktopNames property added in the desktop file to set the XDG_CURRENT_DESKTOP env variable with. See https://bugzilla.gnome.org/show_bug.cgi?id=727546 Thanks to Guido Berhoerster for pointing this out.
* Export XDG_CURRENT_DESKTOP (Bug #11239)Eric Koegel2014-10-201-0/+6
| | | | | | | | We already have been using XDG_CURRENT_DESKTOP in things such as garcon and other libraries but xfce4-session hasn't been setting it if it was left unset. This is now used by things like QT5 for theme decorations. Patch provided in: https://forum.manjaro.org/index.php?topic=13728
* I18n: Update translation de (100%).Anonymous2014-10-151-23/+23
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Expand usage of xfsm_verbose for debuggingEric Koegel2014-09-287-36/+154
| | | | | | | | | | | This patch: 1) Documents the XFSM_VERBOSE environment variable in the man page. 2) Changes xfsm_verbose's output from a timestamp to the usual func, file, line, message format used in other Xfce programs. 3) Uses xfsm_verbose in more places to help aid in debugging. 4) Saves the last xfsm run in a .last extension, so there's always the current session log and the last one to compare to.
* Don't log errors when trying to close non-existant FDsEric Koegel2014-09-251-1/+2
| | | | | | | This just keeps the .xsession-errors log file from having around a thousand error messages when gnome-compat tries to close file descriptors that never existed. Other error messages will still properly show.
* Add error checking for fcntlEric Koegel2014-09-232-3/+20
| | | | | | Coverity warns about system calls that lack error checking. At a minimum this may help point out other problems if these warnings show up.
* Propery print the dbus error messageEric Koegel2014-09-221-1/+1
| | | | | There's code to do the error handling but error didn't get passed into the function so it wouldn't ever get used.
* Check the return value of selectEric Koegel2014-09-221-1/+10
|
* atoi (argv[2]) is unsafeEric Koegel2014-09-221-1/+21
| | | | | Passing argv command line arguments directly into atoi is unsafe. Use strtol and check/sanatize what it returns.
* Check the return value of gtk_tree_selection_get_selectedEric Koegel2014-09-221-1/+5
|
* gtk_cell_renderer_text_new is never usedEric Koegel2014-09-221-1/+1
|
* I18n: Update translation bg (100%).Kiril Kirilov2014-09-161-73/+49
| | | | | | 203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
* Don't use CXX/CPPEric Koegel2014-09-121-2/+0
|