summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16Improve GTK3 supportStefano Karapetsas1-0/+32
2014-01-16Copy paste latest OSD code from mate-settings-daemonStefano Karapetsas7-506/+957
2013-12-16Add option to enable deprecations and hide warnings under --enable-extra-warninfirit1-0/+1
2013-10-21add more backlight interfaces to whitelistraveit651-0/+3
2013-09-29fix typo in gpm_control_suspend, gpm-control.cWolfgang Ulbrich1-1/+1
this fix 'suspend on lid close' https://bugzilla.redhat.com/show_bug.cgi?id=1012718
2013-08-09fix comment in gpm-manager.craveit651-1/+1
2013-08-09fix systemd-login1 support for gpm_manager_blank_screenraveit652-8/+8
2013-08-01Merge pull request #69 from infirit/yelptoolsStefano Karapetsas1-2/+2
Use yelp-tools instead of mate-doc-utils
2013-08-01Merge pull request #70 from NiceandGently/masterStefano Karapetsas1-3/+3
fix dbus path gpm phone manager
2013-08-02Merge branch 'dev-gnome-keyring'Stefano Karapetsas1-13/+13
2013-08-01fix dbus path gpm phone managerWolfgang Ulbrich1-3/+3
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2013-07-24Code improvements and deprecation fixesmate-power-manager-1.6.2Stefano Karapetsas6-12/+15
2013-07-24Dont rely only on consolekit for button pressed eventStefano Karapetsas1-2/+2
Add also a check if systemd is running
2013-07-10Fix gpm_prefs_init return valuesFabio Erculiani1-2/+2
2013-07-10Add systemd Shutdown() API support to gpm-control.cFabio Erculiani1-3/+52
2013-07-10gpm-prefs-core: fix can_shutdown when logind is in useFabio Erculiani1-5/+22
2013-07-09switch to gnome-keyringraveit1-13/+13
2013-07-05drop --with-systemdinhibit and move logind detection to runtimeFabio Erculiani2-28/+16
There is no need to bind the user to either systemd-logind or upower at build time. People can switch between init systems or run logind without systemd.
2013-07-05drop --with-systemdsleep and move logind detection to runtimeFabio Erculiani5-246/+242
There is no need to bind the user to either systemd-logind or upower at build time. People can switch between init systems or run logind without systemd.
2013-05-06Remove debug printsStefano Karapetsas1-3/+0
2013-05-02Fixes for make dist and make distcheckStefano Karapetsas2-1/+7
2013-05-02Merge pull request #55 from boyarsh/masterStefano Karapetsas4-3/+234
Add ability to suspend/hibernate via logind
2013-04-13Dont print an error if optional hardware is missingStefano Karapetsas1-1/+2
Closes #54 (https://github.com/mate-desktop/mate-power-manager/issues/54)
2013-04-09crash when suspending via logind fixedAnton V. Boyarshinov1-4/+4
On some machins it seems to be a race condition in dbus when suspend via systemd. Here is a workaround.
2013-04-08add logind sleep abilityAnton V. Boyarshinov4-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-03Update makefiles for autoconf-1.13Dan Mashal1-1/+1
2013-02-19allow compiling with systemd, but have systemd booted optionalElan Ruusamäe2-7/+16
2013-02-18use libnotify, not libmatenotifyElan Ruusamäe2-6/+6
2012-12-15Make mate-keyring support optionalBrent Hull2-5/+19
2012-11-24Don't use the default backlight reduced-brightness value if exiting idle state.Stephen Kent1-21/+24
This means the pre-idle backlight brightness will be set instead of the default reduced-brightness value.
2012-11-22Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch1-2/+4
2012-11-22Auto-detect whether to build systemd supportBrent Hull1-2/+4
2012-11-22Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch2-28/+233
2012-11-22Merge pull request #37 from Firstyear/systemd-inhibitStefano Karapetsas1-0/+88
Systemd inhibit support for MPM
2012-11-21Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch3-1/+10
2012-11-21This fixes the g_settings issue preventing auto dim of keyboard backlightWilliam Brown1-7/+12
2012-11-21Added some debuging optionsWilliam Brown1-2/+6
2012-11-21Adds on screen display support to keyboard backlight controlsWilliam Brown1-20/+128
2012-11-21Adds a systemdinhibit configure flagWilliam Brown1-0/+6
2012-11-21Initial working support for systemd inhibitionWilliam Brown1-9/+17
2012-11-21This now uses the gvariant, and fixes some code logic issuesWilliam Brown1-5/+11
2012-11-21Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵William Brown1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782
2012-11-21Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵William Brown1-0/+68
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782
2012-11-20Merge pull request #36 from Firstyear/idleStefano Karapetsas1-1/+1
Screen on dim, will not "undim"
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-18Merge pull request #34 from Firstyear/masterStefano Karapetsas2-0/+9
Corrects an issue with deprecated glib apis
2012-11-18This adds checks for glib version, in regards to deprecated apis. see ↵William Brown2-0/+9
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init
2012-11-18This fixes an issue that I introduced, where when the screen would dim on ↵William Brown1-1/+1
idle, it would not undim.
2012-11-15Merge pull request #10 from fhucho/masterSteve Zesch1-0/+1
Added "nvidia_backlight" to the list of backlight interfaces.