Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-12-20 | tx: fix typo in previous commit | raveit65 | 1 | -2/+2 | |
2018-12-20 | tx: fix Project-Id-Version and Content-Type in resource file | raveit65 | 1 | -5/+5 | |
2018-12-20 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+3 | |
2018-12-02 | Avoid compile warning for g_type_class_add_private | Wu Xiaotian | 2 | -118/+87 | |
- src/daemon/daemon.c - src/daemon/daemon.h | |||||
2018-06-22 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+9 | |
2018-06-22 | sync with transifex | raveit65 | 106 | -2178/+8046 | |
2018-06-15 | update .pot file | raveit65 | 1 | -6/+5 | |
2018-06-15 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-06-06 | Drop dbus-glib dependence | yetist | 1 | -4/+1 | |
2018-06-06 | Use GVariant | yetist | 6 | -41/+39 | |
2018-06-06 | Migrate from dbus-glib to GDBus | yetist | 2 | -333/+267 | |
2018-06-06 | Add signals, remove annotation from xml file | yetist | 1 | -6/+9 | |
2018-06-06 | Use gdbus generate files | yetist | 1 | -6/+14 | |
2018-06-06 | Add new file | yetist | 1 | -0/+93 | |
2018-05-13 | Fix some gdk deprecations | yetist | 1 | -15/+15 | |
2018-04-24 | src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from ↵ | Mike Gabriel | 1 | -2/+2 | |
libglib2.0-bin. |