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
Christian Hammond
c037f63ca9
Bump to version 0.4.3.90.
2006-11-05 19:54:20 +00:00
Christian Hammond
4eaae59a68
Patch by jylefort to only reset a notification's ID to 0 if it was the notification closed. This fixes bug #94 .
2006-11-05 19:52:25 +00:00
Christian Hammond
cfdf35c002
Woops.
2006-10-08 17:35:20 +00:00
Christian Hammond
e4acc71f61
- Bump the version to 0.4.3.
...
- Add the release datestamp.
2006-10-08 17:23:30 +00:00
Christian Hammond
4d601b61b1
Patch by lucasr to fix an invalid assertion in notify_notification_new_with_status_icon. This closes bug #85 .
2006-09-04 06:49:15 +00:00
Christian Hammond
fead26f260
Patch by berndth to stop using g_atexit, as this can fail in the case of a dynamically loaded module. Applications should now call notify_uninit() on exit or on plugin unload. This closes bug #86 .
2006-09-04 06:45:34 +00:00
Christian Hammond
ed9bc42c6f
Emit the property change notification for "status-icon" and not "attach-icon". This closes bug #81 .
2006-08-01 02:40:51 +00:00
Christian Hammond
b0dad66b71
Patch by Ed Catmur to reset a notification's ID if notify_notification_show() is called on a notification that had already been closed. This causes the notification to receive a new ID. This closes ticket #78 .
2006-07-29 10:06:22 +00:00
Christian Hammond
761ad2b8c7
Patch by compnerd to check for glib 2.6+ during configure, as that is now required. This closes ticket #69 .
2006-07-13 07:45:34 +00:00
Christian Hammond
1d95f7d3c3
- Patch by mderezynski to send an array of UCHARs as expected by notification-daemon rather than an array of CHARs. This closes ticket #68 .
...
- Bump to version 0.4.2.90.
2006-07-13 07:43:50 +00:00
Christian Hammond
f3cd7baba9
Bump to version 0.4.2.
2006-06-18 02:18:18 +00:00
Christian Hammond
e447e0e186
Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly.
2006-06-18 02:17:56 +00:00
Christian Hammond
87098904da
Grr, timestamp. I always forget the timestamp.
2006-06-18 01:25:15 +00:00
Christian Hammond
4de529a056
- Fix make distcheck and remove the old RPM spec file.
...
- Update the news.
- Bump the version to 0.4.1.
2006-06-18 01:20:40 +00:00
Christian Hammond
02442e7e8c
Fix a build error on gtk 2.9.2+. This fixes bug #65 .
2006-06-15 09:15:02 +00:00
Christian Hammond
7b7b44e64e
Shush.
2006-06-09 02:54:53 +00:00
Christian Hammond
304e0ab4a8
Small random fixes.
2006-06-06 19:45:19 +00:00
Christian Hammond
bc0afaba4d
More fixes..
2006-06-06 09:17:21 +00:00
Christian Hammond
ebda20522d
Fix up some references to files.
2006-06-06 08:46:01 +00:00