Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused paramters | Nicolas Werner | 2020-04-13 | 2 | -2/+2 |
| | |||||
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 2 | -19/+18 |
| | | | | fixes #124 | ||||
* | Fix notification not being cleared, when read event didn't cause a notification | Nicolas Werner | 2020-04-11 | 2 | -36/+19 |
| | |||||
* | Clear notifications when event is read | Nicolas Werner | 2020-04-11 | 4 | -1/+81 |
| | |||||
* | Fix additional Qt version issue | Joseph Donofry | 2019-07-05 | 1 | -0/+4 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -1/+1 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | 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 |
| | |||||
* | Explicitly set no timeout for notifications | Benedikt Heine | 2018-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | The notification spec handles -1 and 0 as special values: -1 -> representation for "undef" 0 -> infinitely values above 0 represent the timeout in ms. The notification messages should disappear again and with 0, this insn't the case. Setting it to -1 lets the notification manager decide the timeout and displays the notification like all others. | ||||
* | Update image_data hint to current notification spec | Benedikt Heine | 2018-07-16 | 1 | -1/+1 |
| | | | | | The current notification spec says image-data should get used instead of image_data. | ||||
* | Fix Windows build | Konstantinos Sideris | 2018-07-14 | 2 | -115/+109 |
| | |||||
* | Working D-Bus desktop notifications (#361) | Max Sandholm | 2018-07-11 | 3 | -8/+206 |
| | | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager | ||||
* | Implement dekstop notifications on Windows (#290) | Konstantinos Sideris | 2018-07-01 | 1 | -2/+43 |
| | |||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 3 | -0/+36 |