summary refs log tree commit diff
path: root/resources/qml/dialogs/UserProfile.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More image dialog fixesNicolas Werner2022-05-101-1/+1
|
* Add maximum width to room name in user profiletastytea2022-02-051-0/+2
| | | | | Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width.
* Add maximum width to user name in profiletastytea2022-02-051-0/+4
| | | | | | Layout is: padding | text | margin | button | padding Therefore we subtract 2x padding, 1x margin and 1x button from width. And an extra button for some reason. 🤷
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-4/+0
|
* Port image overlay to qmlNicolas Werner2022-01-021-1/+1
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+2
| | | | Might be unnecessary, but docs are unclear on that.
* Fix qml warnings and missing iconsNicolas Werner2021-11-171-2/+2
|
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-10/+13
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-19/+19
|
* Make yellow darkerNicolas Werner2021-11-111-2/+2
| | | | | | Fixes readability issues in the userprofile. fixes #440
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-031-10/+11
| | | | | fixes #683 relates to #571
* Allow changing device names, display last seen time and IPThulinma2021-10-201-18/+82
|
* Add support for listing devices that do not support encryption, add support ↵Thulinma2021-10-171-0/+10
| | | | | | for logging out devices. Ticks off another box in #23!
* Support bootstrapping crosssigningNicolas Werner2021-10-091-19/+28
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* Simplify device list refresh logicDeepBlueV7.X2021-10-071-1/+1
|
* Added support for refreshing the device list, marking current device with a ↵Thulinma2021-10-061-8/+30
| | | | checkmark instead of a lock
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-0/+327