moment/harmonyqml/components/side_pane
miruka 1d0cce402e Proper display name retrieval implementation
For any name not found in rooms data, rely on new
nio.HttpClient.get_displayname() function to get and cache it,
e.g. for our own name if no room is joined and past events from users
who left the room.

@futurize now returns PyQtFuture objects, wrapper for the
concurrent.futures.Future objects that can be used from QML,
to ensure name retrieval does not block the GUI.
2019-04-19 02:26:29 -04:00
..
AccountDelegate.qml Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
AccountList.qml Show joined rooms, delete left rooms 2019-04-12 13:18:46 -04:00
HToolBar.qml Organize project files 2019-03-26 05:52:43 -04:00
HToolButton.qml Organize project files 2019-03-26 05:52:43 -04:00
RoomDelegate.qml Fix room subtitle reloading 2019-04-14 14:33:57 -04:00
RoomList.qml Rooms and threads fixes 2019-04-13 08:59:10 -04:00
Root.qml Organize project files 2019-03-26 05:52:43 -04:00
utils.js Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00