summary refs log tree commit diff
path: root/src/WebRTCSession.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-23Added QLabel for matrixIdError output and added new function which output ↵kirillpt2-6/+30
input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap
2020-11-23