gnome-shell:zeitgeist

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

Branch merges

Branch information

Name:
zeitgeist
Repository:
lp:gnome-shell

Recent commits

07c3995... by Seif Lotfy

Use the correct ID for app that is being launched

23d1d18... by Federico Mena Quintero

Convert stringified timestamps from D-Bus to integers

We already had the symmetrical code to convert numerical timestamps to strings before
sending out D-Bus requests, anyway.

Signed-off-by: Federico Mena Quintero <email address hidden>

23bf5db... by Federico Mena Quintero

Merge remote branch 'origin/master' into zeitgeist

f81af32... by Aron Xu

Update Simplified Chinese translation.

8f51988... by Owen Taylor

Bump version to 2.91.93

96c2b5e... by Giovanni Campagna <email address hidden>

MessageTray: don't forward click on sources with notifications

When a source has an associated tray icon, we would forward all clicks
to the X11 window, meaning that the summary notification could not
be opened. Instead, restore normal event flow for clicks, when the
source has notifications in the queue.

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

c5eb324... by Owen Taylor

Fix problem with app menu showing when leaving overview

Since the opacity of the application menu is controlled by
it's _targetIsCurrent flag, we need to respect that when entering
and leaving the overview.

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

f117d9b... by Jasper St. Pierre

telepathyClient: give a separate style to TpLogger messages

Sometimes, log messages are hard to differentiate from normal,
unread recent messages, so give a separate style to messages
retrieved from the TelepathyLogger service.

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

b470736... by Owen Taylor

telepathyClient: Do a better job with old chat timestamps

If we have a date that's not within the last week, it's really
confusing to display it as "Sent at 9:23 on Tuesday". Steal
some strings from calendar.js for displaying older dates to
avoid a string-freeze break.

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

b2a2a00... by Jasper St. Pierre

telepathyClient: insert a timestamp between log messages and pending messages

This will give a visual break, giving a bit of clarity when a message
is received from a new contact.

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