Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-06 | Remove compilation warning fix data type format error | zhuyaliang | 1 | -6/+4 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-06-22 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-03-09 | Port from EggDebug to the built-in GLib logging framework | rbuj | 1 | -67/+66 | |
2020-03-08 | gpm-manager: Remove dereference of a null pointer warning | rbuj | 1 | -13/+17 | |
2020-03-03 | Remove warnings: unused variable | rbuj | 1 | -1/+0 | |
2019-09-26 | drop obsolete version checks for upower | raveit65 | 1 | -9/+0 | |
with required version bump to upower-0.99.8 we don't need them any more. | |||||
2019-08-20 | gpm-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-03-23 | Add conf option to disable warnings for low mouse power | Laine Walker-Avina | 1 | -0/+10 | |
On certain mice, they can last several weeks after the first warning on certain kinds of batteries which makes the constant notifications quite annoying. | |||||
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -8/+0 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+6 | |
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL | |||||
2017-07-05 | refresh tray icon on icon theme change | monsta | 1 | -0/+23 | |
2016-07-25 | Assign names to our idle sources when using newer versions of glib2 | raveit65 | 1 | -3/+10 | |
This makes it possible to profile more accurately using systemtap taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=fbb075b5 | |||||
2016-07-25 | rename a function to match upstream | raveit65 | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409 | |||||
2016-06-07 | rely less on GtkStock | Sorokin Alexei | 1 | -7/+6 | |
2015-11-30 | fix warnings due to wrong id passed to g_source_remove | monsta | 1 | -1/+4 | |
2015-05-04 | dropped udisks support for several reasons. | Monsta | 1 | -34/+0 | |
1. udisks1 will soon be dropped from debian and ubuntu, and probably from other major distros as well. it's replaced by udisks2. 2. the only udisks1 feature that was used in m-p-m was the disk spindown. its usefullness is questionable, especially when you have an SSD. 3. udisks2 doesn't seem to have neither API nor command-line tools for the spindown feature. 4. spindown support has been dropped in gnome-power-manager in 2011, https://git.gnome.org/browse/gnome-power-manager/commit/?id=d97a988246d34f4cd38b7ee1335c9b500c7c522f 5. it also has been dropped in xfce-power-manager in 2014, http://git.xfce.org/xfce/xfce4-power-manager/log/?qt=grep&q=disk+spin+down Closes https://github.com/mate-desktop/mate-power-manager/pull/144 | |||||
2015-01-15 | remove ifdefs, bump upower version requirement | Monsta | 1 | -4/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/126 | |||||
2014-11-16 | don't leak memory | Monsta | 1 | -1/+3 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/115 | |||||
2014-04-24 | Other round of fixes for UPower 0.99 API changes | Stefano Karapetsas | 1 | -1/+3 | |
2014-04-09 | port mate-power-manager to upower-0.99 API | Stefan Seyfried | 1 | -0/+9 | |
fix mate-power-manager for current upower versions | |||||
2014-04-09 | remove "battery recall" logic | Stefan Seyfried | 1 | -108/+0 | |
the database is outdated several years now and the whole interface is removed from current UPower release anyway, so let's get rid of it in m-p-m, too | |||||
2014-03-09 | Merge pull request #60 from Firstyear/master | Stefano Karapetsas | 1 | -3/+6 | |
Add DBUS interface to kbdbacklight control | |||||
2013-08-09 | fix comment in gpm-manager.c | raveit65 | 1 | -1/+1 | |
2013-08-09 | fix systemd-login1 support for gpm_manager_blank_screen | raveit65 | 1 | -3/+3 | |
2013-07-24 | Code improvements and deprecation fixesmate-power-manager-1.6.2 | Stefano Karapetsas | 1 | -0/+1 | |
2013-07-24 | Dont rely only on consolekit for button pressed event | Stefano Karapetsas | 1 | -2/+2 | |
Add also a check if systemd is running | |||||
2013-07-05 | drop --with-systemdinhibit and move logind detection to runtime | Fabio Erculiani | 1 | -27/+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-06-27 | RHBZ #964678 : Patch that provides DBUS interface to control KbdBacklight. | William Brown | 1 | -3/+6 | |
2013-02-19 | allow compiling with systemd, but have systemd booted optional | Elan Ruusamäe | 1 | -7/+15 | |
2013-02-18 | use libnotify, not libmatenotify | Elan Ruusamäe | 1 | -3/+3 | |
2012-11-22 | Auto-detect whether to build systemd support | Brent Hull | 1 | -2/+4 | |
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-14 | This fixes the mismatched dbus library issue | William Brown | 1 | -1/+3 | |
2012-11-11 | Keyboard backlight patches, tested as working against 1.5.0 on F18 | William Brown | 1 | -0/+10 | |
2012-11-04 | Remove commented-out screensaver-auth-request functions | Brent Hull | 1 | -31/+0 | |
2012-11-01 | Remove unnecessary schema version check and some unused constants | Brent Hull | 1 | -17/+1 | |
2012-10-30 | Use gsettings enums (partially from GNOME) | Brent Hull | 1 | -23/+8 | |
2012-10-27 | Port to Gsettings based on GNOME patch by Richard Hughes | Brent Hull | 1 | -69/+57 | |
2012-10-27 | Get device capabilities in the preferences capplet, not the daemon (GNOME ↵ | Brent Hull | 1 | -18/+1 | |
fix for bug #617529 originally by Richard Hughes) | |||||
2011-12-11 | moved from Mate-Extra | Stefano Karapetsas | 1 | -0/+2110 | |