summary refs log tree commit diff
path: root/src/notifications/ManagerLinux.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include notifications header instead of responses headerLoren Burkholder2021-02-131-1/+1
* Move notification parsing into postNotificationLoren Burkholder2021-02-131-14/+23
* Display notifications for emote messages properlyLoren Burkholder2021-02-131-6/+12
* Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
* Fix crashLoren Burkholder2021-01-201-1/+1
* Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
* Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
* Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
* Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
* make lintLoren Burkholder2021-01-191-34/+37
* Remove showNotification functionLoren Burkholder2021-01-191-12/+0
* Use async callLoren Burkholder2021-01-191-1/+1
* Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
* Allow inline replies from notifications on linuxNicolas Werner2021-01-071-10/+32
* Fix reply not closingNicolas Werner2020-04-131-18/+18
* Fix notification not being cleared, when read event didn't cause a notificationNicolas Werner2020-04-111-19/+19
* Clear notifications when event is readNicolas Werner2020-04-111-1/+41
* Fix additional Qt version issueJoseph Donofry2019-07-051-0/+4
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-1/+1
* Explicitly set no timeout for notificationsBenedikt Heine2018-07-161-1/+1
* Update image_data hint to current notification specBenedikt Heine2018-07-161-1/+1
* Fix Windows buildKonstantinos Sideris2018-07-141-92/+90
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-2/+153
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+7