summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-10-11msd-media-keys-manager: 'GTimeVal' is deprecatedrbuj1-4/+1
2020-09-05a11y-keyboard: Add support for togglekeys-backend settingColomban Wendling1-5/+23
2020-09-05a11y-keyboard: Delay registration of the pluginColomban Wendling1-1/+5
Delay registration of the a11y keyboard plugin to run after the non-a11y keyboard one to avoid numlock state change conflicts.
2020-09-05a11y-keyboard: Add sanity checks on beep sequence preferencesColomban Wendling1-6/+9
2020-09-05a11y-keyboard: Manually beep for togglekeysColomban Wendling1-0/+63
This allows a customizable and possibly different beep sequence when a togglekey is enabled or disabled. This is very useful for the user to know for sure whether the feature got enabled or disabled. Back in the days of buzzers, XKB was supposed to use different sounds for each of those, but this is no longer the case now in the vast majority of setups the beeps are intercepted and use a single recorded sound. XKB beeps are also unfortunately not configurable, although they possibly should be on paper: in theory, one could alter the bell used by listening to `XkbBellNotify` events, which provides a way to discriminate bells through a name. Unfortunately XKB's togglekeys seems to suffer from a bug (?) for a long time, in that it will always ring the `AX_IndicatorOn` bell if there is *at least one* indicator on at the moment the bell is rung, and `AX_IndicatorOff` if and only if *all* indicators are off. This makes it virtually useless as it is not possible to discriminate between an indicator getting turned on or off in most cases, especially with NumLock which often stays always on. Given this behavior dates at the very least as far back as X.org 1.16 which is from 2014, it probably is not very realistic to rely on a fix. So instead implement togglekeys on our end by listening to the `XkbIndicatorStateNotify` events.
2020-08-20release 1.25.0v1.25.0raveit651-0/+27
2020-08-20tx: sync with transifexraveit6529-473/+581
2020-08-20tx: update resourceraveit651-58/+62
2020-08-15main: Do not override detailed_signal for debuggingrbuj1-2/+2
2020-08-15mate-settings-plugin-info: unused parameter 'settings'rbuj1-2/+2
2020-08-15add G_GNUC_UNUSED in some unused parametersPablo Barciela22-86/+103
2020-08-08Add option --without-libatspi and assorted status lineColomban Wendling1-6/+15
2020-08-08a11y-keyboard: Don't show UI for unavailable feature in the pref dialogColomban Wendling1-0/+15
2020-08-08a11y-keyboard: Don't create a dummy object if AT-SPI is not availableColomban Wendling4-39/+26
Instead guard the caller to only use it if available.
2020-08-08a11y-keyboard-atspi: Switch to a final type and reduce boilerplateColomban Wendling2-42/+28
2020-08-08.build.yml: Use the proper mate-desktop version when running cppcheckColomban Wendling1-3/+3
2020-08-08.build.yml: Update to mate-desktop 1.25.0Colomban Wendling1-3/+4
Also refactor to make it easier to change the version.
2020-08-08a11y-keyboard: Depend on the right version of mate-desktopColomban Wendling1-1/+1
2020-08-08a11y-keyboard: capslock-beep: Try and detect non-buggy libatspi2Colomban Wendling2-10/+10
Try and avoid the workaround for buggy libatspi2 if we can know the version we're using has it fixed.
2020-08-08a11y-keyboard: capslock-beep: Don't ring on CapsLock itselfColomban Wendling1-26/+8
Ringing when a locking modifier gets enabled/disabled is already taken care of by the `togglekeys` settings, so don't provide redundant functionality and allow better settings granularity.
2020-08-08a11y-keyboard: Refactor in the hope the AT-SPI bug gets fixedColomban Wendling1-32/+31
2020-08-08a11y-keyboard: Add support for ringing the bell when CapsLock is activeColomban Wendling7-1/+366
2020-07-28Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-07-17msd-media-keys-manager: comparison of unsigned expression in '< 0' is always ↵rbuj1-1/+1
false
2020-07-16msd-a11y-keyboard-manager: implicit declaration of function 'd'rbuj1-4/+4
2020-07-13build: Use MATE_DEBUG_CHECK macrorbuj2-13/+7
2020-07-13build: Remove unused variable DEBUG_CFLAGSrbuj1-19/+0
2020-06-27pre-bump versionraveit652-1/+4
2020-06-27[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-27add git.mk to generate .gitignoretamplan26-0/+447
2020-06-13plugin xsettings: Fix memory leak on delayed_toggle_bg_drawrbuj1-0/+4
2020-05-24housekeeping: Remove the warning about GTimeVal is deprecatedrbuj1-19/+21
2020-05-11mpris: Use namespace instead of a whitelist for player namesrbuj4-39/+402
2020-04-25build: Using --header and --body at the same time is deprecatedrbuj1-1/+1
2020-04-21ci: don't run configure with autogen.shraveit651-1/+1
2020-04-21build: silent build warnings for distcheckraveit651-0/+1
2020-04-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-16mouse: Remove warnings about absolute value function for longrbuj1-4/+4
2020-04-16Remove warnings about function declaration isn’t a prototyperbuj4-10/+10
2020-04-16Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-16Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-3/+6
2020-04-06ci: build with mate-common-1.24.1 tarballraveit651-0/+12
2020-04-06use MATE_COMPILE_WARNINGS from mate-commonrbuj23-199/+104
2020-04-06ci: add autoconf-archive for archrbuj1-0/+1
2020-04-06[ci] update build environmentWu Xiaotian1-14/+16
2020-03-25Travis CI: ubuntu build: add gcc and g++Pablo Barciela1-0/+2
2020-03-25Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-1/+1
2020-03-05housekeeping: Fix iconname of mate-disk-usage-analyzerrbuj1-1/+1
2020-02-23Travis CI: Fix build error, add .build.ymlPablo Barciela2-188/+187
2020-02-08release 1.24.0v1.24.0raveit652-2/+6