Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-07 | Remove warning -Wunused-but-set-variable | rbuj | 2 | -13/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-07 | gpm-backlight: Fix the position of the inline keyword | rbuj | 1 | -1/+1 | |
2020-11-29 | ci: remove pangox-compat-devel from fedora deps | rbuj | 1 | -1/+0 | |
2020-11-10 | mate-power-preferences: add option to enable keyboard dimming | Andrej Valek | 2 | -0/+59 | |
2020-10-20 | Travis CI: Simplify logic now that keyring is disabled by default | NP-Hardass | 1 | -5/+1 | |
2020-10-20 | Switch default from libgnome-keyring to libsecret | NP-Hardass | 1 | -6/+6 | |
2020-10-20 | Travis CI: add dependencies to CI | NP-Hardass | 1 | -0/+4 | |
2020-10-20 | gpm-control.c: Add libsecret implementation to gpm_control_hibernate() | NP-Hardass | 1 | -0/+37 | |
2020-10-20 | gpm-control.c: Add libsecret implementation to gpm_control_suspend() | NP-Hardass | 1 | -0/+40 | |
2020-10-20 | Add autotools support for libsecret | NP-Hardass | 3 | -0/+26 | |
2020-10-16 | brightness applet: Prevent sliding from bogging down the UI | Colomban Wendling | 1 | -2/+36 | |
Do not perform a synchronous DBus call to update the brightness in real time when the slider move, because at least on some hardware the call is slow, which leads to the UI bogging down and looking frozen. To fix this, cap the update rate in response to slider motion. This makes the brightness apply slightly slower, but prevent most bogging down (if the rate is well chosen, at least). | |||||
2020-09-10 | Revert "add meson project" | raveit65 | 16 | -757/+0 | |
This reverts commit 1db4b409322e559a3d3a03677dd482a0613f3b29. | |||||
2020-09-10 | Revert "Meson Project: Use foreach for install icons" | raveit65 | 1 | -52/+49 | |
This reverts commit 69870bbbbebbd7ecc113b80da96d6dc5d29ee467. | |||||
2020-09-10 | Revert "Meson Project: some optimizations" | raveit65 | 2 | -7/+14 | |
This reverts commit c0c36501cfeadc0f526610891b6dd257ce3c8229. | |||||
2020-09-10 | Revert "[ci] enable meson build on travis" | raveit65 | 2 | -5/+0 | |
This reverts commit 007888e9b170257e822c40b353674616b5555204. | |||||
2020-09-10 | Revert "Install action and status icons to right location" | raveit65 | 2 | -4/+4 | |
This reverts commit 78bd4114cee53f589945b6f72df10bb65cc4df81. | |||||
2020-09-03 | Install action and status icons to right location | Victor A. Santos | 2 | -4/+4 | |
a left over from gnome is the action and status icons was installed to $(pkgdatadir). now all icons are installed to $(datadir). | |||||
2020-09-03 | [ci] enable meson build on travis | Victor A. Santos | 2 | -0/+5 | |
2020-09-03 | Meson Project: some optimizations | Victor A. Santos | 2 | -14/+7 | |
* data/meson.build: remove redundant configuration data * meson_options.txt: use `deprecated` as option name to match Gnome Guidelines. | |||||
2020-09-03 | Meson Project: Use foreach for install icons | Victor A. Santos | 1 | -49/+52 | |
2020-09-03 | add meson project | Victor A. Santos | 16 | -0/+757 | |
fix indentation in some files | |||||
2020-08-04 | Remove trailing spaces/tabs | rbuj | 5 | -10/+10 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-24 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-07-12 | gpm-kbd-backlight: Remove unused functions | rbuj | 1 | -100/+0 | |
2020-07-08 | Remove unused variable from gpm_notebook_scroll_event_cb | rbuj | 4 | -39/+37 | |
2020-06-27 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+30 | |
2020-06-27 | sync with transifex | raveit65 | 135 | -543/+3862 | |
2020-06-27 | update resource for transifex | raveit65 | 2 | -459/+323 | |
2020-06-26 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-25 | Add git.mk to generate .gitignore | tamplan | 10 | -0/+415 | |
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-05-01 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-05-01 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-05-01 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -5/+8 | |
2020-04-21 | ci: don't run configure with autogen.sh | raveit65 | 1 | -2/+2 | |
2020-04-21 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-10 | ci: remove --enable-compile-warnings=maximum from autogen command | raveit65 | 1 | -2/+2 | |
2020-04-10 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -3/+3 | |
2020-04-10 | ci: variables, drop obsolete Warn_Cflags | rbuj | 1 | -1/+0 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-06 | [ci] update travis build environment | Wu Xiaotian | 1 | -14/+16 | |
2020-04-01 | gpm-phone: silent "not connected" message unless debug | raveit65 | 1 | -1/+1 | |
Debug message is modified to something identifiable | |||||
2020-04-01 | Remove unused entry from autostart | Victor A. Santos | 1 | -2/+0 | |
Fix #327. Remove the unused Categories= entry from the autostart dekstop file. This empty entry and no semicolon causes the OnlyShowIn= entry to be appended to Categories= entry. | |||||
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-21 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -1/+1 | |
2020-03-21 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
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 | |