summary refs log tree commit diff
path: root/src/notifications/ManagerLinux.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly set no timeout for notificationsBenedikt Heine2018-07-161-1/+1
| | | | | | | | | | | The notification spec handles -1 and 0 as special values: -1 -> representation for "undef" 0 -> infinitely values above 0 represent the timeout in ms. The notification messages should disappear again and with 0, this insn't the case. Setting it to -1 lets the notification manager decide the timeout and displays the notification like all others.
* Update image_data hint to current notification specBenedikt Heine2018-07-161-1/+1
| | | | | The current notification spec says image-data should get used instead of image_data.
* Fix Windows buildKonstantinos Sideris2018-07-141-92/+90
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-2/+153
| | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+7