summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-29Travis CI: arch build: add autoconf-archive1.22Pablo Barciela1-0/+1
2020-02-25build: drop MATE_CXX_WARNINGSPablo Barciela1-1/+0
2020-02-23travis: update config for new travis validationraveit652-99/+100
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-23Travis CI: use Ubuntu 19.10 instead 19.04Pablo Barciela1-1/+1
2019-10-14Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-09-21release 1.22.1v1.22.1raveit652-1/+6
2019-09-21tx: sync with transifexraveit65108-456/+643
2019-09-17Fix decoding the hints dictionary.Kyle Brenneman5-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-05-28travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+3
2019-04-01github release page for stable branchraveit651-0/+19
2019-03-14tx: update transifex configraveit651-1/+1
2019-02-23release 1.22.0v1.22.0raveit652-1/+8
2019-02-23tx: sync with transifexraveit65107-499/+1130
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-5/+11
Please see mate-desktop/mate-dev-scripts#13
2019-02-10Revert "tx: fix Content-Type in resource file"raveit651-2/+2
This reverts commit 7eaf97381092b7b2f4a9d5180cdc36dfd61aa4f2. This is wrong.
2019-02-10tx: fix Content-Type in resource fileraveit651-2/+2
2019-02-08update to use archlinux/base imageWu Xiaotian1-3/+9
2019-02-01Update to use the latest docker-build script.Wu Xiaotian2-75/+80
2019-01-27add debian sid to travis-CI configraveit652-0/+25
2019-01-26initial travis-CI supportraveit652-0/+66
2018-12-20tx: fix typo in previous commitraveit651-2/+2
2018-12-20tx: fix Project-Id-Version and Content-Type in resource fileraveit651-5/+5
2018-12-20disable deprecation warnings for distcheckraveit651-1/+3
2018-12-02Avoid compile warning for g_type_class_add_privateWu Xiaotian2-118/+87
- src/daemon/daemon.c - src/daemon/daemon.h
2018-06-22release 1.21.0v1.21.0raveit651-0/+9
2018-06-22sync with transifexraveit65106-2178/+8046
2018-06-15update .pot fileraveit651-6/+5
2018-06-15pre-bump versionraveit652-1/+3
2018-06-06Drop dbus-glib dependenceyetist1-4/+1
2018-06-06Use GVariantyetist6-41/+39
2018-06-06Migrate from dbus-glib to GDBusyetist2-333/+267
2018-06-06Add signals, remove annotation from xml fileyetist1-6/+9
2018-06-06Use gdbus generate filesyetist1-6/+14
2018-06-06Add new fileyetist1-0/+93
2018-05-13Fix some gdk deprecationsyetist1-15/+15
2018-04-24src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from ↵Mike Gabriel1-2/+2
libglib2.0-bin.
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+185
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-01-30release 1.20v1.20.0raveit652-1/+6
2018-01-30sync with transifexraveit651-1/+1
2018-01-30require GTK+ 3.22 and GLib 2.50monsta9-165/+3
and drop additional checks for min/max GLib versions, it's not needed
2017-12-26release 1.19.1v1.19.1raveit652-1/+6
2017-12-26sync with transifexraveit6573-1548/+1549
2017-12-12WidthOfScreen and HeightOfScreen implementationPablo Barciela2-7/+7
This commit reverts: https://github.com/mate-desktop/mate-notification-daemon/commit/52b7c3807e71278f2d902a79cf6c08c839a1b0ad And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-09-02release 1.19.0v1.19.0raveit651-0/+8
2017-09-02sync with transifexraveit6513-131/+138
2017-08-29gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker4-1/+115
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point