summary refs log tree commit diff
path: root/src/ui/TextField.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix validation feature in TextInput, it was trouble in password field in the ↵kirillpt2020-11-261-0/+1
| | | | login page
* Update src/ui/TextField.cppDeepBlueV7.X2020-11-251-1/+1
|
* move error_matrixid label below matrixid input, made hide/show for the ↵kirillpt2020-11-231-1/+13
| | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
* Improve Login and Register page hintingNicolas Werner2020-05-091-1/+4
|
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-211-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 nullptrNicolas Werner2020-02-041-4/+4
|
* Remove more unneeded headersNicolas Werner2020-01-311-1/+1
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-1/+1
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-11/+9
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+363