summaryrefslogtreecommitdiff
path: root/configure.ac.in
Commit message (Collapse)AuthorAgeFilesLines
* Drop splash screensSimon Steinbeiss2019-04-271-7/+0
|
* Update configure.ac.inRomain Bouvier2019-04-211-4/+5
|
* Remove useless ioprio.h checkRomain Bouvier2019-04-211-15/+0
| | | | - We don't use this code anymore since age
* bump gtk version to 3.22 and gmodule/gio to 2.42Alexander Schwinn2019-04-061-2/+2
|
* Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945)Romain B2018-11-121-8/+0
| | | | | | - No need to export theses useless variables, and they are not used by glade gtk3 anymore: https://mail.gnome.org/archives/gtk-devel-list/2011-October/msg00031.html - This fix bug #13945 - libxfce4ui needs to remove theses variables from .pc too
* Post release tag bump.Eric Koegel2018-08-031-1/+1
|
* Updates for release.xfce4-session-4.13.1Eric Koegel2018-08-031-2/+2
|
* Fix gdk max version to 3.20Eric Koegel2017-12-121-1/+1
| | | | Fixes the Ubuntu builder in the buildbot.
* Bump GTK version to 3.20Viktor Odintsev2017-12-071-3/+3
| | | | Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Hybrid Sleep support - "hibernate" and suspend the systempoma2017-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hybrid Sleep initially only writes hibernation image to SWAP space, it does not power off the machine, as a whole Suspend To Disk (S4) does, it rather Suspend To RAM (S3). The benefit of this combination is pronto RESUME from S3, whilst in case of battery drained or interruptions in power supply of any kind, you ain't gonna lose your work. Hybrid Sleep is the feature of the Linux kernel. To test it directly via cli: echo suspend > /sys/power/disk ; echo disk > /sys/power/state However to make this feature work, both Suspend To RAM (S3) and Suspend To Disk (S4) must be provided by the hardware dmesg: ACPI: (supports ... S3 S4 ...) in working order. Furthermore Suspend To Disk (S4) requires a relatively simple configuration an appendix to kernel command line: resume=<path to resume partition> i.e. directive to utilize particular SWAP space man 7 dracut.cmdline Ref. https://www.kernel.org/doc/Documentation/power/swsusp.txt Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Tell Gtk what version we're targetingEric Koegel2017-04-221-1/+7
| | | | | | This is awesome. Now Gtk will ignore stuff newer than 3.18 and not nag about it and warn if we use something too new. The previous 3.20 ifdef code has been disabled for now.
* Post release tag bump.Eric Koegel2017-04-161-1/+1
|
* Updates for release.xfce4-session-4.13.0Eric Koegel2017-04-161-2/+2
|
* Default to yes instead of full when compilingEric Koegel2017-04-161-1/+1
| | | | | Otherwise we'll always have minor builds failing because of random gtk deprecations.
* Port xfce4-session/ to GDBusEric Koegel2016-05-151-2/+0
| | | | And remove the dbus-glib deps.
* Drop UPowerEric Koegel2016-04-251-4/+0
| | | | | | Starting with UPower 0.99.0 the DBUS APIs to handle suspend and hibernate have been removed. This means we no longer have a use for UPower so drop it as a dependency.
* settings: Port to GDBusEric Koegel2016-04-251-0/+1
|
* Update deps for Gtk3Eric Koegel2016-04-201-4/+4
|
* Start porting to Gtk3Simon Steinbeiss2016-03-261-2/+2
|
* 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.
* Post release tag bumpSean Davis2015-02-281-1/+1
|
* Updates for releasexfce4-session-4.12.0Sean Davis2015-02-281-3/+3
|
* 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
* Post release tag bump.Eric Koegel2014-12-011-1/+1
|
* Updates for release.xfce4-session-4.11.1Eric Koegel2014-12-011-2/+2
|
* Don't use CXX/CPPEric Koegel2014-09-121-2/+0
|
* Update AutotoolsEric Koegel2014-09-121-6/+23
|
* Add DragonflyBSD to host checkEric Koegel2014-08-311-0/+1
| | | | | | This patch just maps the dragonfly host check to freebsd for suspend/hibernate. It's what dragonfly already has to do when building upower, we'll just add it upstream for Xfce.
* Use pkexec for xfsm-shutdown (Bug 9952)Eric Koegel2014-08-281-8/+33
| | | | | | | Instead of using the sudo helper, this patch calls xfsm-shutdown using pkexec. This way users can use things like fingerprint readers for authentication. Also this patch provides suspend/resume support since UPower 0.99 dropped it.
* Update copyright year (Bug 10768)Eric Koegel2014-08-281-2/+2
|
* polkit_unix_process_new is deprecated (Bug 10793)Baurzhan Muftakhidinov2014-08-281-1/+1
| | | | Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Add logind runtime detection to support suspend/hibernate (Bug 9952)Guido Berhoerster2014-08-281-4/+4
| | | | Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Post release tag bump.Nick Schermer2014-02-231-1/+1
|
* Updates for release.xfce4-session-4.11.0Nick Schermer2014-02-231-2/+2
|
* Autotools updates.Nick Schermer2013-01-061-0/+211