summary refs log tree commit diff
path: root/src/MainWindow.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-135/+143
|
* Small style changeKonstantinos Sideris2017-08-201-17/+27
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-4/+1
| | | | - Adds detection for duplicate events
* Save and restore app's window sizeKonstantinos Sideris2017-07-301-3/+26
| | | | closes #46
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-0/+9
| | | | | | Minor stylistic refactoring closes #29
* Don't show the landing page when there is an active userKonstantinos Sideris2017-05-221-16/+29
|
* Minimize to trayKonstantinos Sideris2017-05-211-1/+33
|
* Remove MainWindow ui formKonstantinos Sideris2017-05-141-5/+12
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-0/+1
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-1/+1
|
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-261-0/+41
|
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+1
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-35/+8
|
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+1
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+2
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-081-4/+7
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-2/+3
|
* Initial commitKonstantinos Sideris2017-04-061-0/+134