summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
9 daysfix invalid po filesHEADmasterOlivier Schneider1-1/+1
9 daysremove empty po filesOlivier Schneider50-27300/+0
9 daysremove invalid po filesOlivier Schneider9-4369/+0
9 daysadd translation coverage badgeOlivier Schneider1-0/+2
9 daysretrieve last transifex translationsOlivier Schneider78-215/+35723
9 daysweblate migrationOlivier Schneider3-14/+4
2026-03-12build(deps): bump actions/checkout from 5 to 6dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2026-03-12ci: migrate from Travis CI to GitHub Actionsmbkma10-197/+299
Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml. remove .build.yml
2025-02-17pulse: Don't crash on failure to retrieve server infoColomban Wendling1-0/+5
Although the documentation isn't very verbose, pactl handles this case like this, so a NULL info is likely a valid result of this call upon failure. Most of the code is actually just copied over from pactl.c itself, there wasn't much more to it. Part-of: mate-desktop/mate-media#159
2024-02-13release 1.28.0v1.28.0raveit652-2/+7
2024-02-13tx: sync with transifexraveit65105-114/+116
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-09-18Remove weak pointers on disposeAdric Blake4-0/+53
A weak pointer has a callback that will happily overwrite freed object memory if the weakly referenced object outlives the object storing the reference. Remove those callbacks when they are no longer needed.
2023-09-01tx: cleanup configsraveit651-9/+0
2022-11-11release 1.27.0v1.27.0mbkma2-1/+10
2022-11-09tx: sync with transifexmbkma103-318/+319
2022-10-29tx: update resourcembkma1-2/+2
2022-10-28tx: migrate config filembkma2-6/+16
2022-08-04backends: Add missing dependenciesorbea4-1/+6
When building the backends with slibtool they will fail with undefined references to libmatemixer.la. This is because they use -no-undefined which slibtool explicitly supports while GNU libtool will silently ignore it. Gentoo Bug: https://bugs.gentoo.org/785232
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-12-11build: show configure summary using a pretty formatrbuj1-12/+12
2021-08-03release 1.26.0v1.26.0raveit652-1/+7
2021-08-03tx: sync with transifexraveit656-71/+73
2021-08-03travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-05-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: 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-12/+0
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2020-12-26alsa: Add udev supportVille Syrjälä3-6/+161
Instead of polling for new devices once per second ask udev to send us events. Avoids waking up the CPU all the time and wasting power. We keep the timeout source as a fallback when udev support is not enabled, or the udev setup fails for whatever reason. The logic for udev_event_ok() was snooped from pulseaudio.
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-08-18release 1.25.0v1.25.0raveit651-0/+7
2020-08-18tx: sync with transifexraveit6512-29/+33
2020-08-16Travis CI: debian build: add -Wunused-macros to CFLAGSPablo Barciela1-1/+1
2020-08-12pre-bump versionraveit652-1/+3
2020-07-05Use the correct macro for dynamic type's privateMichal Ratajsky1-1/+1
2020-06-29Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-24[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-17add git.mk to generate .gitignoretamplan1-0/+400
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+3
2020-04-19Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-17Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-17Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-4/+5
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-07ci: variables, drop obsolete Warn_Cflagsraveit651-1/+0
2020-04-06ci: build with mate-common-1.24.1 tarballraveit651-19/+14
2020-04-06[ci] update build environmentWu Xiaotian1-14/+16