summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the main window to the centerKonstantinos Sideris2017-04-151-0/+8
* Add initial support for unread message countKonstantinos Sideris2017-04-156-9/+86
* Use color generator for nick namesKonstantinos Sideris2017-04-144-35/+58
* Use light themeKonstantinos Sideris2017-04-1410-36/+40
* Add proper struct initializationKonstantinos Sideris2017-04-131-4/+1
* Initial implementation for local echoKonstantinos Sideris2017-04-135-44/+200
* Don't use icons as room avatarsKonstantinos Sideris2017-04-122-3/+2
* Use less contrast on the sidebarKonstantinos Sideris2017-04-122-4/+5
* Small stylistic changesKonstantinos Sideris2017-04-123-12/+9
* Add style for m.noticeKonstantinos Sideris2017-04-121-1/+4
* Use a single nick to color mapKonstantinos Sideris2017-04-112-42/+45
* Decrease button's animation durationKonstantinos Sideris2017-04-111-2/+2
* Remove halo animationKonstantinos Sideris2017-04-112-106/+0
* Remove capitalizationKonstantinos Sideris2017-04-111-3/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-117-172/+157
* Make the timer single shotKonstantinos Sideris2017-04-112-12/+22
* Allow message text selectionKonstantinos Sideris2017-04-101-0/+1
* 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
* 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