summary refs log tree commit diff
path: root/src/notifications/ManagerMac.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make CI happyNicolas Werner2021-03-171-2/+2
|
* Fix licensesNicolas Werner2021-03-171-0/+4
|
* Clean up notification code a bitNicolas Werner2021-03-171-19/+18
|
* Simplify image loadingLoren Burkholder2021-03-171-10/+2
|
* Don't create a QImage every timeLoren Burkholder2021-03-171-5/+2
|
* Simplify macOS checks for a null imageLoren Burkholder2021-03-171-2/+13
|
* Only try to display images if they existLoren Burkholder2021-03-171-1/+1
|
* Simplify regexLoren Burkholder2021-03-171-1/+1
|
* Better handle encrypted notificationsLoren Burkholder2021-03-171-14/+19
|
* Rewrite notification posting logicNicolas Werner2021-03-171-4/+46
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Add regex to remove replies in notificationsLoren Burkholder2021-03-171-1/+5
|
* Get event text in event parser functionLoren Burkholder2021-03-171-2/+3
|
* Don't run markdownToHtml on messagesLoren Burkholder2021-03-171-1/+1
|
* Disable HTML on macOSLoren Burkholder2021-03-171-1/+1
|
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-0/+11
Actually posting the notification is now the responsibility of a private function