Main Page NotifySharp

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 18:03, 27 September 2006 (edit)
Slomo (Talk | contribs)

← Previous diff
Current revision (21:52, 2 October 2006) (edit) (undo)
Alp (Talk | contribs)

 
(2 intermediate revisions not shown.)
Line 1: Line 1:
-notify-sharp is a C# client implementation for [http://trac.galago-project.org/wiki/DesktopNotifications Desktop Notifications], i.e. notification-daemon. It's API is inspired by the [http://www.galago-project.org/docs/api/libnotify/ libnotify] API.+notify-sharp is a C# client implementation for [http://trac.galago-project.org/wiki/DesktopNotifications Desktop Notifications], i.e. notification-daemon. It is inspired by the [http://www.galago-project.org/docs/api/libnotify/ libnotify] API.
Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.
Line 9: Line 9:
Finished implementing version 0.9 of the [http://www.galago-project.org/specs/notification/0.9/index.html specification]. notify-sharp will be released once [[DBusSharp]] is released. Finished implementing version 0.9 of the [http://www.galago-project.org/specs/notification/0.9/index.html specification]. notify-sharp will be released once [[DBusSharp]] is released.
-There are currently some differences between the [http://www.galago-project.org/specs/notification/0.9/index.html specification] and [http://trac.galago-project.org/browser/trunk/notification-daemon notification-daemon] that need to be fixed but as notify-sharp follows [http://trac.galago-project.org/browser/trunk/notification-daemon notification-daemon]'s behaviour instead of the [http://www.galago-project.org/specs/notification/0.9/index.html specification]'s there shouldn't be no problems in the future.+There are currently some differences between the [http://www.galago-project.org/specs/notification/0.9/index.html specification] and [http://trac.galago-project.org/browser/trunk/notification-daemon notification-daemon] that need to be fixed but as notify-sharp follows notification-daemon's behaviour instead of the [http://www.galago-project.org/specs/notification/0.9/index.html specification]'s there should be no problems in the future.
-In the future properties for new, standardized [http://www.galago-project.org/specs/notification/0.9/x344.html hints] will be added.+In the future, properties for new, standardized [http://www.galago-project.org/specs/notification/0.9/x344.html hints] will be added.
== Download == == Download ==
-svn co [http://svn.slomosnail.de/slomo/trunk/notify-sharp http://svn.slomosnail.de/slomo/trunk/notify-sharp]+hg clone [http://hg.circular-chaos.org/notify-sharp http://hg.circular-chaos.org/notify-sharp]

Current revision

notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API.

Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.

[edit] Status

Finished implementing version 0.9 of the specification. notify-sharp will be released once DBusSharp is released.

There are currently some differences between the specification and notification-daemon that need to be fixed but as notify-sharp follows notification-daemon's behaviour instead of the specification's there should be no problems in the future.

In the future, properties for new, standardized hints will be added.


[edit] Download

hg clone http://hg.circular-chaos.org/notify-sharp