gnome-calendar:new-year-view

Last commit made on 2015-01-20
Get this branch:
git clone -b new-year-view https://git.launchpad.net/gnome-calendar

Branch merges

Branch information

Name:
new-year-view
Repository:
lp:gnome-calendar

Recent commits

6b1a73b... by erick2red

year-view: impl GcalView::get_children_by_uuid

bf153b5... by erick2red

GcalView: add get_children by uuid method

After adding it and removing it, and adding it again. I think this time
is for good. We're keeping GcalView interface as parent of every view
shown in the application.

28cfda4... by erick2red

month-view: optimize days_delay update

No need of memory allocation and releasing which is costly.

033aff7... by erick2red

window: disable week-view as it is unfinished

After the release we will restart the work on it

7499cb1... by erick2red

year-view: fix subscriber callback

GcalYearView::start_selected_date will always be started into something
and comparing against zero no matters what returns will enter in one of
the two categories
Still before 3.16, this code should change.

908ed7e... by erick2red

year-view: update sidebar on year changing

bc75351... by erick2red

year-view: added popover mode

149f761... by erick2red

year-view: comment for post-release fixes

07d0e7c... by erick2red

year-view: connect current_date to window

Update sidebar whenever the current_date is updated.
This current_date mechanism is going to be moved completely into GcalWindow.

719e05f... by erick2red

year-view: updated UI