commit f1de4524913a9fe7750d00738c36bb9c50d528a5 Author: Georges Basile Stavracas Neto Date: Sun May 8 14:45:57 2016 -0300 theme: drop .views CSS class The default class for content viewers in Gtk+ is .view and ideally provided by the theme. Not only that, but it provides the exact same functionality of ours, but in a way that is overridable for theme designers. Fix this issue by removing the class from out CSS. https://bugzilla.gnome.org/show_bug.cgi?id=765664 data/theme/gtk-styles.css | 6 ------ data/ui/window.ui | 5 +---- 2 files changed, 1 insertion(+), 10 deletions(-) commit 9024ca7b2fe24bff98b3828d65689359ca7392f7 Author: Isaque Galdino Date: Tue Apr 26 23:14:32 2016 -0300 build: define first week day in the build script Calendar is not handling locale correctly, e.g. user’ set language to English (en-us) and format to Norwegian (nb-no), but Calendar assumes English format rather than Norwegian. Calendar code was ready to use the correct format, just like Shell and GtkCalendar. The issue was in the build script which was setting the correct locale variable responsible to make that code work. This patch fixes the build script. https://bugzilla.gnome.org/show_bug.cgi?id=762428 configure.ac | 11 +++++++++++ src/gcal-utils.c | 2 ++ 2 files changed, 13 insertions(+) commit a54f76f7af9b33fceed6abf4e5bd2318e44fb63b Author: Georges Basile Stavracas Neto Date: Sun May 8 14:13:01 2016 -0300 month-view: consider the top padding for the extra events popover When the mouse button is released, only the bottom padding was being taken into account to calculate whether the click was in the "Show N events" area. This commit fixes this issue by considering the top padding as well. https://bugzilla.gnome.org/show_bug.cgi?id=765678 src/gcal-month-view.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 9ac3e33b86276a1ef11c10235aebb8d142f3027e Author: Georges Basile Stavracas Neto Date: Sun May 8 12:00:02 2016 -0300 Revert "month-view: selection across months" This reverts commit c9ce2a93afa3ef068d5081fcfdf7b7d46fb78cb9. src/gcal-month-view.c | 180 ++++++++++++++++++-------------------------------- 1 file changed, 65 insertions(+), 115 deletions(-) commit 5bd7f33b770a246bb407f81d9f70487f60ddd8d6 Author: Georges Basile Stavracas Neto Date: Sun May 8 11:59:34 2016 -0300 Revert "year-view: Multiple Columns" This reverts commit 25b77142539d99825d7d053de58ca0bb46aec74e. data/ui/year-view.ui | 34 ++++++------------- src/gcal-year-view.c | 94 +++++++++++++++++++++++++--------------------------- 2 files changed, 56 insertions(+), 72 deletions(-) commit 7d2be28efeea49e1e1b31632bd833a31f6bdabef Author: Georges Basile Stavracas Neto Date: Sun May 8 11:59:07 2016 -0300 Revert "year-view: check for desktop environment" This reverts commit 649d03adaebfc929243ad73b5f4178818c9b0461. src/gcal-year-view.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) commit 94b4abd546c0752e11041b4632831e86d5dda741 Author: Kjartan Maraas Date: Sun May 1 14:34:38 2016 +0200 Updated Norwegian bokmål translation. po/nb.po | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 26 deletions(-) commit 5023adcf8276ad44e8fc0bc24d8497013fb039cb Author: Tiago Santos Date: Sat Apr 30 15:36:37 2016 +0000 Updated Portuguese translation po/pt.po | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit 14b0515f590e84e387e6532611a9b0c94fdf4c5e Author: Rūdolfs Mazurs Date: Sun Apr 24 16:20:16 2016 +0300 Update Latvian translation po/lv.po | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) commit 29aec5ef0b5e571467abaa863cb8fe1e04cbc72f Author: Thadeu Lima de Souza Cascardo Date: Sat Apr 2 11:37:51 2016 -0300 source-dialog: protect against NULL user address e_webdav_discover_sources_finish can discover no user addresses and return a NULL user_addresses. Check for that before calling e_source_webdav_set_email_address. https://bugzilla.gnome.org/show_bug.cgi?id=765170 src/gcal-source-dialog.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 0b1177675d7cfaf0fa6dd53864796e72849a4c99