Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-07 | Replace deprecated UPower functions with ConsoleKit2 equivalents | infirit | 1 | -6/+3 | |
This requires ConsoleKit2 0.9.2. + some corrections for issues mentioned at https://github.com/mate-desktop/mate-power-manager/pull/209 | |||||
2017-03-07 | remove some unused dbus-glib includes | monsta | 1 | -1/+0 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -10/+0 | |
and require mate-panel >= 1.17 | |||||
2016-08-01 | Port from libunique to GtkApplication | Matt Spaulding | 1 | -0/+19 | |
2016-06-07 | rely less on GtkStock | Sorokin Alexei | 1 | -2/+2 | |
2015-11-05 | Support disabling of PowerBtn. | Mike Gabriel | 1 | -0/+1 | |
By adding GPM_ACTION_POLICY_NOTHING to the available power button actions, it is now possible for MATE users to disable the system's power button, while being in a MATE desktop session. This is helpful if a system's power button is designed in a way that it can easily be accidentally hit by the user without noticing. | |||||
2015-08-31 | Save copying cost | Roy Zhang | 1 | -6/+3 | |
2015-07-28 | Also free the builder when finalizing | Roy Zhang | 1 | -0/+1 | |
2015-07-28 | Fix memory leaks | Roy Zhang | 1 | -0/+3 | |
g_variant_get() uses g_strdup() internally, so we should free the string after use. | |||||
2015-05-04 | dropped udisks support for several reasons. | Monsta | 1 | -8/+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-03-23 | removed obsolete and unused mateconf code | monsta | 1 | -52/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/137 | |||||
2015-03-15 | abort application when UI load fails | Monsta | 1 | -4/+3 | |
some genius who programmed this decided it would be fine to access GtkBuilder variables after gtk_builder_add_from_file fails. thanks for the segfault, man. I've wasted an hour trying to find out what happens. Closes https://github.com/mate-desktop/mate-power-manager/pull/128 | |||||
2015-01-15 | remove ifdefs, bump upower version requirement | Monsta | 1 | -6/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/126 | |||||
2014-07-02 | Remove old GTK2 code and support | Stefano Karapetsas | 1 | -115/+21 | |
2014-04-09 | port mate-power-manager to upower-0.99 API | Stefan Seyfried | 1 | -2/+6 | |
fix mate-power-manager for current upower versions | |||||
2014-02-26 | Define UPOWER_ENABLE_DEPRECATED | Stefano Karapetsas | 1 | -0/+1 | |
2013-07-10 | Fix gpm_prefs_init return values | Fabio Erculiani | 1 | -2/+2 | |
2013-07-10 | gpm-prefs-core: fix can_shutdown when logind is in use | Fabio Erculiani | 1 | -5/+22 | |
2013-07-05 | drop --with-systemdsleep and move logind detection to runtime | Fabio Erculiani | 1 | -97/+100 | |
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-04-08 | add logind sleep ability | Anton V. Boyarshinov | 1 | -1/+93 | |
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. | |||||
2012-11-08 | show always "do nothing" option | Stefano Karapetsas | 1 | -10/+7 | |
2012-10-30 | Use gsettings enums (partially from GNOME) | Brent Hull | 1 | -17/+4 | |
2012-10-27 | Port to Gsettings based on GNOME patch by Richard Hughes | Brent Hull | 1 | -196/+67 | |
2012-10-27 | Get device capabilities in the preferences capplet, not the daemon (GNOME ↵ | Brent Hull | 1 | -55/+42 | |
fix for bug #617529 originally by Richard Hughes) | |||||
2012-03-20 | fix gpm-prefs, need to fix gpm-statistics | Stefano Karapetsas | 1 | -12/+16 | |
2011-12-29 | fix missing switch of GTK_COMBO_BOX to GTK_COMBO_BOX_TEXT | Sam Tygier | 1 | -2/+2 | |
2011-12-29 | fix missing semicolons, introduced in 3893856a1e22cb62a9d36eca5ab96284859d0d19 | Sam Tygier | 1 | -2/+2 | |
2011-12-29 | gtk_check_version should be GTK_CHECK_VERSION, lowercase version is C ↵ | Sam Tygier | 1 | -15/+15 | |
function, not a preprocessor macro | |||||
2011-12-26 | Fixed gtk_combo_box_append_text deprecation | Steve Zesch | 1 | -15/+61 | |
2011-12-24 | Spacing adventures | Steve Zesch | 1 | -1/+1 | |
2011-12-24 | lol spacing | Steve Zesch | 1 | -60/+60 | |
2011-12-24 | Fixed gtk_widget_hide_all deprecation | Steve Zesch | 1 | -6/+35 | |
2011-12-11 | moved from Mate-Extra | Stefano Karapetsas | 1 | -0/+1024 | |