Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | -182/+174 | |
2018-07-15 | User reverse iterator instead of while loop | Konstantinos Sideris | 1 |