Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -0/+4 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -208/+208 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Improve Register page (#346) | Kirillpt | 2020-11-30 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | fix validation feature in TextInput, it was trouble in password field in the ↵ | kirillpt | 2020-11-26 | 1 | -0/+1 |
| | | | | login page | ||||
* | Update src/ui/TextField.cpp | DeepBlueV7.X | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | move error_matrixid label below matrixid input, made hide/show for the ↵ | kirillpt | 2020-11-23 | 1 | -1/+13 |
| | | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation | ||||
* | Improve Login and Register page hinting | Nicolas Werner | 2020-05-09 | 1 | -1/+4 |
| | |||||
* | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting. | ||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -4/+4 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -11/+9 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+363 |