summary refs log tree commit diff
path: root/src/InviteeItem.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-17Move all files under src/Konstantinos Sideris1-2/+2
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-182/+174
2018-07-15User reverse iterator instead of while loopKonstantinos Sideris1-7/+3
2018-07-15Add the -v / --version option, which displays the version string of the ↵Konstantinos Sideris1-1/+6
application.
2018-07-15Update issue templateKonstantinos Sideris1-4/+13
2018-07-15Bump version to 0.5.0Konstantinos Sideris4-11/+11
2018-07-14Fix Windows buildKonstantinos Sideris4-121/+114
2018-07-14Remove the FindOlm.cmake script for the Windows buildKonstantinos Sideris1-0/+1
2018-07-14Re-enable groups