Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-16 | Explicitly set no timeout for notifications | Benedikt Heine | 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. | |||||
2018-07-16 | Update image_data hint to current notification spec | Benedikt Heine | 1 | -1/+1 | |
The current notification spec says image-data should get used instead of image_data. | |||||
2018-07-15 | Use a brighter color for button text (#355) | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-15 | Properly reset the autocomplete anchor when the popup closes | Konstantinos Sideris | 3 | -3/+7 | |
fixes #305 | |||||
2018-07-15 | Use MainWindow instead of QApplication::activeWindow to reference the main ↵ | Konstantinos Sideris | 2 | -4/+12 | |
window The latter will not always return a valid pointer. fixes #363 | |||||
2018-07-15 | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2 | -4/+13 | |
2018-07-15 | Use the http link for video messages | Konstantinos Sideris | 5 | -21/+22 | |
Add method to convert matrix content URIs to http links | |||||
2018-07-15 | Remove the v2 namespace from the http client | Konstantinos Sideris | 19< |