Sascha Kruse
71182f486c
default to normal urgency
2013-02-20 06:31:09 +00:00
Sascha Kruse
1684e1ac30
onGetServerInformation reply correct spec_version
2013-02-19 11:59:43 +00:00
Sascha Kruse
1ac31d9397
wake_up() call from init_notification to onNotify
2013-02-19 01:31:17 +00:00
Sascha Kruse
e15d918a3c
fix glib assertion warnings
2013-02-19 01:30:38 +00:00
Sascha Kruse
62e92c7625
add actions to context menu
2013-02-18 10:03:54 +00:00
Sascha Kruse
f17b8e4330
fix onGetCapabilities
2013-02-18 08:55:02 +00:00
Sascha Kruse
03ec6e2864
fix compile warnings
2013-02-18 08:31:24 +00:00
Sascha Kruse
9af567e421
remove more debug prinfs
2013-02-18 07:50:40 +00:00
Sascha Kruse
773cc6e7b4
onCloseNotification send reply
2013-02-18 07:49:04 +00:00
Sascha Kruse
85866b07e1
notificationClosed (not working yet)
2013-02-18 06:59:13 +00:00
Sascha Kruse
731ada9b61
onCloseNotification
2013-02-18 05:45:04 +00:00
Sascha Kruse
1bd7686be5
reintroduce fgcolor/bgcolor hints
2013-02-18 05:36:37 +00:00
Sascha Kruse
0829615385
remove some debugging printfs
2013-02-18 05:32:12 +00:00
Sascha Kruse
820cfe7315
Basic dbus functionality reintroduced
2013-02-18 04:30:57 +00:00
Sascha Kruse
74bae9ee0b
get rid of str_array
2013-02-17 03:38:48 +01:00
Sascha Kruse
ba09fa21f9
strdup -> g_strdup
2013-02-16 10:18:26 +01:00
Sascha Kruse
1b90d82972
update copyright year
2013-01-17 00:39:47 +01:00
Sascha Kruse
345a35fe9f
dbus fetch all pending messages at once
2012-12-12 14:05:34 +01:00
Sascha Kruse
b2a20c0524
list.{c,h} -> container.{c,h}
2012-12-12 09:05:56 +01:00
Sascha Kruse
808b37508a
pause end resume
2012-12-05 20:16:33 +01:00
Sascha Kruse
609f20c99c
indent --no-tabs -linux
2012-12-05 20:16:33 +01:00
progandy
0e063637db
small bugfixes
2012-10-08 12:39:49 +02:00
progandy
3162d6569e
fix display of progress value when not available.
2012-10-08 00:35:38 +02:00
progandy
fe1b2fd30e
process and display progress hints (hint 'value', range 0-100) using placeholder %p
2012-10-07 22:04:36 +02:00
Sascha Kruse
b06a94c8fc
display warning notification on depricated settings
2012-07-25 07:05:47 +02:00
Sascha Kruse
c85b40e90e
don't segfault on closeNotification with unknown id
2012-07-17 00:31:57 +02:00
Sascha Kruse
df0e986ba3
initialize possibly uninitialized variable
2012-07-13 10:00:41 +02:00
Sascha Kruse
ec8f3f6413
don't strdup(NULL)
2012-07-13 09:51:03 +02:00
Sascha Kruse
454fb4ebed
org.freedesktop.Notifications.NotificationClosed
2012-07-01 04:09:55 +02:00
Sascha Kruse
70cdb3535c
support proper closing and replacing requests
2012-06-25 19:19:16 +02:00
Sascha Kruse
99b482c484
send proper message id to client
2012-06-25 19:16:48 +02:00
Sascha Kruse
b0bf0b0b07
refactor/cleanup
...
* run code through `indent --no-tabs -linux`
* use generic list implemenation for queues
This sould have been multiple commits but some git foobar on my part
made me loose the history :-/
2012-06-25 19:15:06 +02:00
Sascha Kruse
19ebd2aba6
add support for org.freedesktop.DBus.Introspectable.Introspect
...
Some clients (e.g Dropbox) rely on this.
2012-06-24 19:20:08 +02:00
Sascha Kruse
b6ae405050
license
2012-06-20 23:42:36 +02:00
Sascha Kruse
ccd5cd063b
history
2012-06-15 20:54:21 +02:00
Sascha Kruse
712148dfad
don't get stuck in loop, for real
2011-12-30 00:53:18 +01:00
Sascha Kruse
d2bded47b1
don't get stuck in loop
2011-12-30 00:39:42 +01:00
Sascha Kruse
e1596e8992
fix looping over hints
2011-12-29 23:35:14 +01:00
Sascha Kruse
5915cbdd9f
new option to sort messages by order
2011-11-18 07:23:33 +01:00
Sascha Kruse
7134a26535
refactored dbus notify stuff
2011-11-18 04:39:47 +01:00
Sascha Kruse
0e4b83912e
don't die on wrong types in dbus message
2011-11-17 18:41:03 +01:00
Sascha Kruse
ea702f0dad
refactor handling of the msgqueue
...
This should make things cleaner and easier to add filters in the future"
2011-11-14 20:48:57 +01:00
Sascha Kruse
b65735970b
fix hang of pidgin on close
...
pidgin (and probably some other applications too) send closeNotification
to the server to close all open notifications and waits for a reply.
Send dummy reply for now to make them happy.
2011-10-03 12:47:17 +02:00
Sascha Kruse
41401d0985
round timeout
...
round timeout of messages and prevent 0 > timeout > 500 from being
rounded to 0
2011-09-28 17:49:14 +02:00
Sascha Kruse
916a2c0c60
read color hints
...
this commit enables dunst to read color informations for the
notifications from the message.
2011-09-24 01:29:22 +02:00
Sascha Kruse
cc1d90adca
-format
2011-09-16 01:37:21 +02:00
Sascha Kruse
0d84f1c720
obey urgency
2011-09-16 01:37:21 +02:00
Sascha Kruse
47c7a7fd92
comply to timeout component
2011-09-16 01:37:21 +02:00
Sascha Kruse
f64fcc63cd
multiline working
2011-09-13 01:05:51 +02:00
Sascha Kruse
78ba452469
s/msgqueuehead/msgqueue
2011-09-12 18:02:55 +02:00