gnome-shell:message-tray

Last commit made on 2010-01-12
Get this branch:
git clone -b message-tray https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
message-tray
Repository:
lp:gnome-shell

Recent commits

8fc9d0c... by Dan Winship

Kill notification-daemon at startup when running in --replace mode

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

803a204... by Dan Winship

Line-wrap the notification content

Doesn't quite work for very long notifications yet, because the
message tray itself has a fixed height.

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

a02e6d3... by Dan Winship

remove messaging.js; use notificationDaemon.js for empathy messages too

Empathy sends notifications on all the events we care about, so just use
those rather than fiddling with Telepathy to get duplicate copies of them.

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

a424bbb... by Dan Winship

Show both summary and body of notifications, and support body-markup

Previously we were only showing the summary for notifications, but most
notifications only make sense if you show both.

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

4ab513c... by Marina Zhurakhinskaya <email address hidden>

Combine notifications and the summary mode in a single message tray

We should either be showing the message tray in the notification or the summary mode.
This is best achieved if the message tray actor contains both, and either one is shown
at any given time.

Queue notifications so that each queued notification is shown when the previous one
times out or when the user is done interacting with the message tray and moves
the mouse away from it. (In the future, we will have some sort of an indication that
there are queued notifications and a way to have the next notification displayed
without moving the mouse away from the message tray.)

09653fb... by Dan Winship

Merge branch 'master' into message-tray

Conflicts:
 js/ui/main.js

b179195... by Dan Winship

rebase fail. fix ef49ada57510ad386cabe6d09bb8f7e7cb9bf67b

af1a3b1... by Dan Winship

Implement additional notification daemon icon types

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

ef49ada... by Dan Winship

add an explicit message tray Source type

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

6c3b8e2... by Dan Winship

[messaging] update avatar code to use non-deprecated interfaces

Also fixes it to notice avatar updates

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