summary refs log tree commit diff
path: root/resources/qml/dialogs/PhoneNumberInputDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-031-286/+1676
| | | | | fixes #683 relates to #571
* Fix copyright orderNicolas Werner2021-11-031-1/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-0/+354
This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670