summary refs log tree commit diff
path: root/resources/qml/dialogs/InputDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prefill status message dialog with current statusNicolas Werner2024-06-141-0/+2
|
* Fix some keyboard shortcuts on macOS that involved arrow keysJoseph Donofry2024-01-091-1/+1
|
* Enable even more qml linter warningsNicolas Werner2023-10-261-3/+2
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-1/+1
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* 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