summary refs log tree commit diff
path: root/src/notifications/ManagerMac.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow loading image only after explicit interactionsNicolas Werner2024-08-211-1/+3
|
* Don't show spoilers in sidebar or notifications if possibleNicolas Werner2024-05-161-1/+8
| | | | fixes #1247
* Enable sending notifications via the systemNotification signal on macOSNicolas Werner2023-05-291-32/+32
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Only play macOS notification sounds when pushrules dictate itJoseph Donofry2022-11-151-5/+24
|
* Add ability to respond to notifications on macOSJoe Donofry2022-11-041-6/+31
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Update macOS notifications to use UserNotifications frameworkJoseph Donofry2021-11-011-5/+13
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-38/+32
|
* 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