Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 1 | -215/+0 |
| | |||||
* | Added a text field that allows choosing custom homeserver in "Room ↵ | Patryk Cisek | 2021-09-17 | 1 | -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 jdenticonified | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Update join button in room directory after join | Nicolas Werner | 2021-08-17 | 1 | -2/+1 |
| | |||||
* | Formatting | kamathmanu | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | Cleanup more nits | kamathmanu | 2021-08-14 | 1 | -19/+8 |
| | |||||
* | Formatting + Licensing | kamathmanu | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | Clean up final nits | kamathmanu | 2021-08-14 | 1 | -9/+8 |
| | |||||
* | Ran qmlformat and make license | kamathmanu | 2021-08-12 | 1 | -195/+216 |
| | |||||
* | Make search text selectable by clicking | kamathmanu | 2021-08-12 | 1 | -0/+1 |
| | |||||
* | Added Spinner while rooms load | kamathmanu | 2021-08-12 | 1 | -6/+27 |
| | |||||
* | Fix nits from code review | kamathmanu | 2021-08-09 | 1 | -5/+3 |
| | |||||
* | Improve window closing | kamathmanu | 2021-08-07 | 1 | -1/+6 |
| | |||||
* | Fixed anchoring/positioning of delegate items and join room display | kamathmanu | 2021-08-07 | 1 | -11/+26 |
| | |||||
* | Padding for search bar | kamathmanu | 2021-08-07 | 1 | -2/+2 |
| | |||||
* | Room Directory UI for exploring and joining public rooms. V1: simplistic ↵ | kamathmanu | 2021-08-07 | 1 | -0/+155 |
server + network facilities |