summaryrefslogtreecommitdiffstats
path: root/src/RoomList.cc
AgeCommit message (Expand)Author
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-08Don't use shared pointers for cacheKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-04-29Refactor utils::getMessageDescriptionKonstantinos Sideris
2018-04-27Add support for displaying m.sticker eventsKonstantinos Sideris
2018-04-27Add remove_if for mapsKonstantinos Sideris
2018-04-22Update invites in the UI after syncKonstantinos Sideris
2018-04-21Remove dead codeKonstantinos Sideris
2018-04-21Save read receiptsKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-12Update room name & avatar on new roomsKonstantinos Sideris
2018-02-20Be explicit about the captured parameters in lambdasKonstantinos 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-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-01-25Erase items using the keyKonstantinos Sideris
2018-01-24Use more stl containers & minor refactoringsKonstantinos Sideris
2018-01-13Use QSharedPointer to save RoomStatesKonstantinos Sideris
2018-01-09Communities (#195)Max Sandholm
2017-12-30Use `toMSecsSinceEpoch` to be compatible with qt < 5.8Konstantinos Sideris
2017-12-30Re-order room list based on activityKonstantinos Sideris
2017-12-22Cache room avatars (#139)Konstantinos Sideris
2017-12-19Handle incoming invitesKonstantinos Sideris
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris
2017-11-30Group emoji and dialogs with namespacesKonstantinos Sideris
2017-11-30Create directories for related filesKonstantinos Sideris
2017-11-25Paint RoomList's background (#137)Konstantinos Sideris
2017-11-24Send read receiptsKonstantinos Sideris
2017-11-22Merge branch 'theme'Konstantinos Sideris
2017-11-21Keep track of newly joined rooms in the settings managerKonstantinos Sideris
2017-11-16Use system color scheme (using a Qt stylesheet) #104Max Sandholm
2017-11-09Fix roomlist bordersKonstantinos Sideris
2017-11-08Remove unnecessary layoutsKonstantinos Sideris
2017-10-28Add missing headersKonstantinos Sideris
2017-10-28Save the changes between syncs in cacheKonstantinos Sideris
2017-10-28Clean up headersKonstantinos Sideris
2017-10-07Use shared pointer for the modalsKonstantinos Sideris
2017-10-01Build lmdb on appveyorKonstantinos Sideris
2017-10-01React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm
2017-10-01Remove extra clang-format optionsKonstantinos Sideris
2017-09-10Style change againKonstantinos Sideris
2017-08-20Small style changeKonstantinos Sideris
2017-08-15Ghetto room switcherKonstantinos Sideris
2017-08-06Display the most recent message instead of the topicKonstantinos Sideris
2017-05-31Add context menu on RoomList itemsKonstantinos Sideris