summary refs log tree commit diff
path: root/src/LoginPage.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-219/+220
|
* Fix login UXKonstantinos Sideris2017-08-211-6/+13
| | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22
* Small style changeKonstantinos Sideris2017-08-201-12/+21
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-2/+7
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* LintingKonstantinos Sideris2017-07-091-4/+4
|
* Improve login flow (#35)jansol2017-07-081-47/+119
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-3/+0
| | | | | | Minor stylistic refactoring closes #29
* Set up translationsKonstantinos Sideris2017-05-291-6/+6
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+2
|
* Make InputValidator class members staticKonstantinos Sideris2017-05-141-3/+2
|
* Check for nullptr before deleteKonstantinos Sideris2017-05-101-4/+8
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-11/+58
|
* Set text color for QLineEditKonstantinos Sideris2017-05-031-0/+2
|
* Add logo iconsKonstantinos Sideris2017-04-211-5/+5
|
* Use color generator for nick namesKonstantinos Sideris2017-04-141-2/+2
|
* Use light themeKonstantinos Sideris2017-04-141-4/+4
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-6/+9
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-11/+12
|
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+6
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+147