summary refs log tree commit diff
path: root/src/Logging.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris19-99/+869
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris44-2425/+1619
2018-06-04Install missing dependencies in travis-ci/appveyorKonstantinos Sideris7-34/+46
2018-06-04Include mtxclient in the buildKonstantinos Sideris12-51/+257
2018-06-02Bump version to v0.4.3Konstantinos Sideris3-8/+8
2018-05-26Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris2-12/+71
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris6-23/+57
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris3-3/+5
2018-05-25Fix resize slowness on the TopBarKonstantinos Sideris4-79/+42
2018-05-25Bump version to 0.4.2Konstantinos Sideris3-8/+8
2018-05-25Make the number of unread messages fit in the bubbleKonstantinos Sideris2-11/+22
2018-05-25Use the white for text on the dark themeKonstantinos Sideris2-0/+2
2018-05-24Fix "jumpy messages" regressionKonstantinos Sideris1-9/+1
2018-05-24Bump version to 0.4.1Konstantinos Sideris3-8/+8
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris2-8/+47
2018-05-21Use std::string for the "creator" key in m.room.memberKonstantinos Sideris1-1/+1
2018-05-18Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2-8/+16
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris2-1/+12
2018-05-18Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2-0/+11
2018-05-18Generate missing translations stringsKonstantinos Sideris5-5/+120
2018-05-18Update dockerfiles with the qt-svg dependency</