summary refs log tree commit diff
path: root/src/notifications/Manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow loading image only after explicit interactionsNicolas Werner2024-08-211-0/+24
|
* Don't show spoilers in sidebar or notifications if possibleNicolas Werner2024-05-161-7/+24
| | | | fixes #1247
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Qt6.6 compatibilityNicolas Werner2023-10-131-1/+1
|
* 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
|
* Add toggle to disable decrypting notificationsNicolas Werner2022-10-131-4/+4
|
* Evaluate push rules locallyNicolas Werner2022-10-131-0/+22
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Fix some strings and translation stuffLoren Burkholder2021-10-011-8/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-24/+24
|
* Fix licensesNicolas Werner2021-03-171-0/+4
|
* Clean up notification code a bitNicolas Werner2021-03-171-81/+27
|
* Block notifications until the image has been downloadedLoren Burkholder2021-03-171-9/+21
|
* Only try to display images if they existLoren Burkholder2021-03-171-5/+6
|
* Use better method of resizing imagesLoren Burkholder2021-03-171-7/+7
|
* Rewrite notification posting logicNicolas Werner2021-03-171-25/+69
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Fix when "replied" is displayedLoren Burkholder2021-03-171-3/+3
| | | | I accidentally put it in backwards.
* Get event text in event parser functionLoren Burkholder2021-03-171-1/+1
|
* Add "replied" marker to regular reply messagesLoren Burkholder2021-03-171-1/+8
|
* Simplify message body constructionLoren Burkholder2021-03-171-8/+5
|
* Only HTML-format the body if it should be formattedLoren Burkholder2021-03-171-2/+4
|
* Fix colon spacingLoren Burkholder2021-03-171-1/+1
|
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-0/+27
Actually posting the notification is now the responsibility of a private function