commit 68e4dc07fa07cb0d9644de9a4164d9a64c494ecb Author: Isaque Galdino Date: Tue Feb 28 01:43:16 2017 -0300 Bump 3.22.3 release NEWS | 11 +++++++++++ configure.ac | 2 +- data/appdata/org.gnome.Calendar.appdata.xml.in | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) commit 454264afe64eb4518b927b3918fdc5e6b9d477b5 Author: Georges Basile Stavracas Neto Date: Mon Feb 27 19:48:09 2017 -0300 project: update TODO TODO | 17 ----------------- 1 file changed, 17 deletions(-) commit 4b25ca228feccf132f78d11f52546163a845d8a0 Author: Georges Basile Stavracas Neto Date: Tue Jan 24 09:22:57 2017 -0200 search-view: various fixes src/gcal-search-view.c | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) commit 4a6d2952478ae1bbb62e9245acbc190ab0007949 Author: Georges Basile Stavracas Neto Date: Tue Jan 24 08:59:00 2017 -0200 search-view: only decrease search counter when something is removed Because we were blindlessly decreasing the search hit counter without considering that we could've not removed anything, the search hit counter is going nuts. Fix that by properly checking if something was removed, and only decrease the search hit counter when that happens. src/gcal-search-view.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) commit fa79031d0f106990fca9ea0b895949bd8a1360e9 Author: Mohammed Sadiq Date: Thu Feb 9 07:59:54 2017 +0530 quick-add-popover: focus entry after calendar selection Pressing 'Enter' key shall always save the event. So focusing on 'Add' button after selecting calendar is redundant. Instead, focus on the entry, so that the user can add more text without manually focusing. https://bugzilla.gnome.org/show_bug.cgi?id=778373 src/gcal-quick-add-popover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 96dace02b585b3ab95d7dacfa0b51e3fcc6d12e6 Author: Yash Singh Date: Tue Feb 7 23:15:00 2017 +0530 gcal-window: Declare 'view' as type guint32 Earlier 'view' was declared as a 'guint' but was used as 'gint'. This patch changes the declaration of 'view' to gint32. https://bugzilla.gnome.org/show_bug.cgi?id=778299 src/gcal-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 677997ca562c4f7fca20eb97b2184c61dcb21c25 Author: Georges Basile Stavracas Neto Date: Mon Feb 27 08:53:49 2017 -0300 month-view: fix warning on closing overflow popover src/gcal-month-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 079adfb7a0da4d43516790993f1f0c9c9701683a Author: Georges Basile Stavracas Neto Date: Mon Feb 20 08:27:48 2017 -0300 window: reset edit dialog's event on response Currently, we keep the to-be-edited event of the Edit dialog when it sends any response. However, this can cause issues since we can edit the event, press Esc and see that the event didn't change but Edit dialog keeps the changes. Fix that by always resetting the edited event to NULL after a response. https://bugzilla.gnome.org/show_bug.cgi?id=778644 src/gcal-window.c | 1 + 1 file changed, 1 insertion(+) commit 27598a02e573ce9fc86345518766849b6472449f Author: Isaque Galdino Date: Thu Feb 23 12:50:09 2017 -0300 multi-choice: Fix endless timeout There are two mapped events for each back/forward buttons in this widget: button-press and button-release. When you reach the limits like January and December, button-release is lost, and you don't get it anymore. That caused button_timeout function to not be disable anymore, so it's kept in loop forever. This code fix checks in button_timeout function if any of the back/ forward buttons are still mapped. If not, it prevents from calling button_timout, stopping the loop. https://bugzilla.gnome.org/show_bug.cgi?id=776459 src/gcal-multi-choice.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 62e91bffba2f1166316b028363f7b8d62b83c436 Author: Mohammed Sadiq Date: Tue Nov 22 16:21:43 2016 +0530 application: cleanup finalize method Calendar now segfaults due to faling function gtk_style_context_remove_provider_for_screen in application finalize method. As application finalize method is called only when the application closes, there isn't any hard requirement to cleanup every trailings. Operating System shall take care of that. So removing the failing functions so as to not segfault on exit anymore. https://bugzilla.gnome.org/show_bug.cgi?id=773871 src/gcal-application.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit c0c870747d99fa9657d1b0f5bd2cd54a76966912 Author: Baurzhan Muftakhidinov Date: Wed Jan 25 08:54:48 2017 +0000 Update Kazakh translation po/kk.po | 83 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 40 insertions(+), 43 deletions(-) commit ebd6928d26ef6505df3e9c7867d357fbf1144fd4 Author: Sveinn í Felli Date: Tue Jan 10 06:54:19 2017 +0000 Update Icelandic translation po/is.po | 237 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 163 insertions(+), 74 deletions(-) commit 12967d01bb425fd340f1d33c73f62ad884765d65 Author: Georges Basile Stavracas Neto Date: Mon Dec 19 22:23:56 2016 -0200 Bump 3.22.2 release NEWS | 10 ++++++++++ configure.ac | 2 +- data/appdata/org.gnome.Calendar.appdata.xml.in | 22 +++++++++++++++++++++- 3 files changed, 32 insertions(+), 2 deletions(-)