summaryrefslogtreecommitdiffstats
path: root/src/ChatPage.cc
AgeCommit message (Expand)Author
2018-07-14Re-enable groupsKonstantinos Sideris
2018-07-11Working D-Bus desktop notifications (#361)Max Sandholm
2018-07-11Use QSharedPointer::data to be compatible with Qt < 5.11Konstantinos Sideris
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris
2018-07-01Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris
2018-06-30Add basic support for replies (#292)Konstantinos Sideris
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-18Save the olm account after we create new one-time keysKonstantinos Sideris
2018-06-17Setup BinTrayKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris
2018-06-12Add menu option to enable encryption in a private roomKonstantinos 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-11Make explicit that MatrixClient & Cache are unique pointersKonstantinos 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-05Implement desktop notification for macKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-04-28Fix UI inconsistencies between room list & communitiesKonstantinos Sideris
2018-04-27Improve room searchingKonstantinos 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-22Fix CI errorsKonstantinos Sideris
2018-04-22Update invites in the UI after syncKonstantinos Sideris
2018-04-22Strip whitespace from room names for QuickSwitcherKonstantinos Sideris
2018-04-22Initialize views before room listKonstantinos Sideris
2018-04-21Implement media cacheKonstantinos Sideris
2018-04-21Remove dead codeKonstantinos Sideris
2018-04-21Save read receiptsKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-26Track invites so they can be removed outside of nhekoKonstantinos Sideris
2018-03-25Fix CI errorsKonstantinos Sideris
2018-03-25Show avatars in the completion popupKonstantinos Sideris
2018-03-24Add basic support for username auto-completionKonstantinos Sideris
2018-03-18Add border line above the text inputKonstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-04Show messages in the RoomList after initial syncKonstantinos Sideris
2018-03-04Retry initial sync only on specific errorsKonstantinos Sideris
2018-03-04Retry initial sync forever (#234)Stuart Mumford
2018-02-28Fix crash when inviting usersKonstantinos Sideris
2018-02-28Add some missing referencesKonstantinos Sideris
2018-02-20Be explicit about the captured parameters in lambdasKonstantinos Sideris
2018-02-19Minor adjustmentsKonstantinos Sideris
2018-02-19Notify the user on upload failuresKonstantinos Sideris