34 Commits

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