summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-102-0/+12
|
* Hide horizontal scroll bar on history viewKonstantinos Sideris2017-04-102-2/+2
|
* Use QString::simplified instead of regexKonstantinos Sideris2017-04-102-3/+3
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-102-13/+13
|
* Sanitize room info for displayKonstantinos Sideris2017-04-102-13/+17
|
* Remove exception specificationsKonstantinos Sideris2017-04-096-21/+21
|
* Add travis CIKonstantinos Sideris2017-04-092-1/+2
|
* Clear text fields after loginKonstantinos Sideris2017-04-092-0/+7
|
* Add logout buttonKonstantinos Sideris2017-04-098-37/+141
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-084-18/+130
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-073-18/+22
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-067-135/+16
|
* Initialize sync timerKonstantinos Sideris2017-04-061-2/+3
|
* Initial commitKonstantinos Sideris2017-04-0632-0/+4653