Christian Hammond
58edddd670
Bundle applet-critical.png.
2006-04-26 08:15:30 +00:00
Christian Hammond
0e1236f8c6
Set the second, replaced notification to have a default expiration.
2006-04-26 08:07:54 +00:00
Christian Hammond
d5bc37978f
Shush.
2006-04-26 06:54:00 +00:00
Christian Hammond
a42dbbb198
- Add GTypes for the enums.
...
- Bump to version 0.4.0.
2006-04-26 06:53:25 +00:00
Christian Hammond
870f6923ab
Use fprintf instead of g_warning.
2006-04-21 22:35:52 +00:00
Christian Hammond
5d9fd84226
Add some names to the patch writers list.
2006-04-21 21:39:06 +00:00
Christian Hammond
26a32c06ee
Patch by jensgr to fix some C99 usage in the tests code.
2006-04-21 21:36:21 +00:00
Christian Hammond
d4768ac937
Patch by M.S. to switch notify-send to use GOption instead of popt, to add -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". This closes ticket #41 .
2006-04-21 21:27:46 +00:00
Christian Hammond
30961cc1a6
- Change the help for notify-send to indicate that --expire-timeout requires milliseconds, not seconds. This fixes bug #28 .
...
- Fixed the short flag for --type to be -T. This fixes bug #18 .
2006-03-20 22:17:10 +00:00
Christian Hammond
69547a286e
Fix notify-send on PPC.
2006-03-18 22:48:08 +00:00
Christian Hammond
cb2ee86909
Don't complain about an unknown action when the action is "default"
2006-02-05 01:18:54 +00:00
Christian Hammond
d87a3fec52
Ignore test-xy-actions.
2006-02-04 21:29:50 +00:00
Christian Hammond
22ba935534
Add test-xy-actions.
2006-02-04 21:29:34 +00:00
Christian Hammond
8da44e5b1e
Ignore test-urgency.
2006-02-04 20:43:29 +00:00
Christian Hammond
257aaf99d3
Running out of disk space is a critical notification. Set the urgency level in test-multi-actions.
2006-02-04 20:41:26 +00:00
Christian Hammond
931065204c
It's a good thing to actually set the urgency levels in the urgency test.
2006-02-04 10:04:27 +00:00
Christian Hammond
8705b75a63
Add a test-urgency testcase.
2006-02-04 09:47:18 +00:00
Christian Hammond
626c43f126
More Doxygen happiness. Still no NotifyNotification docs yet though.
2006-01-29 21:26:57 +00:00
Christian Hammond
ea9f0bc684
Make Doxygen happy.
2006-01-29 21:17:56 +00:00
Christian Hammond
47cde24c15
Fixed to actually be valid docbook.
2006-01-26 07:45:24 +00:00
Christian Hammond
2aabd35c72
This file shouldn't be here.
2006-01-26 07:22:59 +00:00
Christian Hammond
0d9ce313ef
Forgot the release date :)
2006-01-23 09:39:29 +00:00
Christian Hammond
5fb96a7f24
Okay, release time.
2006-01-23 09:33:39 +00:00
Christian Hammond
58fb79f1bc
Removed notify_notification_{ref,unref} from notification.h.
2006-01-23 09:33:21 +00:00
Christian Hammond
9fb6f33824
Make distcheck happy.
2006-01-23 09:31:05 +00:00
Christian Hammond
99048cde1a
- Bumped the version to 0.3.2.
...
- Added news.
2006-01-23 09:20:57 +00:00
Christian Hammond
18d8f305d0
Make a best attempt at clearing away notifications that require actions or that exist until clicked when the calling application exits. This doesn't always work.
2006-01-23 09:10:55 +00:00
Christian Hammond
df803f9d01
Fix some errors in the spec file. Some pieces were not updated when the specification was changed, and some pieces were invalid XML.
2006-01-23 07:47:03 +00:00
Christian Hammond
85d5df3cbd
Raw images are broken in D-BUS versions less than 0.60. Don't crash under this case, and warn the user.
2006-01-22 21:22:27 +00:00
Christian Hammond
c587295cdd
Use one D-BUS connection, one GProxy, total. This is better than the one per notification, and fixes a few bugs.
2006-01-21 08:38:35 +00:00
Christian Hammond
9b1b095caf
Some small code cleanups.
2006-01-21 04:49:43 +00:00
Christian Hammond
2676d3aa8b
I have no clue what this function is.
2006-01-20 10:23:55 +00:00
Christian Hammond
ab651643eb
Remove notify_notification_show_and_forget(). It's less confusing to have one show function, and require that the user unref. It also simplifies the code quite a bit.
2006-01-20 10:19:44 +00:00
Christian Hammond
8297e321bf
Implement per-action user data.
2006-01-20 10:11:23 +00:00
Christian Hammond
85342c8619
- Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().
...
- Re-order the arguments as per the spec.
- Change NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*.
- Update the spec to 0.9.
2006-01-20 10:00:32 +00:00
Christian Hammond
a834c839fc
- Clean up a lot of the API. Several functions returned gboolean when there was very little point in doing so.
...
- Add assertions to all the functions.
- Remove the notify_notification_{set,get}_user_data() functions. These are useless, since this is a GObject, and we get it for free.
2006-01-20 09:39:25 +00:00
Christian Hammond
78db57f7f2
Rename notify_notification_set_icon_data_from_pixbuf to notify_notification_set_icon_from_pixbuf.
2006-01-20 06:11:53 +00:00
Christian Hammond
3dac8b3d66
Do some rearranging of the files in libnotify, and include things properly so people can actually use the library without fudging with include paths.
2006-01-20 06:08:58 +00:00
Christian Hammond
f351f656e5
Get rid of dbus-compat.h.
2006-01-20 05:56:49 +00:00
Christian Hammond
fd53ececa2
Fixed the coding style.
2006-01-20 05:55:30 +00:00
Christian Hammond
3b0e8d2986
Make notify-send work again when a body isn't specified.
2006-01-19 09:35:17 +00:00
Christian Hammond
28e0463e75
Remove the config.h include from notifynotification.h.
2006-01-19 06:25:16 +00:00
Christian Hammond
85981b247c
Add back notify_get_server_info() and notify_get_server_caps().
2006-01-16 01:53:06 +00:00
John (J5) Palmieri
29b5c2b8ea
Thu Jan 12 2006 John (J5) Palmieri <johnp@redhat.com>
...
* libnotify/notifynotification.c (notify_notification_set_user_data):
fix free function addition
(notify_notification_get_user_data): added method for actually
getting the user data (fd.o bug# 5418)
- patches provided by Duarte Henriques
<duarte.henriques at gmail dot com>
2006-01-12 22:29:16 +00:00
Christian Hammond
f74c4465ce
Move libnotify-ng to libnotify.
2006-01-11 07:48:56 +00:00
Christian Hammond
39f0b92be1
Require D-BUS 0.36+.
2006-01-11 07:33:55 +00:00
Christian Hammond
959eeb5bcd
Fix some C99 usage.
2006-01-11 06:56:38 +00:00
Christian Hammond
9e586d627d
Shush, SVN.
2006-01-11 06:49:50 +00:00
Christian Hammond
4ddb4eff82
Makefile.in should never have been in the repository.
2006-01-11 06:48:15 +00:00
Christian Hammond
8757fda576
Patch by David Trowbridge to make sure that marshal files actually get built.
2006-01-11 06:47:39 +00:00