commit 45b34d142a1d4ff635c189b130c5fea3a9b4ddc6 Author: Georges Basile Stavracas Neto Date: Wed Sep 14 12:22:23 2016 -0300 Bump 3.20.4 release NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit e4e0ba2496b5182b3587c6a543f2cc3b1b43ad83 Author: Georges Basile Stavracas Neto Date: Wed Sep 14 12:19:44 2016 -0300 edit-dialog: fix sensitivity of time buttons data/ui/edit-dialog.ui | 2 -- src/gcal-edit-dialog.c | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) commit 89bd07630d7407406e3b4a60519d274c8775ab0e Author: Ernestas Kulik Date: Tue Aug 2 00:35:39 2016 +0300 edit-dialog: fake inclusive end date for all-day events Currently, all-day multi-day events are displayed inconsistently with regard to other calendar applications. That is due to strict following of RFC 5545, which mandates non-inclusive all-day multi-day event end dates. This commit makes the edit dialog display a faked date for such events. https://bugzilla.gnome.org/show_bug.cgi?id=769300 src/gcal-edit-dialog.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) commit 1ace8d3973207478984167afe4a17fbf00380b5f Author: Ernestas Kulik Date: Wed Jul 27 22:12:57 2016 +0300 edit-dialog: set time format unconditionally If GcalEditDialog.format_24h is initialized to zero, the call to gcal_edit_dialog_set_time_format() from GcalWindow will not make period_combo boxes visible on systems, where 12-hour clocks are used. This commit fixes that by removing the if statement from the function. https://bugzilla.gnome.org/show_bug.cgi?id=765370 src/gcal-edit-dialog.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit ec922f6ea08749a8c3b428d5cbfdfb9f84e91931 Author: Ernestas Kulik Date: Thu Jul 28 00:46:36 2016 +0300 time-selector: fix 12-hour format Currently, the date selector allows hours in range [0; 11], which is not the convention. This commit fixes the conversion logic. https://bugzilla.gnome.org/show_bug.cgi?id=756377 src/gcal-time-selector.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) commit 8f759e2d82760b7404ed89a5c0c32118df2307bf Author: Ernestas Kulik Date: Wed Jul 27 22:24:36 2016 +0300 time-selector: fix AM to PM time logic Currently, the hour component of the time is doubled when switching from AM to PM, which is incorrect. This commit fixes the logic by adding 12 hours when switching to PM. https://bugzilla.gnome.org/show_bug.cgi?id=765370 src/gcal-time-selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fb5927235fa4b9f0617f0cedc9c509c03d63e978 Author: GNOME Translation Robot Date: Mon Sep 5 11:42:44 2016 +0000 Updated Scottish Gaelic translation po/gd.po | 346 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 218 insertions(+), 128 deletions(-) commit 8070bd145cd963d8dd26ef544498042179c4bc47 Author: Georges Basile Stavracas Neto Date: Wed Aug 31 17:29:31 2016 -0300 Bump 3.20.3 release NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-)