summary refs log tree commit diff
path: root/src/Cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-18Fix variable shadowing on clangKonstantinos Sideris1-3/+3
2018-07-17Mark own read messages with a double checkmark (#377)Konstantinos Sideris12-1/+248
2018-07-17Bump version to v0.5.1Konstantinos Sideris4-9/+9
2018-07-17Fix the download path for the Windows notification libKonstantinos Sideris1-1/+1
2018-07-17Move all files under src/Konstantinos Sideris145-277/+279
2018-07-16Explicitly set no timeout for notificationsBenedikt Heine1-1/+1
2018-07-16Update image_data hint to current notification specBenedikt Heine1-1/+1
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
2018-07-15Use MainWindow instead of QApplication::activeWindow to reference the main wi...Konstantinos Sideris2-4/+12
2018-07-15De-duplicate the m.room.encryption eventKonstantinos Sideris2-4/+13
2018-07-15Use the http link for video messagesKonstantinos Sideris5-21/+22
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris19-179/+171
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 appli...Konstantinos Sideris1-1/+6
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 groupsKonstantinos Sideris14-158/+141
2018-07-12Properly display the bottom border on the TopRoomBarKonstanti