summary refs log tree commit diff
path: root/include/ChatPage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+1
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-17/+54
* Remove unnecessary layoutsKonstantinos Sideris2017-11-081-8/+3
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+1
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-311-2/+4
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-281-1/+23
* Clean up headersKonstantinos Sideris2017-10-281-13/+17
* Retry initial sync (#19)Konstantinos Sideris2017-10-201-0/+7
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-201-4/+1
* Remove sync timerKonstantinos Sideris2017-10-201-3/+0
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-0/+2
* Add /join command supportKonstantinos Sideris2017-10-081-0/+1
* Drop the loading screen if consensus can't be achievedKonstantinos Sideris2017-10-081-2/+7
* Prevent FOUCKonstantinos Sideris2017-10-071-0/+1
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
* Receive typing notifications (#88)Konstantinos Sideris2017-10-041-0/+6
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+2
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-53/+52
* Ghetto room switcherKonstantinos Sideris2017-08-151-0/+8
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+6
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+2
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-0/+1
* Minimize to trayKonstantinos Sideris2017-05-211-0/+1
* Snappy sidebarKonstantinos Sideris2017-05-191-6/+15
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-3/+7
* Rename History to TimelineKonstantinos Sideris2017-04-271-2/+2
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+2
* Initial implementation for local echoKonstantinos Sideris2017-04-131-2/+0
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-11/+6
* Make the timer single shotKonstantinos Sideris2017-04-111-0/+1
* Add logout buttonKonstantinos Sideris2017-04-091-0/+4
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-4/+4
* Initial commitKonstantinos Sideris2017-04-061-0/+88