| 1 |
2009-03-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> |
|---|
| 2 |
|
|---|
| 3 |
* src/Notification.cs: |
|---|
| 4 |
Patch by Cody Russell <bratsche {at} gnome.org>: |
|---|
| 5 |
Check if Capabilities are null before using them. |
|---|
| 6 |
|
|---|
| 7 |
2009-03-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> |
|---|
| 8 |
|
|---|
| 9 |
* src/Notification.cs: |
|---|
| 10 |
Patch by Cody Russell <bratsche {at} gnome.org>: |
|---|
| 11 |
When adding a new action, first check that the notification |
|---|
| 12 |
daemon supports actions. (BGO #571177) |
|---|
| 13 |
|
|---|
| 14 |
2008-03-20 Sebastian Dröge <slomo@circular-chaos.org> |
|---|
| 15 |
|
|---|
| 16 |
* src/Notification.cs: |
|---|
| 17 |
Add a CloseHandler delegate for the Close event as it |
|---|
| 18 |
doesn't get EventArgs but CloseArgs. |
|---|
| 19 |
|
|---|
| 20 |
* docs/en/Notifications/CloseHandler.xml: |
|---|
| 21 |
* docs/en/index.xml: |
|---|
| 22 |
Update docs. |
|---|
| 23 |
|
|---|
| 24 |
2008-03-20 Sebastian Dröge <slomo@circular-chaos.org> |
|---|
| 25 |
|
|---|
| 26 |
* src/Global.cs: |
|---|
| 27 |
* src/Notification.cs: |
|---|
| 28 |
Use uint as internal type for the close reason. |
|---|
| 29 |
|
|---|
| 30 |
2008-03-20 Sebastian Dröge <slomo@circular-chaos.org> |
|---|
| 31 |
|
|---|
| 32 |
* configure.ac: |
|---|
| 33 |
Require GTK# >= 2.10.1 for Gtk.StatusIcon. |
|---|
| 34 |
|
|---|
| 35 |
* src/Global.cs: |
|---|
| 36 |
Update to notification-daemon DBus interface change. |
|---|
| 37 |
|
|---|
| 38 |
* src/Notification.cs: |
|---|
| 39 |
Update for notification-daemon DBus interface change and |
|---|
| 40 |
add a reason to the Close event. |
|---|
| 41 |
|
|---|
| 42 |
Allow attaching to a Gtk.StatusIcon. |
|---|
| 43 |
|
|---|
| 44 |
Add properties for the Id, StatusIcon and AttachWidget. |
|---|
| 45 |
|
|---|
| 46 |
* docs/en/Notifications/ActionArgs.xml: |
|---|
| 47 |
* docs/en/Notifications/CloseArgs.xml: |
|---|
| 48 |
* docs/en/Notifications/CloseReason.xml: |
|---|
| 49 |
* docs/en/Notifications/Global.xml: |
|---|
| 50 |
* docs/en/Notifications/Notification.xml: |
|---|
| 51 |
* docs/en/Notifications/ServerInformation.xml: |
|---|
| 52 |
* docs/en/Notifications/Urgency.xml: |
|---|
| 53 |
* docs/en/index.xml: |
|---|
| 54 |
Update docs. |
|---|
| 55 |
|
|---|
| 56 |
2007-02-06 Sebastian Dröge <slomo@circular-chaos.org> |
|---|
| 57 |
* First public release 0.4.0.0 |
|---|
| 58 |
|
|---|