~jconti/recent-notifications/trunk

106 by Jason Conti
Adding code to adjust the wrap width of the message list based on the size of the scrolled window that contains it. Removed the frame from the message window. Adding a script to send test notifications.
1
#!/bin/bash
109 by Jason Conti
Adding a popup menu to the message list. Right clicking on a cell will bring up a menu for copying the text of a cell and copying or visiting links in a cell. Ideally, I would prefer links just be clickable, but CellRendererText doesn't appear to support this (so far, only Labels support it).
2
notify-send "This is a test" "This is a test and http://www.yahoo.com/ also http://www.slashdot.org"
106 by Jason Conti
Adding code to adjust the wrap width of the message list based on the size of the scrolled window that contains it. Removed the frame from the message window. Adding a script to send test notifications.
3
sleep 1
4
109 by Jason Conti
Adding a popup menu to the message list. Right clicking on a cell will bring up a menu for copying the text of a cell and copying or visiting links in a cell. Ideally, I would prefer links just be clickable, but CellRendererText doesn't appear to support this (so far, only Labels support it).
5
notify-send "Dinner Time" "This test is a slightly longer message that will probably be wrapped. http://www.google.com is also a link."
106 by Jason Conti
Adding code to adjust the wrap width of the message list based on the size of the scrolled window that contains it. Removed the frame from the message window. Adding a script to send test notifications.
6
sleep 1
7
8
notify-send "Okay last one" "And now I just keep typing and typing and typing and I wonder if this message is long enough yet probably not so I will continue a few more words okay."
9
sleep 1