Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-17 | Move all files under src/ | Konstantinos Sideris | 1 | -2/+2 | |
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 | -182/+174 | |
2018-07-15 | User reverse iterator instead of while loop | Konstantinos Sideris | 1 | -7/+3 | |
2018-07-15 | Add the -v / --version option, which displays the version string of the ↵ | Konstantinos Sideris | 1 | -1/+6 | |
application. | |||||
2018-07-15 | Update issue template | Konstantinos Sideris | 1 | -4/+13 | |
2018-07-15 | Bump version to 0.5.0 | Konstantinos Sideris | 4 | -11/+11 | |
2018-07-14 | Fix Windows build | Konstantinos Sideris | 4 | -121/+114 | |
2018-07-14 | Remove the FindOlm.cmake script for the Windows build | Konstantinos Sideris | 1 | -0/+1 | |
2018-07-14 | Re-enable groups |