summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19Fix compilation warningzhuyaliang4-27/+60
2021-06-21tx: update resourceraveit651-18/+18
2021-06-21update copyright to 2021raveit6513-0/+13
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-05-13MATE About: Fix off-by-one error, display yerba mate commentGordon N. Squash1-1/+1
The MATE About program is designed to display one of six messages at random each time you launch the application, showcasing the fundamental values of the MATE Project. Unfortunately, due to an off-by-one programming error introduced many years ago, only the first five messages ever get displayed; the sixth message, referring to where MATE got its name from, is never chosen. This was due to a misunderstanding of the GLib function `g_random_int_range`: The function is and always was designed to be passed an inclusive lower and an exclusive upper value for the random integer, generating a random integer that is greater than or equal to the lower value and less than the upper value specified. The MATE About application errantly subtracted 1 from the upper value itself, and thus only messages 1 through 5 were ever picked. This commit removes the unnecessary subtraction.
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-29Remove shadow warnings [-Wshadow]rbuj3-11/+7
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-27mate-about: Use the macro _(String) instead of the macro gettext(Msgid)rbuj2-3/+3
2021-02-27Drop local macro mate_gettext(package, locale, codeset)rbuj2-16/+6
2021-02-27Remove warning -Wbad-function-castrbuj4-36/+57
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-08g_settings_get_string always returns a newly-allocated stringrbuj2-14/+9
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2021-02-02tx: update resourcerbuj2-5/+13
2021-02-02mate-color-select: Do not use deprecated gtk_button_new_from_stockrbuj1-2/+7
2020-12-08update issue templateraveit651-1/+1
2020-11-19Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2020-11-18travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-18travis CI: fix build issue of gtk-doc moduleraveit651-0/+2
2020-08-06release 1.25.0v1.25.0raveit651-0/+24
2020-08-06tx: sysnc with transifexraveit6534-263/+1795
2020-08-06tx: update resourceraveit651-36/+81
2020-08-06mate-languages: portability of localedir fallbackrbuj1-6/+13
2020-08-06a11y-keyboard: Add togglekeys-backend settingColomban Wendling1-4/+14
2020-08-06a11y-keyboard: Add ranges for togglekeys beep settingsColomban Wendling1-0/+4
2020-08-06a11y-keyboard: Add settings to control beeps used for togglekeysColomban Wendling1-0/+20
2020-08-06Bump version so other components can depend on itColomban Wendling3-2/+4
2020-08-06a11y-keyboard: Add capslock-beep-enable gsettingColomban Wendling1-0/+4
2020-08-04mate-desktop-thumbnail: Remove trailing spaces/tabsrbuj1-1/+1
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2020-07-04Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-23add git.mk to generate .gitignoretamplan1-0/+400
2020-04-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-20Travis CI: debian build: add "make check"Pablo Barciela1-0/+3
2020-04-20Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-20Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-3/+5
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+1
2020-04-08ci: variables, drop obsolete Warn_Cflagsraveit651-7/+1
- remove --enable-compile-warnings=maximum from autogen.sh
2020-04-06Set range for thumbnail cache maximum-agerbuj1-0/+1
2020-04-05ci: avoid deprecated skip_cleanupraveit651-2/+2
2020-04-04CI: update build environmentsraveit651-6/+7
2020-04-02(CI): scan-build: use maximum compile warningsraveit651-1/+1
2020-04-02Travis CI: update travis.ymlraveit651-7/+9
- fix build error with archlinux on Travis CI - Avoid warning for build config validation - change archlinux docker image name
2020-04-02Travis CI: use maximum compile warnings for masterraveit651-1/+1
2020-04-02build: use MATE_COMPILE_WARNINGS = yes as defaultraveit651-1/+1
2020-04-02Travis CI: build with mate-common-1.24.1 tarballraveit651-0/+14
add missing requires autoconf-archive (fedora)
2020-03-17Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-03-05meson: add configuration item descriptionWu Xiaotian1-0/+9