summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-09-25Clear text selection when focus is lostKonstantinos Sideris
2018-09-25Add infinite scroll in member listKonstantinos Sideris
2018-09-25Don't clear the member list when the modal is hiddenKonstantinos Sideris
2018-09-25Use QPushButton on the preview modalKonstantinos Sideris
2018-09-21v0.6.0v0.6.0Konstantinos Sideris
2018-09-21Require login when the cache format changes (regression on #444)Konstantinos Sideris
2018-09-21Add close buttons to all dialogsKonstantinos Sideris
2018-09-21Center dialogs around the main windowKonstantinos Sideris
2018-09-21Add method to center widgets & clean up unused headersKonstantinos Sideris
2018-09-20Close dialogs on confirmationKonstantinos Sideris
2018-09-20Use confirm as the default buttonKonstantinos Sideris
2018-09-19macOS: Use the native emoji pickerKonstantinos Sideris
2018-09-19Improvements on the system themeKonstantinos Sideris
2018-09-18Fix compile warningsKonstantinos Sideris
2018-09-16Clean up unread rooms after initial syncKonstantinos Sideris
2018-09-16Bump cache version due to incompatible changesKonstantinos Sideris
2018-09-16Ignore sessions that cannot be parsedKonstantinos Sideris
2018-09-15Implement import/export of megolm session keys (#358)Konstantinos Sideris
2018-09-15Update mtxclientKonstantinos Sideris
2018-09-13Mark unread rooms as such in the room listKonstantinos Sideris
2018-09-13Temporary fix to work with mx-reply tagsKonstantinos Sideris
2018-09-13Strip paragraph tagsKonstantinos Sideris
2018-09-12Use <em></em> for m.emote messagesKonstantinos Sideris
2018-09-12Remove italics from m.notice messagesKonstantinos Sideris
2018-09-12Open user profile on matrix.to linksKonstantinos Sideris
2018-09-12Add context menu option to show the raw messageKonstantinos Sideris
2018-09-12Move some info logs to debugKonstantinos Sideris
2018-09-12Trim whitespace from text messagesKonstantinos Sideris
2018-09-12Enable html attributesKonstantinos Sideris
2018-09-12Don't break the layout on empty text messagesKonstantinos Sideris
2018-09-11Switch to libcmarkKonstantinos Sideris
2018-09-08Enable Qt auto scalingKonstantinos Sideris
2018-09-08Show sidebar after initial syncKonstantinos Sideris
2018-09-08Remove custom stylesheet for qmenuKonstantinos Sideris
2018-09-08macOs: Add missing border on the TopBarKonstantinos Sideris
2018-09-08Small refactoring on the EditModalKonstantinos Sideris
2018-09-07Remove debug printsKonstantinos Sideris
2018-09-07Initial support for sending markdown formatted messagesKonstantinos Sideris
2018-09-07Fix double href links on username pillsKonstantinos Sideris
2018-09-07Use proxy objects on lambdas instead of raw pointersKonstantinos Sideris
2018-09-06Put back removed linksKonstantinos Sideris
2018-09-06Add initial support for displaying formatted messagesKonstantinos Sideris
2018-09-05Remove captcha dialog from the member listKonstantinos Sideris
2018-09-05Fallback to the login screen when the one-time keys cannot be uploadedKonstantinos Sideris
2018-09-04Enable colors in console loggerKonstantinos Sideris
2018-09-01Merge matrix-structs into the client libKonstantinos Sideris
2018-08-31Guard against flickering for items added to the top of the timelineKonstantinos Sideris
2018-08-31Retry initial sync on generic network errors (#422)Konstantinos Sideris
2018-08-31Don't block on empty from tokenKonstantinos Sideris
2018-08-31Handle some more edge cases in timelineKonstantinos Sideris