summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-10-29tx: update resourcembkma2-214/+221
2022-10-28tx: migrate config filembkma2-11/+28
2022-08-23Fix -Wmissing-prototypes warnings (#381)Robert Antoni Buj Gelonch2-6/+6
2022-03-21Show device model even if vendor is not availableDamien Thébault2-0/+6
2022-03-21Add gaming input logosDamien Thébault60-0/+3667
2022-03-21Add support for gaming inputsDamien Thébault2-0/+8
2022-03-18gpm-prefs: fix memory leakrbuj1-3/+1
In addition, it adds enumerations to access indexed arrays.
2022-03-18gpm-statistics: fix memory leakrbuj1-51/+115
In addition, it adds enumerations to access indexed arrays.
2022-03-18Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj2-2/+2
2022-03-11gpm-backlight: unused function 'gpm_common_sum_scale'rbuj1-13/+0
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2022-01-01Fix build warnings about missing field initializerrbuj4-4/+4
2022-01-01build: show configure summary using a pretty formatrbuj1-13/+16
2021-12-11Use a blank line at mostrbuj11-14/+0
2021-08-04release 1.26.0v1.26.0raveit652-1/+23
2021-08-04tx: sync with transifexraveit65234-51892/+34871
2021-08-04travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-22tx: update resourceraveit651-251/+252
2021-06-22update copyright to 2021raveit6571-0/+71
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-23applets: Do not build the path to the menu filesrbuj2-8/+6
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-04build: Use PACKAGE_URL variablerbuj4-5/+6
2021-01-16update resource for transifexrbuj2-46/+50
2021-01-16Update copyright to 2021rbuj4-4/+4
2021-01-07Remove warning -Wunused-but-set-variablerbuj2-13/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-07gpm-backlight: Fix the position of the inline keywordrbuj1-1/+1
2020-11-29ci: remove pangox-compat-devel from fedora depsrbuj1-1/+0
2020-11-10mate-power-preferences: add option to enable keyboard dimmingAndrej Valek2-0/+59
2020-10-20Travis CI: Simplify logic now that keyring is disabled by defaultNP-Hardass1-5/+1
2020-10-20Switch default from libgnome-keyring to libsecretNP-Hardass1-6/+6
2020-10-20Travis CI: add dependencies to CINP-Hardass1-0/+4
2020-10-20gpm-control.c: Add libsecret implementation to gpm_control_hibernate()NP-Hardass1-0/+37
2020-10-20gpm-control.c: Add libsecret implementation to gpm_control_suspend()NP-Hardass1-0/+40
2020-10-20Add autotools support for libsecretNP-Hardass3-0/+26
2020-10-16brightness applet: Prevent sliding from bogging down the UIColomban Wendling1-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-10Revert "add meson project"raveit6516-757/+0
This reverts commit 1db4b409322e559a3d3a03677dd482a0613f3b29.
2020-09-10Revert "Meson Project: Use foreach for install icons"raveit651-52/+49
This reverts commit 69870bbbbebbd7ecc113b80da96d6dc5d29ee467.
2020-09-10Revert "Meson Project: some optimizations"raveit652-7/+14
This reverts commit c0c36501cfeadc0f526610891b6dd257ce3c8229.
2020-09-10Revert "[ci] enable meson build on travis"raveit652-5/+0
This reverts commit 007888e9b170257e822c40b353674616b5555204.
2020-09-10Revert "Install action and status icons to right location"raveit652-4/+4
This reverts commit 78bd4114cee53f589945b6f72df10bb65cc4df81.
2020-09-03Install action and status icons to right locationVictor A. Santos2-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 travisVictor A. Santos2-0/+5
2020-09-03Meson Project: some optimizationsVictor A. Santos2-14/+7
* data/meson.build: remove redundant configuration data * meson_options.txt: use `deprecated` as option name to match Gnome Guidelines.
2020-09-03Meson Project: Use foreach for install iconsVictor A. Santos1-49/+52
2020-09-03add meson projectVictor A. Santos16-0/+757
fix indentation in some files