summary refs log tree commit diff
path: root/resources/qml/RoomMembers.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-179/+0
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+1
|
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Show verification status in memberlistNicolas Werner2021-08-131-6/+36
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+3
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Merge pull request #650 from LorenDB/qml-all-the-thingsDeepBlueV7.X2021-07-211-3/+2
|\ | | | | Open room members when member info label clicked
| * Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-211-3/+2
| |
* | Update translationsNicolas Werner2021-07-211-2/+2
|/
* Fix the loading spinner setupLoren Burkholder2021-07-201-4/+14
| | | | This fixes binding loops and gives it a (in my opinion) sane size.
* Fix elided widthLoren Burkholder2021-07-201-0/+1
|
* Call the correct functionLoren Burkholder2021-07-201-1/+1
|
* Use elided labelLoren Burkholder2021-07-201-2/+2
|
* Use correct colorsLoren Burkholder2021-07-201-0/+2
|
* Don't hardcode fontsLoren Burkholder2021-07-201-3/+3
| | | | Fix hardcoded fonts (again)
* Fix hardcoded spacing/paddingLoren Burkholder2021-07-201-4/+4
| | | | Another padding fix
* Only run spinner while loading membersLoren Burkholder2021-07-201-1/+1
|
* make lintLoren Burkholder2021-07-201-1/+7
|
* Fix visibility of spinnerLoren Burkholder2021-07-201-5/+2
|
* Drop unnecessary codeLoren Burkholder2021-07-201-1/+0
|
* Use standardized paddingLoren Burkholder2021-07-201-2/+2
|
* Document bad behavior with footer and spinnerLoren Burkholder2021-07-201-1/+4
|
* Use fancy spinner (courtesy of redsky)Loren Burkholder2021-07-201-1/+1
|
* Fix propertiesLoren Burkholder2021-07-201-8/+9
|
* make lintLoren Burkholder2021-07-201-0/+4
|
* Simplify room details accessLoren Burkholder2021-07-201-3/+2
| | | | This removes the redundant room name property
* Add a fancy loading spinner to the member listLoren Burkholder2021-07-201-0/+7
|
* make lintLoren Burkholder2021-07-201-0/+9
|
* QML the room member listLoren Burkholder2021-07-201-0/+111