Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | Remove the CPU wakeups feature | rbuj | 1 | -374/+4 | |
2019-09-26 | drop obsolete version checks for upower | raveit65 | 1 | -45/+0 | |
with required version bump to upower-0.99.8 we don't need them any more. | |||||
2019-09-26 | Use up_client_get_devices2() | raveit65 | 1 | -1/+1 | |
The previous code would have leaked all the UpDevice objects because no free function was set on the returned GPtrArray. With depending on upower-glib 0.99.8 get_devices() was deprecated and get_devices2() was introduced, we can simply switch to get_devices2() which does set a free function on the returned GPtrArray, stopping the leak. Inspired from: https://gitlab.gnome.org/GNOME/gnome-control-center/commit/c1210c5 see upower upstream: https://gitlab.freedesktop.org/upower/upower/commit/cb1071b | |||||
2019-08-20 | Use gresources for gpm-prefs.ui and gpm-statistics.ui | rbuj | 1 | -2/+2 | |
2019-07-10 | Add scroll interface tabs with mouse wheel | Laurent Napias | 1 | -6/+12 | |
in preferences and gpm-statistics (mouse-battery) | |||||
2017-01-07 | statistics: don't call upower function on a NULL device path | monsta | 1 | -0/+4 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/139 | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -44/+0 | |
and require mate-panel >= 1.17 | |||||
2016-08-01 | Port from libunique to GtkApplication | Matt Spaulding | 1 | -6/+45 | |
2016-07-25 | fix code madness | raveit65 | 1 | -2/+0 | |
2016-07-25 | rename a function to match upstream | raveit65 | 1 | -2/+2 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409 | |||||
2016-06-07 | rely less on GtkStock | Sorokin Alexei | 1 | -2/+2 | |
2015-09-04 | Show vendor/model information | Clement Lefebvre | 1 | -2/+13 | |
2015-03-19 | statistics: adjustment for API breakage in upower 0.99 | Monsta | 1 | -28/+71 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/132 | |||||
2015-03-15 | abort application when UI load fails | Monsta | 1 | -4/+2 | |
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 | |||||
2014-07-02 | Remove old GTK2 code and support | Stefano Karapetsas | 1 | -68/+14 | |
2014-07-02 | Remove deprecated code | Stefano Karapetsas | 1 | -7/+0 | |
2014-04-09 | port mate-power-manager to upower-0.99 API | Stefan Seyfried | 1 | -2/+15 | |
fix mate-power-manager for current upower versions | |||||
2013-07-24 | Code improvements and deprecation fixesmate-power-manager-1.6.2 | Stefano Karapetsas | 1 | -2/+3 | |
2012-11-18 | This adds checks for glib version, in regards to deprecated apis. see ↵ | William Brown | 1 | -0/+3 | |
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init | |||||
2012-11-03 | Migrate screensaver lock setting to Gsettings | Brent Hull | 1 | -1/+0 | |
2012-10-27 | Port to Gsettings based on GNOME patch by Richard Hughes | Brent Hull | 1 | -27/+27 | |
2012-03-21 | fix combobox deprecation | Stefano Karapetsas | 1 | -37/+29 | |
2012-03-20 | fix gpm-prefs, need to fix gpm-statistics | Stefano Karapetsas | 1 | -14/+19 | |
2012-03-17 | Temporary hack to fix GtkComboBoxText issue. | Steve Zesch | 1 | -1/+6 | |
2011-12-29 | more gtk_combo_box to gtk_combo_box_text migration for gtk 2.24 | Sam Tygier | 1 | -16/+50 | |
2011-12-11 | moved from Mate-Extra | Stefano Karapetsas | 1 | -0/+1829 | |