summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2020-08-04Remove trailing spaces/tabsrbuj5-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-24Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-07-12gpm-kbd-backlight: Remove unused functionsrbuj1-100/+0
2020-07-08Remove unused variable from gpm_notebook_scroll_event_cbrbuj4-39/+37
2020-06-27release 1.25.0v1.25.0raveit652-1/+30
2020-06-27sync with transifexraveit65135-543/+3862
2020-06-27update resource for transifexraveit652-459/+323
2020-06-26[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-25Add git.mk to generate .gitignoretamplan10-0/+415
2020-05-25gpm-kbd-backlight: do not change keyboard back-light, when disabledAndrej Valek1-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-01Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-05-01Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-05-01Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-5/+8
2020-04-21ci: don't run configure with autogen.shraveit651-2/+2
2020-04-21build: silent build warnings for distcheckraveit651-0/+1
2020-04-10ci: remove --enable-compile-warnings=maximum from autogen commandraveit651-2/+2
2020-04-10ci: build with mate-common-1.24.1 tarballraveit651-3/+3
2020-04-10ci: variables, drop obsolete Warn_Cflagsrbuj1-1/+0
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-06[ci] update travis build environmentWu Xiaotian1-14/+16
2020-04-01gpm-phone: silent "not connected" message unless debugraveit651-1/+1
Debug message is modified to something identifiable
2020-04-01Remove unused entry from autostartVictor A. Santos1-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-31gpm-brightness: silent "using cache for value" message unless debugraveit651-1/+1
2020-03-25Remove warning: ‘GTimeVal’ is deprecatedrbuj1-5/+3