summary refs log tree commit diff
path: root/includes/jdenticoninterface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-25Update src/ui/TextField.cppDeepBlueV7.X1-1/+1
2020-11-25remove QFontMEtrics declarationkirillpt2-6/+3
2020-11-25fixed error_label_ below login button, now it's calculating height and uses ↵kirillpt2-5/+14
correct word wrapping
2020-11-24remove some useless matrixid layout, and move error_label_ under homeserver ↵kirillpt2-6/+4
input(FIXME)
2020-11-24fix word wraping for matrixid error messagekirillpt1-0/+1
2020-11-24make lintkirillpt1-2/+2
2020-11-23move error_matrixid label below matrixid input, made hide/show for the ↵kirillpt3-2/+25
label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
2020-11-23make lintkirillpt1-2/+2
2020-11-23