summary refs log tree commit diff
path: root/resources/qml/dialogs/PhoneNumberInputDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+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
|
* 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