summary refs log tree commit diff
path: root/src/ui/TextField.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-201/+0
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* use more literalsNicolas Werner2021-12-291-2/+2
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-8/+28
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-84/+84
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Improve Register page (#346)Kirillpt2020-11-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* move error_matrixid label below matrixid input, made hide/show for the ↵kirillpt2020-11-231-0/+3
| | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-211-4/+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 nullptrNicolas Werner2020-02-041-1/+1
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+174