summaryrefslogtreecommitdiffstats
path: root/src/notifications/ManagerLinux.cpp
AgeCommit message (Expand)Author
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-04-14Add D-Bus API (#916)Loren Burkholder
2022-01-26Fix gray scale images breaking notifications on dunstNicolas Werner
2022-01-12Add profile to notifications on KDENicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-29Reserve size of some containers we are fillingNicolas Werner
2021-12-29Reduce allocations using QStringLiteralNicolas Werner
2021-12-28Cleanup remaining clazy issuesNicolas Werner
2021-12-22Make edits replace the previous notification on LinuxNicolas Werner
2021-12-19Set notification categoryNicolas Werner
2021-12-19Make Nheko show up in system notification settings on LinuxNicolas Werner
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-07-26Remove version checks for unsupported Qt versionsNicolas Werner
2021-03-17Fix licensesNicolas Werner
2021-03-17Clean up notification code a bitNicolas Werner
2021-03-17make lintLoren Burkholder
2021-03-17Only try to display images if they existLoren Burkholder
2021-03-17Simplify regexLoren Burkholder
2021-03-17Better handle encrypted notificationsLoren Burkholder
2021-03-17Rewrite notification posting logicNicolas Werner
2021-03-17Add regex to remove replies in notificationsLoren Burkholder
2021-03-17Get event text in event parser functionLoren Burkholder
2021-03-17Simplify determination of whether markup is supportedLoren Burkholder
2021-03-17Format notifications according to the FreeDesktop specificationLoren Burkholder
2021-03-17Fix Linux HTML notificationsLoren Burkholder
2021-03-17Don't run markdownToHtml on messagesLoren Burkholder
2021-03-17Move data parsing into a dedicated functionLoren Burkholder
2021-03-17Use the class D-Bus memberLoren Burkholder
2021-03-17Only pass formatted text if it is supported (Linux)Loren Burkholder
2021-03-17Format markdown as HTML in notificationsLoren Burkholder
2021-03-05Update license headersNicolas Werner
2021-02-23Fix unused captureNicolas Werner
2021-02-13Include notifications header instead of responses headerLoren Burkholder
2021-02-13Move notification parsing into postNotificationLoren Burkholder
2021-02-13Display notifications for emote messages properlyLoren Burkholder
2021-01-20Clean up notification watching a bitNicolas Werner
2021-01-20Fix crashLoren Burkholder
2021-01-20Fix error in assignment of image/textLoren Burkholder
2021-01-20Use deleteLater() instead of deleteLoren Burkholder
2021-01-20Use async call in closeNotificationLoren Burkholder
2021-01-20Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder
2021-01-19make lintLoren Burkholder
2021-01-19Remove showNotification functionLoren Burkholder
2021-01-19Use async callLoren Burkholder
2021-01-19Keep DBUS from blockingLoren Burkholder
2021-01-07Allow inline replies from notifications on linuxNicolas Werner
2020-04-13Fix reply not closingNicolas Werner
2020-04-11Fix notification not being cleared, when read event didn't cause a notificationNicolas Werner
2020-04-11Clear notifications when event is readNicolas Werner
2019-07-05Fix additional Qt version issueJoseph Donofry