gnome-calendar:gnome-3-28

Last commit made on 2018-08-17
Get this branch:
git clone -b gnome-3-28 https://git.launchpad.net/gnome-calendar

Branch merges

Branch information

Name:
gnome-3-28
Repository:
lp:gnome-calendar

Recent commits

d80dcb7... by Sveinn í Felli

Update Icelandic translation

eb67eff... by Georges Basile Stavracas Neto

date-chooser: Ensure selected day is contained in new month

When navigating through the dates of GcalDateChooser, if we
select a day (e.g. 31) that is not contained inside the next
or previous month, Calendar crashes.

Fix that by ensuring that the selected day is always contained
in the new month.

https://gitlab.gnome.org/GNOME/gnome-calendar/issues/284

(cherry picked from commit 7e9ef5e055313ebe1c89f61dc7a6b5eb1a12b67a)

82e8965... by GunChleoc

Update Scottish Gaelic translation

0a12e9f... by Georges Basile Stavracas Neto

event: really fix multiday check

The time difference should've been greater than
zero since the beginning.

08ec491... by Georges Basile Stavracas Neto

event-widget: React to time changes

When an event is timed, and we move past its end
date and time, the event does not react to that
and continues with the opacity of a regular event.

Fix that by reacting to minute changes.

970273f... by Georges Basile Stavracas Neto

manager: Move GcalClock to GcalApplication

GcalManager is basically an object that is shared
among classes that need to modify calendars, while
GcalClock is just a wall clock implementation.

Move it to GcalApplication, so that objects without
access to GcalManager can still access the clock.

c4d1f98... by Georges Basile Stavracas Neto

Bump 3.28.2 release

e0a397d... by Abdullahi Usman <email address hidden>

event-widget : hide hour label on full day event

All events in month-popover displays hour-label indicating their start time,
but all-day events should not display their start time.

This is caused by gtk_widget_show_all recursively setting the events list-box
and all its childrens visible.

We replace gtk_widget_show_all with gtk_widget_show to show the events list-box
and its childrens.

https://gitlab.gnome.org/GNOME/gnome-calendar/issues/250

(cherry picked from commit c7f522eaddca0a1279e9f63132f44b56525a29c5)

363f30c... by Georges Basile Stavracas Neto

month-popover: don't be so small

This commit limits the month popover at least
250px wide. To make it actually usable.

b16b19b... by Georges Basile Stavracas Neto

month-popover: popdown when adding new event