commit 51cddd548370183f3f2540e3241ba8c4f556b42e Author: Erick Perez Castellanos Date: Tue Dec 22 23:55:12 2015 -0600 date-selector: fix typo The parsing of the date mask was never happening because it was always assuming it was wrong. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=758391 src/gcal-date-selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3425f10938d6d31826a81d4cb79e08c31e8da207 Author: Erick Perez Castellanos Date: Mon Dec 21 22:53:33 2015 -0600 year-view: Get selected date before hiding popover Bug: https://bugzilla.gnome.org/show_bug.cgi?id=757931 src/gcal-year-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 06e2022a1b03dd64af8ff0a42b55a2f5622ea1e3 Author: Seán de Búrca Date: Sat Sep 26 14:37:43 2015 -0600 Correct string error data/ui/source-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f5298b49d05610c8387a2fac44de58442d5c2416 Author: Georges Basile Stavracas Neto Date: Tue Oct 27 12:00:49 2015 -0200 month-view: don't show popover when clicking an invalid cell Because we're using a simple (gint) cast to round y value of the clicked point, a negative y was rounding to a valid cell position and showing the popover even when the user clicked on the blank cells before the actual month view. Fix that by properly checking if y is negative. https://bugzilla.gnome.org/show_bug.cgi?id=755910 src/gcal-month-view.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit eeb18a1f1e150790001bb1e7c8c6dfa82b0b9e77 Author: Georges Basile Stavracas Neto Date: Tue Oct 27 11:57:51 2015 -0200 month-view: fix mirroring macro It was using a local variable, which is a bad idea. It only worked because we were using it in the context of that local variable, but it was luck. src/gcal-month-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 01560d37b0ef8f5d4dc79d9a558262a5d1b71d9f Author: Erick Perez Castellanos Date: Wed Oct 21 08:49:55 2015 -0500 manager: prevent excessive logging. Skip "Job failed" warning when the error is caused by ouselves cancelling the thread. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=749337 src/gcal-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 088cfe6907abaebf4d6373839ceeb28f23823948 Author: Erick Perez Castellanos Date: Tue Oct 20 09:34:50 2015 -0500 date-selector: use glib string translations Bug: https://bugzilla.gnome.org/show_bug.cgi?id=756412 src/gcal-date-selector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d3fad11eaebcab05435f0099cf1f69392afc4290 Author: Bastien Nocera Date: Tue Oct 20 15:30:40 2015 +0200 po: Add British English translation https://bugzilla.gnome.org/show_bug.cgi?id=756412 po/LINGUAS | 1 + po/en_GB.po | 474 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 475 insertions(+) commit 2c00c34a1479a46778981f36bca97e88e327a084 Author: Georges Basile Stavracas Neto Date: Wed Dec 9 20:43:39 2015 -0200 project: remove OnlyShowIn from desktop file This limits the visibility of GNOME Calendar, which should be usable in other desktop environments as well. https://bugzilla.gnome.org/show_bug.cgi?id=758730 data/org.gnome.Calendar.desktop.in.in | 1 - 1 file changed, 1 deletion(-) commit 5b09520f204fc8125dc45831ae827ccec14a3369 Author: Daniel Șerbănescu Date: Tue Nov 3 18:12:44 2015 +0000 Added Romanian translation po/LINGUAS | 1 + po/ro.po | 485 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 486 insertions(+) commit 6b8037e273618d09fb2c290a16283d88a7e09ecc Author: Sveinn í Felli Date: Mon Nov 2 13:14:53 2015 +0000 Updated Icelandic translation po/is.po | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) commit cc003487fd0d906da1b8157910e6ed265d60b295 Author: Erick Perez Castellanos Date: Fri Oct 16 18:56:23 2015 -0500 Bump version to 3.18.1 for release Updated NEWS file NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)