Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-10 | tx: sync with transifex | raveit65 | 231 | -14419/+14601 | |
2019-10-10 | tx: update resource for transifex | raveit65 | 1 | -118/+114 | |
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-03 | brightness-applet: use GdkSeat operations | raveit65 | 1 | -14/+10 | |
2019-10-01 | Set compiler debug flags using MATE_DEBUG_CHECK | rbuj | 1 | -4/+2 | |
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh --prefix=/usr -enable-debug ... MATE Power Manager 1.23.0 ============================= prefix: /usr datadir: ${datarootdir} compiler: gcc cflags: -g -O0 gnome-keyring support: yes Building extra applets: yes Self test support: no dbus-1 services dir: ${datarootdir}/dbus-1/services Now type `make' to compile mate-power-manager $ ./autogen.sh --prefix=/usr ... MATE Power Manager 1.23.0 ============================= prefix: /usr datadir: ${datarootdir} compiler: gcc cflags: gnome-keyring support: yes Building extra applets: yes Self test support: no dbus-1 services dir: ${datarootdir}/dbus-1/services Now type `make' to compile mate-power-manager | |||||
2019-09-30 | travis (ci): use --enable-compile-warnings=maximum | raveit65 | 1 | -2/+15 | |
- build mate-common from tarball | |||||
2019-09-30 | Use WARN_CFLAGS which are only set with -enable-compiler-warnings | rbuj | 5 | -55/+31 | |
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 | 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 | |