summaryrefslogtreecommitdiffstats
path: root/include/ChatPage.h
AgeCommit message (Expand)Author
2018-07-17Move all files under src/Konstantinos Sideris
2018-07-14Re-enable groupsKonstantinos Sideris
2018-07-11Working D-Bus desktop notifications (#361)Max Sandholm
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris
2018-06-30Add basic support for replies (#292)Konstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris
2018-05-08Don't use shared pointers for cacheKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-05-07Don't send notification for the room that is currently openKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-05-02Handle invalid access tokenKonstantinos Sideris
2018-04-30Add prototype room settings menuKonstantinos Sideris
2018-04-28Fix UI inconsistencies between room list & communitiesKonstantinos Sideris
2018-04-24Fix signal redefinition warningKonstantinos Sideris
2018-04-24Clear typing notifications when the user list is emptyKonstantinos Sideris
2018-04-24Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris
2018-04-21Implement media cacheKonstantinos Sideris
2018-04-21Remove dead codeKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-26Track invites so they can be removed outside of nhekoKonstantinos Sideris
2018-03-18Add border line above the text inputKonstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-11Add context menu option to mark events individually as readKonstantinos Sideris
2018-03-04Retry initial sync only on specific errorsKonstantinos Sideris
2018-03-04Retry initial sync forever (#234)Stuart Mumford
2018-02-28Add some missing referencesKonstantinos Sideris
2018-02-18Show loading indicator while waiting for /login & /logoutKonstantinos Sideris
2018-02-15Implement server-side notification countKonstantinos Sideris
2018-02-10Remove empty destructorsKonstantinos Sideris
2018-02-10Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris
2018-02-08Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris
2018-01-24Use more stl containers & minor refactoringsKonstantinos Sideris
2018-01-21Refactor avatar fetching in one functionKonstantinos Sideris
2018-01-13Keep syncing regardless of connectivity (#93)Konstantinos Sideris
2018-01-13Use QSharedPointer to save RoomStatesKonstantinos Sideris
2018-01-09Make group's sidebar visible through an optionKonstantinos Sideris
2018-01-09Communities (#195)Max Sandholm
2018-01-03Initial support for read receiptsKonstantinos Sideris
2017-12-30Re-order room list based on activityKonstantinos Sideris
2017-12-19Handle incoming invitesKonstantinos Sideris
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris
2017-11-08Remove unnecessary layoutsKonstantinos Sideris
2017-11-02Add dummy settings menuKonstantinos Sideris
2017-10-31Implemented sending of typing notifications (#105)Thomas Herzog
2017-10-28Save the changes between syncs in cacheKonstantinos Sideris