Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-25 | Add git.mk to generate .gitignore | tamplan | 1 | -0/+1 | |
2020-05-25 | gpm-kbd-backlight: do not change keyboard back-light, when disabled | Andrej Valek | 1 | -9/+16 | |
Automatically change keyboard back-light only when enabled on battery. Keep previous brightness level between state change. Signed-off-by: Andrej Valek <[email protected]> | |||||
2020-04-01 | gpm-phone: silent "not connected" message unless debug | raveit65 | 1 | -1/+1 | |
Debug message is modified to something identifiable | |||||
2020-03-31 | gpm-brightness: silent "using cache for value" message unless debug | raveit65 | 1 | -1/+1 | |
2020-03-25 | Remove warning: ‘GTimeVal’ is deprecated | rbuj | 1 | -5/+3 | |
2020-03-14 | gpm-backlight: silent "no dimming hardware" message unless debug | rbuj | 1 | -1/+1 | |
2020-03-11 | gpm-control: warning when a property cannot be set using dbus | rbuj | 1 | -6/+6 | |
2020-03-10 | glib-genmarshal: replace deprecated tokens NONE and BOOL | rbuj | 1 | -15/+15 | |
2020-03-09 | Remove warning function declaration isn’t a prototype | rbuj | 1 | -1/+1 | |
2020-03-09 | Port from EggDebug to the built-in GLib logging framework | rbuj | 31 | -840/+395 | |
2020-03-08 | gpm-manager: Remove dereference of a null pointer warning | rbuj | 1 | -13/+17 | |
2020-03-07 | Remove warning use of memory after it is freed | rbuj | 1 | -1/+1 | |
2020-03-07 | Rewrite gpm-prefs.ui from scratch | rbuj | 1 | -130/+80 | |
2020-03-03 | Remove warnings: unused variable | rbuj | 4 | -5/+0 | |
2020-02-27 | Read authors (updated) from mate-power-manager.about | rbuj | 2 | -7/+39 | |
2020-02-24 | Remove the CPU wakeups feature | rbuj | 1 | -374/+4 | |
2020-02-20 | Update copyright year on about dialog | rbuj | 1 | -1/+1 | |
2019-09-30 | Use WARN_CFLAGS which are only set with -enable-compiler-warnings | rbuj | 1 | -14/+18 | |
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS variable is not used. git grep WARN_CFLAGS It removes -enable-extra-warn=yes, since it is recommended to use -enable-compile-warnings=maximum. It sets -enable-compiler-warnings=yes, the default value for all MATE packager for now. It prints WARN_CFLAGS in summary table. | |||||
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 | 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-08-20 | Use gresources for gpm-prefs.ui and gpm-statistics.ui | rbuj | 4 | -10/+32 | |
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-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-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-03-23 | Add conf option to disable warnings for low mouse power | Laine Walker-Avina | 2 | -0/+11 | |
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-02-01 | use libtool generated during build instead of external one | monsta | 1 | -3/+3 | |
2018-11-29 | gpm-control: avoid deprecated 'g_settings_list_schemas' | Pablo Barciela | 1 | -2/+4 | |
2018-11-27 | media-keys: always round the render coordinates for media icons | Zhang Xianwei | 1 | -4/+4 | |
This ensures the pixbuf is always rendered as crisp as possible. See https://github.com/GNOME/gnome-settings-daemon/commit/a03c072a8241d4d481ee94e5e1ffd829e85271f5 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-27 | media-keys: Tweak the OSD's bright bar position | Zhang Xianwei | 1 | -4/+4 | |
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-27 | osd-window: make the window smaller | Zhang Xianwei | 1 | -2/+2 | |
Matches the gnome's mockups better. Signed-off-by: Zhang Xianwei <[email protected]> |