Commit Graph

3 Commits

Author SHA1 Message Date
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
miruka
d353e5bf6e Ignore .jsc files (Qt JS cache) 2019-04-17 13:43:46 -04:00
miruka
0434c13cf9 Initial commit 2019-03-21 23:28:14 -04:00