]> git.etc.gen.nz Git - picture-display.git/commit
The Notifications object now handles displaying multiple notifications.
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 27 Oct 2008 09:13:16 +0000 (22:13 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 27 Oct 2008 09:13:16 +0000 (22:13 +1300)
commit9a637ebe239fec3ad8a33cf7c1b9e1fda2b2382c
treee76f14cb1ba8739f0326e5c79c798a1585714570
parentc010a4995a01a751f96c13b47e50977686cac19c
The Notifications object now handles displaying multiple notifications.

When a new notification is submitted the existing ones are moved up the
screen, then the new one is faded in.  The blocks get expired after a
pre-set amount of time.

Also allows the submitted notification to just be a text string and
we'll take care of creating the Clutter::Label.
lib/Display/Notifications.pm
lib/Display/Plugins/MPD.pm
lib/Display/Plugins/NotifyTest.pm