summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-03-18Remove redacted events from other users (#171)Konstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-16Add fancy snackbar animationKonstantinos Sideris
2018-03-16Remove opacity animation from the scrollbarKonstantinos Sideris
2018-03-14Add context menu option to save imagesKonstantinos Sideris
2018-03-12Implement user registration with reCAPTCHAKonstantinos Sideris
2018-03-12Update room name & avatar on new roomsKonstantinos Sideris
2018-03-11Add context menu option to mark events individually as readKonstantinos Sideris
2018-03-07Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris
2018-03-07Add a unique id for locally uploaded imagesKonstantinos Sideris
2018-03-04Add missing headerv0.2.0Konstantinos Sideris
2018-03-04Retry initial sync only on specific errorsKonstantinos Sideris
2018-03-04Don't open room switcher when another dialog is openKonstantinos Sideris
2018-03-04Retry initial sync forever (#234)Stuart Mumford
2018-03-03Remove dead code & small refactorings using the std libraryKonstantinos Sideris
2018-03-01Handle empty matrix ID (regression from 9de1ec1)Konstantinos Sideris
2018-02-28Fix crash when inviting usersKonstantinos Sideris
2018-02-28Add some missing referencesKonstantinos Sideris
2018-02-26Enable room switcher only in the chat view (#251)Konstantinos Sideris
2018-02-23Replace login request with the one from matrix-structsKonstantinos Sideris
2018-02-20Fix crash when trying to use automatically deleted ImageOverlay dialogKonstantinos Sideris
2018-02-20Be explicit about the captured parameters in lambdasKonstantinos Sideris
2018-02-19Scale down the preview image to fit in the application windowKonstantinos Sideris
2018-02-19Move scaleImage() in UtilsKonstantinos Sideris
2018-02-19Minor adjustmentsKonstantinos Sideris
2018-02-19Notify the user on upload failuresKonstantinos Sideris
2018-02-18 Support audio, video, generic file for pasting (#220)christarazi
2018-02-18Show loading indicator while waiting for /login & /logoutKonstantinos Sideris
2018-02-17Remove QPropertyAnimation from modals to work around a regression on Qt 5.10....Konstantinos 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-10Generate a date separator before local messagesKonstantinos Sideris
2018-02-09Remove tone emojiKonstantinos Sideris
2018-02-08Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris
2018-02-07Apply fixed width for checkmark for all messagesChris Tarazi
2018-02-07Fix #217: create space for checkmark beforehandChris Tarazi
2018-01-30Render messages received by `/messages` on demandKonstantinos Sideris
2018-01-29Register timeline item so that it will be availableKonstantinos Sideris
2018-01-25Erase items using the keyKonstantinos Sideris
2018-01-25Resize text input vertically to fit the contentsKonstantinos Sideris
2018-01-24Use more stl containers & minor refactoringsKonstantinos Sideris
2018-01-23Show the scroll-down button when showing the timelineKonstantinos Sideris
2018-01-22Don't dismiss the loading overlay by clickingKonstantinos Sideris
2018-01-22Remove Accept-Encoding headerKonstantinos Sideris
2018-01-21Load the initial cache data without blocking the UIKonstantinos Sideris
2018-01-21Refactor avatar fetching in one functionKonstantinos Sideris
2018-01-21Use the Accept-Content header to enable response compressionKonstantinos Sideris
2018-01-16Automatically focus on input when opening a dialogKonstantinos Sideris
2018-01-16Hack to work around layout flickering when adding new timeline itemsKonstantinos Sideris