summary refs log tree commit diff
path: root/resources/qml/dialogs/InputDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add function to force focus on InputDialog input fieldtastytea2022-03-061-0/+4
| | | | | | | | # Previous commits: # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id... # df6a5aab Fix clicking on images in replies
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-1/+0
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Quality-of-life improvements to InputDialogLoren Burkholder2021-11-161-0/+9
|
* Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+1
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* Fix margins on input dialogLoren Burkholder2021-09-241-1/+2
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-0/+1
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-2/+2
|
* Reimplement room context menusNicolas Werner2021-05-281-0/+53