Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-16 | Filter-out img elements from notification body | rbuj | 7 | -25/+225 | |
2020-04-16 | The body of a notification may also contain hyperlinks | rbuj | 4 | -37/+21 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-08 | Rewrite mate-notification-properties.ui from scratch | rbuj | 2 | -352/+163 | |
2020-04-08 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -2/+1 | |
- remove --enable-compile-warnings=maximum from autogen.sh | |||||
2020-04-08 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -8/+3 | |
2020-04-08 | daemon: Remove warning about GTimeVal deprecation | rbuj | 1 | -38/+34 | |
2020-04-08 | ci: update build environment | raveit65 | 1 | -14/+16 | |
2020-03-28 | build: Remove generated files | rbuj | 4 | -112/+0 | |
2020-03-19 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-02-23 | travis: update config for new travis validation | raveit65 | 2 | -166/+166 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+5 | |
2020-01-23 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+13 | |
2020-01-23 | tx: sync with transifex | raveit65 | 107 | -5466/+7822 | |
2019-12-08 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-07 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2019-11-07 | tx: update resource for transifex | raveit65 | 1 | -50/+70 | |
2019-11-07 | ci: add autopoint | Wu Xiaotian | 1 | -7/+6 | |
2019-11-07 | migrate from intltools to gettext | Wu Xiaotian | 7 | -18/+95 | |
2019-10-20 | Use gresource for mate-notification-properties.ui | rbuj | 5 | -22/+53 | |
2019-10-11 | travis: build mate-common from tarball | rbuj | 1 | -2/+25 | |
2019-10-11 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 7 | -58/+19 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. It removes c++ checks as there is no c++ code. | |||||
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-17 | Fix decoding the hints dictionary. | Kyle Brenneman | 5 | -69/+50 | |
g_variant_lookup works like g_variant_get, so using a format string of "v" only works if the type is actually a GVariant. Since none of the hints have GVariant values, that means every g_variant_get with a "v" format will fail. Fix all of the g_variant_lookup calls so that they either unpack a value directly, or use a "@" prefix when it's more convenient to fetch the value as a GVariant pointer. In addition, in cases where we do fetch a GVariant, make sure that we unreference it afterward. | |||||
2019-09-02 | mate-notification-properties: initialize do-not-disturb checkbox | Jason Conti | 1 | -0/+2 | |
2019-09-02 | mate-notification-properties: Add do-not-disturb checkbox | Jason Conti | 3 | -2/+57 | |
2019-09-02 | src/daemon/daemon.c: check for do-not-disturb and skip notification | Jason Conti | 1 | -7/+25 | |
2019-09-02 | * Add do-not-disturb setting | Jason Conti | 2 | -0/+6 | |
2019-08-30 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-04 | update to 1.23.0v1.23.0 | raveit65 | 2 | -1/+9 | |
2019-07-04 | tx: sync with transifex | raveit65 | 15 | -34/+220 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 5 | -92/+92 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+3 | |
2019-05-18 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-16 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-26 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -3/+64 | |
2019-04-01 | github release page | raveit65 | 1 | -0/+19 | |
2019-02-23 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+8 | |
2019-02-23 | tx: sync with transifex | raveit65 | 107 | -499/+1130 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -5/+11 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-10 | Revert "tx: fix Content-Type in resource file" | raveit65 | 1 | -2/+2 | |
This reverts commit 7eaf97381092b7b2f4a9d5180cdc36dfd61aa4f2. This is wrong. | |||||
2019-02-10 | tx: fix Content-Type in resource file | raveit65 | 1 | -2/+2 | |
2019-02-08 | update to use archlinux/base image | Wu Xiaotian | 1 | -3/+9 | |
2019-02-01 | Update to use the latest docker-build script. | Wu Xiaotian | 2 | -75/+80 | |
2019-01-27 | add debian sid to travis-CI config | raveit65 | 2 | -0/+25 | |
2019-01-26 | initial travis-CI support | raveit65 | 2 | -0/+66 | |