summary refs log tree commit diff
path: root/resources/qml/RoomDirectory.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-215/+0
|
* Added a text field that allows choosing custom homeserver in "Room ↵Patryk Cisek2021-09-171-0/+11
| | | | | | | | | | | | | | | | | | | directory" dialog. (#727) * Added a text field that allows choosing custom homeserver in "Room directory" dialog. * Moved "Choose custom homeserver" text field to the right and shrinked it to 30% of "Room directory" dialog's width. * Adding "server_name=" when needed when joining room. When joining room that is hosted on a different homeserver than the account is registered on, the request fails. In such scenario the server has to be explicitly mentioned in a server_name URL parameter. More info here: https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-join-roomidoralias * Minor fix: intentation (4 spaces -> 8 spaces) Co-authored-by: Patryk Cisek <patryk@cisek.email>
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+1
|
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Update join button in room directory after joinNicolas Werner2021-08-171-2/+1
|
* Formattingkamathmanu2021-08-141-1/+1
|
* Cleanup more nitskamathmanu2021-08-141-19/+8
|
* Formatting + Licensingkamathmanu2021-08-141-1/+1
|
* Clean up final nitskamathmanu2021-08-141-9/+8
|
* Ran qmlformat and make licensekamathmanu2021-08-121-195/+216
|
* Make search text selectable by clickingkamathmanu2021-08-121-0/+1
|
* Added Spinner while rooms loadkamathmanu2021-08-121-6/+27
|
* Fix nits from code reviewkamathmanu2021-08-091-5/+3
|
* Improve window closingkamathmanu2021-08-071-1/+6
|
* Fixed anchoring/positioning of delegate items and join room displaykamathmanu2021-08-071-11/+26
|
* Padding for search barkamathmanu2021-08-071-2/+2
|
* Room Directory UI for exploring and joining public rooms. V1: simplistic ↵kamathmanu2021-08-071-0/+155
server + network facilities