summary refs log tree commit diff
path: root/src/notifications/ManagerLinux.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't show spoilers in sidebar or notifications if possibleNicolas Werner2024-05-161-2/+3
* Try to make windows notifications prettierNicolas Werner2023-12-111-1/+2
* Support activation tokens for notificationsNicolas Werner2023-11-201-0/+15
* Qt6.6 compatibilityNicolas Werner2023-10-131-2/+2
* Don't send desktop notifications if there are too many of them at onceLcsTen2023-04-141-5/+8
* Get rid of year in license headersNicolas Werner2023-02-211-4/+1
* lint and avoid copyNicolas Werner2023-02-021-1/+2
* feat: clean all notifications if exit on linuxShootingStarDragons2023-01-291-0/+9
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Add D-Bus API (#916)Loren Burkholder2022-04-141-46/+1
* Fix gray scale images breaking notifications on dunstNicolas Werner2022-01-261-21/+5
* Add profile to notifications on KDENicolas Werner2022-01-121-0/+4
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-4/+5
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-34/+34
* Cleanup remaining clazy issuesNicolas Werner2021-12-281-5/+9
* Make edits replace the previous notification on LinuxNicolas Werner2021-12-221-7/+26
* Set notification categoryNicolas Werner2021-12-191-0/+1
* Make Nheko show up in system notification settings on LinuxNicolas Werner2021-12-191-2/+4
* Change indentation to 4 spacesNicolas Werner2021-09-181-183/+174
* Remove version checks for unsupported Qt versionsNicolas Werner2021-07-261-4/+1
* Fix licensesNicolas Werner2021-03-171-0/+5
* Clean up notification code a bitNicolas Werner2021-03-171-64/+62
* make lintLoren Burkholder2021-03-171-13/+12
* Only try to display images if they existLoren Burkholder2021-03-171-1/+7
* Simplify regexLoren Burkholder2021-03-171-1/+1
* Better handle encrypted notificationsLoren Burkholder2021-03-171-0/+8
* Rewrite notification posting logicNicolas Werner2021-03-171-19/+64
* Add regex to remove replies in notificationsLoren Burkholder2021-03-171-2/+6
* Get event text in event parser functionLoren Burkholder2021-03-171-3/+6
* Simplify determination of whether markup is supportedLoren Burkholder2021-03-171-8/+14
* Format notifications according to the FreeDesktop specificationLoren Burkholder2021-03-171-2/+13
* Fix Linux HTML notificationsLoren Burkholder2021-03-171-5/+6
* Don't run markdownToHtml on messagesLoren Burkholder2021-03-171-2/+2
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-28/+22
* Use the class D-Bus memberLoren Burkholder2021-03-171-9/+3
* Only pass formatted text if it is supported (Linux)Loren Burkholder2021-03-171-4/+9
* Format markdown as HTML in notificationsLoren Burkholder2021-03-171-2/+4
* Update license headersNicolas Werner2021-03-051-7/+6
* Fix unused captureNicolas Werner2021-02-231-1/+1
* 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