Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-03 | battstat: improve code-style | raveit65 | 1 | -41/+41 | |
- tab to spaces - fix indents - add a space before brackets | |||||
2020-07-29 | battstat: Free only dynamically allocated memory | rbuj | 1 | -1/+1 | |
2020-07-14 | battstat: bump upower required version and drop legacy code | raveit65 | 1 | -16/+0 | |
2020-07-14 | batstatt: fix deprecated up_client_get_devices | raveit65 | 1 | -2/+2 | |
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. | |||||
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -15/+6 | |
2019-06-16 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2016-06-03 | fix some minor build warnings | monsta | 1 | -4/+4 | |
2014-11-26 | batstat: sync upower code with gnome-applets. | infirit | 1 | -4/+21 | |
Largely taken from: gnome-applets commit: 95ff3ab8dfb5f595263dce6857b7d5935042e336 From: Dmitry Shachnev <[email protected]> | |||||
2014-11-26 | avoid dereferencing NULL pointer | Monsta | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-applets/pull/114 | |||||
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -6/+0 | |
2014-01-20 | battstat: Add GTK3 support | Stefano Karapetsas | 1 | -0/+6 | |
Code taken from: https://git.gnome.org/browse/gnome-applets/commit/battstat?id=274f17fe92b98b5a0bdd31de734240b4cc6227e9 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=137c00e2de6098b0ecef75ec208d58de138d7a82 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=13522dcb2cb272b11214728c69c9ec179de78e2d | |||||
2013-11-10 | battstat: use g_signal notify for upower-1.0 | raveit65 | 1 | -1/+4 | |
2013-11-10 | upower: fix upower version | raveit65 | 1 | -1/+1 | |
2013-11-07 | battstat applet: ready for upower-1.0 | raveit65 | 1 | -0/+2 | |
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 1 | -1/+1 | |
2012-04-24 | upower support added to battstat. Preparing for 1.2.2 release.mate-applets-1.2.2 | Steve Zesch | 1 | -0/+330 | |