summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-03-18Update matrix-structs libraryKonstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-17Fix CI & adjust snackbar animationKonstantinos 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-13Fix CI buildsv0.2.1Konstantinos 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-10Remove unused variablesKonstantinos 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-04Show messages in the RoomList after initial syncKonstantinos Sideris
2018-03-04Don't handle password when the matrix id is enteredKonstantinos Sideris
2018-03-04Retry initial sync only on specific errorsKonstantinos Sideris
2018-03-04Bump versionKonstantinos 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-28Propagate errors during /login & /versionsKonstantinos 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-23Relax matrix identifier parsingKonstantinos 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-17Properly detect the start of the timelineKonstantinos Sideris
2018-02-17Remove QPropertyAnimation from modals to work around a regression on Qt 5.10....Konstantinos Sideris
2018-02-17Fix transparency issue on custom dialogsKonstantinos Sideris
2018-02-16Hide emoji picker when the app loses focusKonstantinos Sideris
2018-02-15Implement server-side notification countKonstantinos Sideris
2018-02-11Simplify variant access with std::visitKonstantinos Sideris
2018-02-11RoomList: do not blindly dereference RoomState (#232)William Pitcock
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-07Create new font for checkmarkChris Tarazi
2018-02-07Apply fixed width for checkmark for all messagesChris Tarazi
2018-02-07Fix #217: create space for checkmark beforehandChris Tarazi