20 Commits

Author SHA1 Message Date
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
Sascha Kruse
7f9dd0e3e7 Initial commit 2011-09-07 15:33:09 +02:00