William Jon McCann
0fbdd79e9a
Improve configure summary
2010-01-31 16:51:52 -05:00
William Jon McCann
3a7e52c9b9
[spec] Add html output
2010-01-31 16:45:01 -05:00
Aurélien Gâteau
4497c99f85
[spec] Update for version 1.1
2010-01-31 16:17:24 -05:00
A. Walton
b6c250fcb9
[spec] Clarify image_data/path precidence
...
Image Data should be considered before Image Path if both are
present (which they shouldn't be, but isn't a hard error).
2010-01-31 15:43:10 -05:00
A. Walton
b42a41d5ec
[spec] Add sound-name hint
2010-01-31 15:36:28 -05:00
A. Walton
5a08fb1ab7
[spec] Deprecate icon_data in favor of image_data and image_path hints
...
As discussed on the XDG list.
http://lists.freedesktop.org/archives/xdg/2009-June/010524.html
http://lists.freedesktop.org/archives/xdg/2009-June/010568.html
2010-01-31 15:36:28 -05:00
William Jon McCann
9bc1f5d983
[spec] Fix typo in desktop-entry
2010-01-31 15:36:28 -05:00
William Jon McCann
25b3a73e3d
[spec] Fix icon_data typo in 1.0 version
2010-01-31 15:36:14 -05:00
William Jon McCann
80952af10e
Add pango's .gitignore generation foo
2010-01-31 14:33:46 -05:00
William Jon McCann
8bf33e6826
[spec] Add 1.0 to released version of the spec
2010-01-31 12:49:26 -05:00
William Jon McCann
b71b7beb1a
[doc] Add the previously release specs to git
...
Originally here
http://trac.galago-project.org/browser/trunk/web/htdocs/specs/notification
2010-01-31 12:44:25 -05:00
Aurélien Gâteau
e2fcc5e0dd
Fix memory leaks
2010-01-29 06:01:50 -05:00
Aurélien Gâteau
117a582b9b
Introduce notify_notification_set_image_from_pixbuf
...
Same as notify_notification_set_icon_from_pixbuf, but with a more explicit name.
notify_notification_set_icon_from_pixbuf is marked as deprecated.
2010-01-29 05:58:38 -05:00
Aurélien Gâteau
6c1231835d
Support for image_data hint
...
Add support for the image_data hint from version 1.1 of the spec.
2010-01-29 05:50:49 -05:00
William Jon McCann
86b806c71e
Add two more cases to basic test
...
Add summary only and long summary
2010-01-29 04:43:07 -05:00
William Jon McCann
4db61ddb45
Use a consistent style
2010-01-29 04:35:35 -05:00
William Jon McCann
ac8fe12f9a
Fix mode lines
2010-01-29 03:46:42 -05:00
William Jon McCann
5d5a284ca6
Use consistent style in the tests
2010-01-29 02:59:26 -05:00
William Jon McCann
a8524aed6a
Use gnome-autogen
2010-01-09 14:32:06 -05:00
William Jon McCann
c974b465af
Use notify instead of galago
2010-01-09 14:24:44 -05:00
William Jon McCann
0eb01a806e
Use silent builds
2010-01-09 14:20:34 -05:00
William Jon McCann
fcec1feb2c
Add more warnings to build
2010-01-09 13:37:14 -05:00
William Jon McCann
7b4a0ce00b
Allow to compile on Hurd
...
From http://trac.galago-project.org/ticket/166
2010-01-09 13:19:21 -05:00
Matthias Clasen
4b11bb71cf
Fix has_nondefault_actions never getting set
...
Due to an oversight in the condition, has_nondefault_actions is
never set to true. Not sure this makes a _big_ difference in practice.
http://trac.galago-project.org/ticket/194
2010-01-09 13:13:15 -05:00
William Jon McCann
732437ffc0
Depend on Gtk+ 2.10 for StatusIcon
2010-01-09 13:04:32 -05:00
William Jon McCann
8374438dcf
Fix indentation
2010-01-09 13:00:58 -05:00
William Jon McCann
9607cf459f
Use only single gtk include
2010-01-09 13:00:53 -05:00
William Jon McCann
4587b7d4de
Add DOAP file
2010-01-07 19:05:19 -05:00
Christian Hammond
40781ff602
Patch by Andre Klapper to remove deprecated glib symbols.
2009-07-24 09:13:56 +00:00
Christian Hammond
e95a435e80
Bump to version 0.4.5.
2008-11-20 11:17:14 +00:00
Christian Hammond
dcd203d082
Patch by Colin Walters to add parameter names to NotifyActionCallback for the introspection stuff.
2008-10-23 21:39:04 +00:00
Christian Hammond
d29c11ba8d
And fix the registration of the signal. It's been way too long since I worked with gtk in C. Or not long enough.
2008-09-26 01:51:01 +00:00
Christian Hammond
cf2f667318
Prevent a backwards-compatibility breakage introduced where the "reason" code was added to the "closed" signal. This meant that existing signal handlers that passed extra data would break. We now require that you call notify_notification_get_closed_reason() to get this data.
2008-09-26 01:46:40 +00:00
Christian Hammond
d5addcc1f4
Added support for sending the status icon XID to the notification daemon. This will allow better position tracking for context notifications. Patch by Colin Walters.
2008-09-26 01:12:47 +00:00
Christian Hammond
f4ff83ff20
Fixed a breakage where we were including gtkversion.h directly. Reported by Richard Hughes.
2008-09-26 01:07:01 +00:00
Christian Hammond
6b40617e90
Add support for sending the closed reason in the signal handler. Closes ticket #139 .
2008-03-19 04:53:30 +00:00
Christian Hammond
a94bdff41a
- Add a spec_version return value for GetServerInformation.
...
- Bump to version 1.0. It's about time, and things are pretty solid now.
2007-08-26 01:26:29 +00:00
Christian Hammond
b8b9eecf5c
Relicense notify-send under the LGPL in order to keep licensing simple and to allow reuse in more projects. Fixes bug #124 .
2007-08-26 01:08:34 +00:00
Christian Hammond
47a4bcae1e
Bump to version 0.4.4.90.
2007-04-29 09:45:29 +00:00
Christian Hammond
ac6030e40f
Add Lucas Rocha to the contributors list.
2007-04-29 08:02:49 +00:00
Christian Hammond
8ee3f0d77b
Patch by Lucas Rocha to add GObject property accessors for notification IDs.
2007-04-29 07:43:55 +00:00
Christian Hammond
da3ef45d56
Bump to version 0.4.4.
2007-02-28 05:12:23 +00:00
Christian Hammond
d84da37d79
Update with all the fixes in this release.
2007-02-15 11:10:55 +00:00
Christian Hammond
024008efc7
Prevent a crash when the handler for a notification's closed signal removes the last reference to the notification. We attempted to set the ID of the notification after emitting this signal, but the notification was destroyed already. So, keep a reference while doing all this. This fixes bug #116 .
2007-02-15 10:45:40 +00:00
Christian Hammond
d43f911108
Get rid of format_func.
2007-02-15 10:29:16 +00:00
Christian Hammond
89d870259f
Fix some memory leaks when appending data to a message. Scary, horrible, traumatizing memory leaks. Actually it's pretty bad, though, so new release coming up soon. This fixes bug #112 .
2007-02-15 10:10:32 +00:00
Christian Hammond
f482d2ef94
Use a more common (I hope) icontheme icon for the test.
2007-02-15 09:59:13 +00:00
Christian Hammond
c0c861e473
Fix a bug in notify_notification_add_action where the function to free the user data was never called, causing memory leaks. This fixes bug #119 .
2007-02-15 08:54:39 +00:00
Christian Hammond
bdf8640cab
Added a test program that displays three notifications and then changes the amount of text in one of them.
2006-11-14 07:42:35 +00:00
Christian Hammond
9362dbd6bd
Patch by Giacomo Lozito to fix a problem where the dbus proxy was not being freed on notify_uninit, which led to problems when libnotify was used in a loadable module. This fixes bug #92 .
2006-11-05 20:07:37 +00:00