Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow clicking notifications on Windows | Nicolas Werner | 2023-12-12 | 1 | -1/+3 |
| | |||||
* | Try to make windows notifications prettier | Nicolas Werner | 2023-12-11 | 1 | -2/+4 |
| | |||||
* | Support activation tokens for notifications | Nicolas Werner | 2023-11-20 | 1 | -0/+1 |
| | |||||
* | Fix notification images | Nicolas Werner | 2023-06-08 | 1 | -7/+0 |
| | |||||
* | Copy arguments for notification | Nicolas Werner | 2023-05-29 | 1 | -6/+6 |
| | |||||
* | Enable sending notifications via the systemNotification signal on macOS | Nicolas Werner | 2023-05-29 | 1 | -3/+4 |
| | |||||
* | fix build/clear notifications on exit on OpenBSD | Klemens Nanni | 2023-02-23 | 1 | -1/+1 |
| | | | | | | | CMake builds ManagerLinux.cpp on `!MAC && !WIN`, that is BSD and Linux. Fix the Linux-only assumption in the shared header. Qt's `Q_OS_UNIX` is defined on Linux, BSDs and macOS alike. | ||||
* | 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/ | ||||
* | feat: clean all notifications if exit on linux | ShootingStarDragons | 2023-01-29 | 1 | -0/+3 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Only play macOS notification sounds when pushrules dictate it | Joseph Donofry | 2022-11-15 | 1 | -1/+2 |
| | |||||
* | Add ability to respond to notifications on macOS | Joe Donofry | 2022-11-04 | 1 | -1/+7 |
| | |||||
* | Add toggle to disable decrypting notifications | Nicolas Werner | 2022-10-13 | 1 | -0/+1 |
| | |||||
* | Evaluate push rules locally | Nicolas Werner | 2022-10-13 | 1 | -4/+7 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Add D-Bus API (#916) | Loren Burkholder | 2022-04-14 | 1 | -5/+0 |
| | | | | This adds functionality for viewing joined rooms and activating rooms. | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -3/+2 |
| | | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | ||||
* | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 2021-11-01 | 1 | -2/+4 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -41/+41 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -4/+8 |
| | |||||
* | Simplify image loading | Loren Burkholder | 2021-03-17 | 1 | -3/+1 |
| | |||||
* | Simplify macOS checks for a null image | Loren Burkholder | 2021-03-17 | 1 | -0/+2 |
| | |||||
* | Simplify formatting on Windows | Loren Burkholder | 2021-03-17 | 1 | -4/+3 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -10/+36 |
| | | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | ||||
* | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 1 | -0/+10 |
| | | | | Actually posting the notification is now the responsibility of a private function | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Include notifications header instead of responses header | Loren Burkholder | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Move notification parsing into postNotification | Loren Burkholder | 2021-02-13 | 1 | -7/+3 |
| | |||||
* | Display notifications for emote messages properly | Loren Burkholder | 2021-02-13 | 1 | -1/+2 |
| | |||||
* | notifications/mananger: Follow Linux code paths on Haiku as well | Alexander von Gluck IV | 2021-02-03 | 1 | -3/+3 |
| | |||||
* | Remove showNotification function | Loren Burkholder | 2021-01-19 | 1 | -1/+0 |
| | |||||
* | Allow inline replies from notifications on linux | Nicolas Werner | 2021-01-07 | 1 | -0/+2 |
| | |||||
* | Fix notification not being cleared, when read event didn't cause a notification | Nicolas Werner | 2020-04-11 | 1 | -17/+0 |
| | |||||
* | Clear notifications when event is read | Nicolas Werner | 2020-04-11 | 1 | -0/+30 |
| | |||||
* | Enable compilation on FreeBSD (#403) | Colin Lord | 2018-08-12 | 1 | -3/+3 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+55 |