summary refs log tree commit diff
path: root/src/RegisterPage.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-267/+0
|
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-9/+8
|
* Fix CI errors on macOS & WindowsKonstantinos Sideris2018-06-141-1/+1
| | | | | - Run the linter - Explicitly use cmake for installing olm
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-3/+3
| | | | - Patch the olm repo with a CMakeLists.txt file
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-33/+97
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-6/+6
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-0/+30
| | | | fixes #264
* Fix crash when inviting usersKonstantinos Sideris2018-02-281-5/+0
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Update system themeKonstantinos Sideris2017-11-251-4/+2
|
* Remove unnecessary commentsKonstantinos Sideris2017-11-221-18/+1
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-0/+11
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-16/+16
| | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
* Display user avatar changesKonstantinos Sideris2017-10-281-1/+1
|
* Clean up headersKonstantinos Sideris2017-10-281-3/+5
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-4/+7
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
|
* Remove off-white colorKonstantinos Sideris2017-09-161-5/+5
|
* Style change againKonstantinos Sideris2017-09-101-135/+138
|
* Small style changeKonstantinos Sideris2017-08-201-5/+8
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-3/+8
| | | | | | | 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.
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-2/+0
| | | | | | Minor stylistic refactoring closes #29
* Set up translationsKonstantinos Sideris2017-05-291-9/+9
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+2
|
* Make InputValidator class members staticKonstantinos Sideris2017-05-141-4/+4
|
* Set text color for QLineEditKonstantinos Sideris2017-05-031-0/+4
|
* Add logo iconsKonstantinos Sideris2017-04-211-8/+8
|
* Use color generator for nick namesKonstantinos Sideris2017-04-141-2/+2
|
* Use light themeKonstantinos Sideris2017-04-141-6/+6
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-2/+4
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-15/+18
|
* Initial commitKonstantinos Sideris2017-04-061-0/+166