summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-16Explicitly set no timeout for notificationsBenedikt Heine1-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-16Update image_data hint to current notification specBenedikt Heine1-1/+1
The current notification spec says image-data should get used instead of image_data.
2018-07-15Use a brighter color for button text (#355)Konstantinos Sideris1-1/+1
2018-07-15Properly reset the autocomplete anchor when the popup closesKonstantinos Sideris3-3/+7
fixes #305
2018-07-15Use MainWindow instead of QApplication::activeWindow to reference the main ↵Konstantinos Sideris2-4/+12
window The latter will not always return a valid pointer. fixes #363
2018-07-15De-duplicate the m.room.encryption eventKonstantinos Sideris2-4/+13
2018-07-15Use the http link for video messagesKonstantinos Sideris5-21/+22
Add method to convert matrix content URIs to http links
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris19<