commit acc9dc47482b0a03b3d8c23fb44b6d40fbb020ee Author: Erick Pérez Castellanos Date: Wed Dec 24 15:17:47 2014 -0500 NEWS: updated for release NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit bc1560c609d2f96db3aa14e2926e4d0f85385f49 Author: Erick Pérez Castellanos Date: Wed Dec 24 15:12:20 2014 -0500 manager: cleaner way of returning enabled sources src/gcal-manager.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit d1315de42abfe79d53ba1af4463e91af57277ac5 Author: Erick Pérez Castellanos Date: Wed Dec 24 15:00:56 2014 -0500 date-selector: fixed re-entry in ::set_date This was causing double actualization of internal day,month,year variables because GtkCalendar::day-selected signal handler is run by default after the user connected ones. src/gcal-date-selector.c | 2 ++ 1 file changed, 2 insertions(+) commit a7aed0987a1820fe883554d9be04932d0042f2f1 Author: Erick Pérez Castellanos Date: Wed Dec 24 13:33:29 2014 -0500 month-view: fix draw and allocation on 6 rows months Sometimes months expand 6 rows completely instead of the regular 5. March, 2015 is an example of it. Allocation of widgets, drawing of indicators, placement of the overflow popover was wrong. src/gcal-month-view.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit cf69b68288c136d0aba460607f06dcdc88d54e82 Author: Erick Pérez Castellanos Date: Wed Dec 24 13:27:35 2014 -0500 date-selector: always use 4 digits entry for years Since GtkCalendar widget is a bit clunky to navigate fast between years, using a four years digits it's better because we are still very close to the change of the century. src/gcal-date-selector.c | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) commit 8877e89e65b80e1fb3dc766d88c56bf394ac9fad Author: Erick Pérez Castellanos Date: Wed Dec 24 11:09:08 2014 -0500 manager: add debug statements src/gcal-manager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 358b3766a0f091a05cfa24d7eb5056beab0cdc3d Author: Erick Pérez Castellanos Date: Wed Dec 24 11:08:30 2014 -0500 manager: don't query disconnected clients src/gcal-manager.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit 375425573d1e38ed401e1b8e93145dbe2a9dd019 Author: Erick Pérez Castellanos Date: Wed Dec 24 11:07:37 2014 -0500 edit-dialog: fix memory leak Also, evolution set altrep to NULL usually, we better do the same. src/gcal-edit-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8ffb7fcd612d5c9f3fb2599424f3447109b4f25e Author: Georges Basile Stavracas Neto Date: Wed Dec 24 10:47:01 2014 -0200 configure: updated link to wiki.gnome.org configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fb57d5998a755b994dcae506eefb3b2cd9671dd1 Author: Georges Basile Stavracas Neto Date: Tue Dec 23 21:35:05 2014 -0200 month-view: better handle overflow background draw src/gcal-month-view.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)