summary refs log tree commit diff
path: root/include/Cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-0/+6
* Add read support for room access options (#324)twahm2018-05-131-8/+20
* Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris2018-05-111-1/+1
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-0/+8
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+2
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-0/+7
* Remove extra semicolonKonstantinos Sideris2018-05-011-1/+1
* Add member listKonstantinos Sideris2018-05-011-0/+13
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+8
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-2/+1
* Improve room searchingKonstantinos Sideris2018-04-271-3/+18
* Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris2018-04-241-0/+3
* Update invites in the UI after syncKonstantinos Sideris2018-04-221-0/+1
* Properly clean stale invitesKonstantinos Sideris2018-04-221-1/+6
* Strip whitespace from room names for QuickSwitcherKonstantinos Sideris2018-04-221-4/+1
* Remove dead codeKonstantinos Sideris2018-04-211-1/+0
* Save read receiptsKonstantinos Sideris2018-04-211-1/+3
* Cache refactoringKonstantinos Sideris2018-04-211-21/+296
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-3/+2
* Load the initial cache data without blocking the UIKonstantinos Sideris2018-01-211-4/+10
* Change cache format to not allow duplicate receiptsKonstantinos Sideris2018-01-141-21/+1
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-2/+5
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+55
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-0/+4
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+7
* Reset cache on breaking changesKonstantinos Sideris2017-12-101-0/+3
* Clean up headersKonstantinos Sideris2017-10-281-1/+1
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-17/+2
* Recover from corrupted cache dataKonstantinos Sideris2017-10-031-7/+3
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+2
* Remove cache data when the user logs outKonstantinos Sideris2017-08-261-0/+10
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-15/+17
* Small style changeKonstantinos Sideris2017-08-201-2/+4
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+57