Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow loading image only after explicit interactions | Nicolas Werner | 2024-08-21 | 1 | -0/+24 |
| | |||||
* | Don't show spoilers in sidebar or notifications if possible | Nicolas Werner | 2024-05-16 | 1 | -7/+24 |
| | | | | fixes #1247 | ||||
* | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 2024-03-16 | 1 | -0/+2 |
| | |||||
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Qt6.6 compatibility | Nicolas Werner | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add toggle to disable decrypting notifications | Nicolas Werner | 2022-10-13 | 1 | -4/+4 |
| | |||||
* | Evaluate push rules locally | Nicolas Werner | 2022-10-13 | 1 | -0/+22 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Fix some strings and translation stuff | Loren Burkholder | 2021-10-01 | 1 | -8/+2 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -24/+24 |
| | |||||
* | Fix licenses | Nicolas Werner | 2021-03-17 | 1 | -0/+4 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -81/+27 |
| | |||||
* | Block notifications until the image has been downloaded | Loren Burkholder | 2021-03-17 | 1 | -9/+21 |
| | |||||
* | Only try to display images if they exist | Loren Burkholder | 2021-03-17 | 1 | -5/+6 |
| | |||||
* | Use better method of resizing images | Loren Burkholder | 2021-03-17 | 1 | -7/+7 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -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 displayed | Loren Burkholder | 2021-03-17 | 1 | -3/+3 |
| | | | | I accidentally put it in backwards. | ||||
* | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Add "replied" marker to regular reply messages | Loren Burkholder | 2021-03-17 | 1 | -1/+8 |
| | |||||
* | Simplify message body construction | Loren Burkholder | 2021-03-17 | 1 | -8/+5 |
| | |||||
* | Only HTML-format the body if it should be formatted | Loren Burkholder | 2021-03-17 | 1 | -2/+4 |
| | |||||
* | Fix colon spacing | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 1 | -0/+27 |
Actually posting the notification is now the responsibility of a private function |