gnome-calendar:wip/gbsneto/timezone-marks

Last commit made on 2016-02-18
Get this branch:
git clone -b wip/gbsneto/timezone-marks https://git.launchpad.net/gnome-calendar

Branch merges

Branch information

Name:
wip/gbsneto/timezone-marks
Repository:
lp:gnome-calendar

Recent commits

8f6d7f7... by Georges Basile Stavracas Neto

event-widget: add a visual clue of different timezones

9df6a37... by Georges Basile Stavracas Neto

edit-dialog: fix more timezone issues

078f39a... by Mario Blättermann

Updated German translation

fd6d6e9... by Georges Basile Stavracas Neto

quick-add-popover: fix event creation again

21aa8ec... by Georges Basile Stavracas Neto

event-widget: simplify rendering code

2ed3bf4... by Fábio Nogueira

Updated Brazilian Portuguese translation

1a77668... by Georges Basile Stavracas Neto

style: improve style

83d49be... by Georges Basile Stavracas Neto

style: match single and multi day event themes

We were using different border radius values, and this
commit unifies them.

47bf180... by Georges Basile Stavracas Neto

month-view: fix bottom event overflow calc

We draw a sector of height = bottom_padding * 2 + font_height,
but we calculate it wrongly. Fix that by correctly multiplying
by 2.

6775ffd... by Georges Basile Stavracas Neto

edit-dialog: edit datetimes in the system timezone

The dates are adjusted to the system timezone when an
event is set, and we adjust it back to the event's zone
when we save and close the dialog.