| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -79/+25 |
| | | |||||
| * | 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 | -22/+66 |
| | | | | | 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 | |||||
