commit cc8ac0b2fdcc927a616c303931f1fdd34fc0180c Author: Mohammed Sadiq Date: Sat May 6 20:52:47 2017 +0530 week-view: fix signal emission on scrolled_window This was causing segfault in week-view https://bugzilla.gnome.org/show_bug.cgi?id=782269 src/views/gcal-week-view.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ace26e90608618ae69af1414b0470fff69587134 Author: Georges Basile Stavracas Neto Date: Mon May 8 21:26:21 2017 -0300 event-widget: properly escape event description When we escape first, then truncate, we might end up truncating at the middle of a special character sequence, breaking the markup. Fix that by escaping after truncating. src/gcal-event-widget.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) commit 112787179b457e7ca349b0cefc121ee1d34b731a Author: Mohammed Sadiq Date: Sat May 6 20:18:28 2017 +0530 application: fix setting active-date logic https://bugzilla.gnome.org/show_bug.cgi?id=782192 src/gcal-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7e2c7199b28290e8ec51083a796868f886701de Author: Kevin Lopez Date: Thu May 4 04:12:43 2017 +0200 search-view: hide if click is performed outside Result drop down should disappear when any click is performed outside that drop down. https://bugzilla.gnome.org/show_bug.cgi?id=747962 src/gcal-window.c | 41 ++++++++++++++++++++++++++++++++++++++++- src/views/gcal-month-view.c | 2 +- src/views/gcal-week-grid.c | 2 +- src/views/gcal-week-header.c | 2 +- src/views/gcal-year-view.c | 4 ++-- 5 files changed, 45 insertions(+), 6 deletions(-) commit e00bed49ac4ab1ef60e02feab27fa78f901604ac Author: Orkun Tezer Date: Wed May 3 03:49:23 2017 +0300 week-header: Move events at column after remove event from list The Problem: When user remove 4rt fullday event, header only shows two events and not shows 3rd fullday event Because, we check and set visibility of event that user wants to remove from calendar, before remove event from event list which causes 3rd event unvisible. Fix that with check and set visibility of event after remove event from event list, then visibilties and overflow corretly calculated https://bugzilla.gnome.org/show_bug.cgi?id=777423 src/views/gcal-week-header.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 24dbb7d465ce2fab13ecc69e693cd90ec68368c6 Author: Yuras Shumovich Date: Mon May 1 15:16:10 2017 +0000 Add Belarusian translation po/LINGUAS | 1 + po/be.po | 655 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 656 insertions(+) commit 9200eea0f266bac84debe9cd5c405cce2a9faf31 Author: Georges Basile Stavracas Neto Date: Sat Apr 29 12:56:19 2017 -0300 month-view: simplify code src/views/gcal-month-view.c | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) commit 673586a453e01ba6d53a449d8c567597776f25f2 Author: Georges Basile Stavracas Neto Date: Sat Apr 29 12:54:43 2017 -0300 week-grid, week-header: properly initialize datetimes Since we use autoptr on those, we may end up falling in to the early return and mistakenly unreferencing the not initialized new date. src/views/gcal-week-grid.c | 4 +++- src/views/gcal-week-header.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)