Commit Graph

480 Commits

Author SHA1 Message Date
William Jon McCann 4ede5fbb6b Use 0.5.0 version series 2010-06-24 02:48:44 -04:00
William Jon McCann 6471bfe9f4 Remove dbus version checks for > 0.60
We already require 0.78 in configure anyway
2010-06-24 02:21:44 -04:00
William Jon McCann 23d7fc296a Don't leak an error 2010-06-24 02:19:07 -04:00
William Jon McCann 87ced33981 Don't g_message when dbus calls fail
It may be annoying in some cases.

https://bugzilla.gnome.org/show_bug.cgi?id=608086
2010-06-24 02:16:58 -04:00
William Jon McCann dedef26ef9 Various cleanups 2010-06-24 02:12:40 -04:00
William Jon McCann d6476d362b Don't try to use the proxy after it is destroyed
https://bugzilla.gnome.org/show_bug.cgi?id=608089
2010-06-24 02:11:53 -04:00
William Jon McCann eed6a066cf Add a never expires test case 2010-06-23 23:16:00 -04:00
Bastien Nocera 1f85092c96 Use g_object_get() to get pixbuf properties
Instead of 7 separate gdk_pixbuf function calls.

https://bugzilla.gnome.org/show_bug.cgi?id=622550
2010-06-24 01:50:34 +01:00
William Jon McCann 9fae4e8c01 Sending NULL body is allowed 2010-06-23 20:28:59 -04:00
William Jon McCann 3b3dbab544 Don't claim that notify_init connects to the server
https://bugzilla.gnome.org/show_bug.cgi?id=608086
2010-06-23 20:28:59 -04:00
Bastien Nocera 9a822e1af9 Fix compile-time warning 2010-06-24 00:12:06 +01:00
Bastien Nocera 5cfe9aaba7 Fix compile warnings for the C marshal file
And quiet down the enum and marshal generations
2010-06-24 00:12:06 +01:00
William Jon McCann d521157ec6 Add test-rtl.c
Missing from 3de71571ea
2010-06-23 19:06:42 -04:00
Andre Klapper 180b2a9244 Bump gtk+ requirement to 2.18 for 5b3f2617d2 2010-04-11 01:40:42 +02:00
William Jon McCann 3806c8e7f9 Replace escape characters with g_strcompress in body
https://bugzilla.gnome.org/show_bug.cgi?id=613999
2010-04-02 20:20:24 -04:00
William Jon McCann 5b3f2617d2 Fix building with GSEAL enabled
https://bugzilla.gnome.org/show_bug.cgi?id=612720
2010-04-02 20:10:29 -04:00
William Jon McCann 597ba8d292 Removed unused code 2010-04-02 19:54:40 -04:00
Martin Pitt 3dc04fac90 lazily start the daemon
notify_init() caused the daemon to be D-Bus activated already, even if the
program that calls it doesn't send an actual notification for a long time (or
potentially not at all).

In order to optimize desktop startup speed, and to avoid unnecessary
processes, launch the daemon on demand only.

https://bugzilla.gnome.org/show_bug.cgi?id=610880
2010-04-02 19:43:35 -04:00
William Jon McCann 3de71571ea Add rtl test case
https://bugzilla.gnome.org/show_bug.cgi?id=608082
2010-04-02 19:20:53 -04:00
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