gnome-shell:datetime

Last commit made on 2011-01-28
Get this branch:
git clone -b datetime https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
datetime
Repository:
lp:gnome-shell

Recent commits

2be9290... by David Zeuthen <email address hidden>

Merge branch 'master' into datetime

e82cbf3... by David Zeuthen <email address hidden>

Simplify code for 'This week' / 'Next week' logic

Also make the calendar work when there are many all-day events shown. See

 http://people.freedesktop.org/~david/many-all-day-events.png

for details.

Signed-off-by: David Zeuthen <email address hidden>

074fe3e... by Daniel Mustieles

Updated Spanish translation

0b05280... by David Zeuthen <email address hidden>

Merge branch 'master' into datetime

5666fde... by Marina Zhurakhinskaya <email address hidden>

Add a missing colon

Fixes a syntax error.

cd46802... by David Zeuthen <email address hidden>

Merge branch 'master' into datetime

57ebfb5... by David Zeuthen <email address hidden>

Add Evolution Data Server to required packages

Signed-off-by: David Zeuthen <email address hidden>

e9613b0... by Marina Zhurakhinskaya <email address hidden>

Emit NotificationClosed for a notification iff we destroy it

This fixes emitting NotificationClosed for resident notifications
that are clicked, but are not actually destroyed.

This also ensures that we emit NotificationClosed in all cases when
a notification is destroyed, which can happen when:
- a non-resident notification is clicked
- an action is invoked on a non-resident notification
- an application the notification was associated with is focused
- a transient notification is done showing
- a notification was requested to be closed by the application
- a tray icon the notification was associated with is removed

https://bugzilla.gnome.org/show_bug.cgi?id=638071

8a1313b... by David Zeuthen <email address hidden>

Update for comments from code review

See https://bugzilla.gnome.org/show_bug.cgi?id=632109#c41 for the review.

Signed-off-by: David Zeuthen <email address hidden>

803e741... by David Zeuthen <email address hidden>

Merge branch 'master' into datetime