Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-26 | drop obsolete version checks for upower | raveit65 | 7 | -467/+2 | |
with required version bump to upower-0.99.8 we don't need them any more. | |||||
2019-09-26 | require upower-0.99.8 | raveit65 | 1 | -1/+1 | |
2019-09-26 | Use up_client_get_devices2() | raveit65 | 3 | -3/+3 | |
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-09-01 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-20 | Use gresources for gpm-prefs.ui and gpm-statistics.ui | rbuj | 12 | -35/+117 | |
2019-08-20 | egg-console-kit: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+4 | |
2019-08-20 | gpm-engine: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-phone: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-prefs-core: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-screensaver: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-08-20 | gsd-media-keys-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-tray-icon: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-20 | msd-osd-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-load: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-20 | gpm-brightness: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-08-20 | gpm-kbd-backlight: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-dpms: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-button: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-backlight: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | egg-idletime: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-graph-widget: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-session: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-idle: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-control: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | Simplify the installation process of the icons | rbuj | 26 | -643/+17 | |
2019-08-20 | Remove unused UI file | rbuj | 3 | -45/+0 | |
2019-07-25 | prefs: Fix mnemonic relationships | Colomban Wendling | 1 | -0/+13 | |
This fixes navigation with mnemonic keys as well as giving proper a11y context for the labeled widgets. Fixes #292. | |||||
2019-07-24 | gpm-upower: fix some build warnings | raveit65 | 1 | -1/+1 | |
``` gpm-upower.c:222:51: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] gpm-upower.c:222:44: note: add parentheses around left hand side expression to silence this warning 222 | if (state == UP_DEVICE_STATE_CHARGING || !state == UP_DEVICE_STATE_DISCHARGING) { | ^~~~~~ ``` ``` gpm-upower.c:222:53: warning: comparison of constant '2' with boolean expression is always false [-Wbool-compare] 222 | if (state == UP_DEVICE_STATE_CHARGING || (!state) == UP_DEVICE_STATE_DISCHARGING) { | ``` | |||||
2019-07-10 | Add scroll interface tabs with mouse wheel | Laurent Napias | 4 | -22/+98 | |
in preferences and gpm-statistics (mouse-battery) | |||||
2019-06-25 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-06-25 | Travis CI: add icon to the static code analyzer website | Pablo Barciela | 1 | -1/+1 | |
2019-06-25 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-06-24 | [ci] remove libgnome-keyring-dev on ubuntu | Pablo Barciela | 1 | -2/+1 | |
2019-06-18 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+11 | |
2019-06-18 | tx: sync with transifex | raveit65 | 133 | -24472/+26435 | |
2019-06-18 | tx: update resource for transifex | raveit65 | 2 | -106/+110 | |
2019-06-17 | use --without-keyring for make distcheck | Wu Xiaotian | 1 | -0/+1 | |
2019-06-17 | [ci] use autogen.sh --without-keyring on debian | Wu Xiaotian | 1 | -1/+2 | |
2019-06-17 | [ci] remove libgnome-keyring-dev on debian | Wu Xiaotian | 1 | -1/+0 | |
2019-06-17 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -5/+68 | |
2019-06-10 | Change url projet's website | Laurent Napias | 7 | -7/+7 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-04-22 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-04-12 | improve copyright | raveit65 | 1 | -1/+1 | |
2019-04-12 | Help: Remove About section | rbuj | 2 | -25/+18 | |
The info is already present in footer. | |||||
2019-04-02 | github release page | raveit65 | 1 | -0/+19 | |
2019-03-23 | Add conf option to disable warnings for low mouse power | Laine Walker-Avina | 3 | -0/+16 | |
On certain mice, they can last several weeks after the first warning on certain kinds of batteries which makes the constant notifications quite annoying. | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |