Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-02 | Fixes for make dist and make distcheck | Stefano Karapetsas | 2 | -1/+7 | |
2013-05-02 | Merge pull request #55 from boyarsh/master | Stefano Karapetsas | 4 | -3/+234 | |
Add ability to suspend/hibernate via logind | |||||
2013-04-13 | Dont print an error if optional hardware is missing | Stefano Karapetsas | 1 | -1/+2 | |
Closes #54 (https://github.com/mate-desktop/mate-power-manager/issues/54) | |||||
2013-04-09 | crash when suspending via logind fixed | Anton V. Boyarshinov | 1 | -4/+4 | |
On some machins it seems to be a race condition in dbus when suspend via systemd. Here is a workaround. | |||||
2013-04-08 | add logind sleep ability | Anton V. Boyarshinov | 4 | -3/+234 | |
With upower 0.9.20, sleep and hybernate functions of upower declared deprecated. All applications should use logind for sleep/hybernate. So, there is an implementation of logind-powered sleep for mpm. | |||||
2013-04-03 | Update makefiles for autoconf-1.13 | Dan Mashal | 1 | -1/+1 | |
2013-02-19 | allow compiling with systemd, but have systemd booted optional | Elan Ruusamäe | 2 | -7/+16 | |
2013-02-18 | use libnotify, not libmatenotify | Elan Ruusamäe | 2 | -6/+6 | |
2012-12-15 | Make mate-keyring support optional | Brent Hull | 2 | -5/+19 | |
2012-11-24 | Don't use the default backlight reduced-brightness value if exiting idle state. | Stephen Kent | 1 | -21/+24 | |
This means the pre-idle backlight brightness will be set instead of the default reduced-brightness value. | |||||
2012-11-22 | Merge branch 'master' of github.com:mate-desktop/mate-power-manager | Steve Zesch | 1 | -2/+4 | |
2012-11-22 | Auto-detect whether to build systemd support | Brent Hull | 1 | -2/+4 | |
2012-11-22 | Merge branch 'master' of github.com:mate-desktop/mate-power-manager | Steve Zesch | 2 | -28/+233 | |
2012-11-22 | Merge pull request #37 from Firstyear/systemd-inhibit | Stefano Karapetsas | 1 | -0/+88 | |
Systemd inhibit support for MPM | |||||
2012-11-21 | Merge branch 'master' of github.com:mate-desktop/mate-power-manager | Steve Zesch | 3 | -1/+10 | |
2012-11-21 | This fixes the g_settings issue preventing auto dim of keyboard backlight | William Brown | 1 | -7/+12 | |
2012-11-21 | Added some debuging options | William Brown | 1 | -2/+6 | |
2012-11-21 | Adds on screen display support to keyboard backlight controls | William Brown | 1 | -20/+128 | |
2012-11-21 | Adds a systemdinhibit configure flag | William Brown | 1 | -0/+6 | |
2012-11-21 | Initial working support for systemd inhibition | William Brown | 1 | -9/+17 | |
2012-11-21 | This now uses the gvariant, and fixes some code logic issues | William Brown | 1 | -5/+11 | |
2012-11-21 | Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵ | William Brown | 1 | -1/+1 | |
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782 | |||||
2012-11-21 | Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵ | William Brown | 1 | -0/+68 | |
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782 | |||||
2012-11-20 | Merge pull request #36 from Firstyear/idle | Stefano Karapetsas | 1 | -1/+1 | |
Screen on dim, will not "undim" | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-11-18 | Merge pull request #34 from Firstyear/master | Stefano Karapetsas | 2 | -0/+9 | |
Corrects an issue with deprecated glib apis | |||||
2012-11-18 | This adds checks for glib version, in regards to deprecated apis. see ↵ | William Brown | 2 | -0/+9 | |
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init | |||||
2012-11-18 | This fixes an issue that I introduced, where when the screen would dim on ↵ | William Brown | 1 | -1/+1 | |
idle, it would not undim. | |||||
2012-11-15 | Merge pull request #10 from fhucho/master | Steve Zesch | 1 | -0/+1 | |
Added "nvidia_backlight" to the list of backlight interfaces. | |||||
2012-11-14 | Rename some components to mate friendly values | William Brown | 2 | -3/+3 | |
2012-11-14 | This fixes the mismatched dbus library issue | William Brown | 1 | -1/+3 | |
2012-11-14 | Fixes an issue where displays would not turn off despite the system being idle | William Brown | 1 | -0/+1 | |
2012-11-11 | Keyboard backlight patches, tested as working against 1.5.0 on F18 | William Brown | 6 | -0/+882 | |
2012-11-08 | show always "do nothing" option | Stefano Karapetsas | 1 | -10/+7 | |
2012-11-04 | Remove unused enum | Brent Hull | 1 | -4/+0 | |
2012-11-04 | Remove commented-out screensaver-auth-request functions | Brent Hull | 3 | -136/+0 | |
2012-11-04 | Don't depend on mate-screensaver's gschema being installed | Brent Hull | 3 | -24/+20 | |
2012-11-03 | Migrate screensaver lock setting to Gsettings | Brent Hull | 4 | -13/+11 | |
2012-11-01 | Remove unnecessary schema version check and some unused constants | Brent Hull | 2 | -25/+2 | |
2012-10-30 | Remove unused key from gsettings schema | Brent Hull | 1 | -1/+0 | |
2012-10-30 | Use gsettings enums (partially from GNOME) | Brent Hull | 8 | -193/+17 | |
2012-10-27 | Port to Gsettings based on GNOME patch by Richard Hughes | Brent Hull | 10 | -489/+307 | |
2012-10-27 | Get device capabilities in the preferences capplet, not the daemon (GNOME ↵ | Brent Hull | 9 | -339/+50 | |
fix for bug #617529 originally by Richard Hughes) | |||||
2012-07-07 | Added "nvidia_backlight" to the list of backlight interfaces. Setting ↵ | fhucho | 1 | -0/+1 | |
brightness with hotkeys should now work on notebooks with the Nvidia binary driver (tested on MacBook Pro 7,1). | |||||
2012-06-24 | deprecated pango_cairo_font_map_create to pango_font_map_create | Marcel Dijkstra | 1 | -1/+1 | |
2012-03-21 | fix combobox deprecation | Stefano Karapetsas | 1 | -37/+29 | |
2012-03-20 | fix gpm-prefs, need to fix gpm-statistics | Stefano Karapetsas | 2 | -26/+35 | |
2012-03-17 | Temporary hack to fix GtkComboBoxText issue. | Steve Zesch | 1 | -1/+6 | |
2012-03-17 | Don't try to close a non-opened fd | Antoine Jacoutot | 1 | -1/+1 | |
On OpenBSD we do not use /proc. As a result, gnome-power-manager segfaults on startup due to a reverse logic in the code. Signed-off-by: Richard Hughes <[email protected]> | |||||
2012-03-17 | Fixed #644143, how to convert from percentage to discrete and vice-versa. | Pedro Martinez-Julia | 1 | -2/+2 | |
Signed-off-by: Richard Hughes <[email protected]> |