moment/harmonyqml/components/chat
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
..
Daybreak.qml Order the roomEvents models from newest to oldest 2019-04-17 16:43:18 -04:00
EventContent.qml Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
MessageContent.qml Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
MessageDelegate.qml Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
MessageList.qml Make the SendBox work, send plaintext messages 2019-04-17 23:01:26 -04:00
RoomHeader.qml Display room messages and other events 2019-04-14 12:56:30 -04:00
Root.qml Add users currently typing in room bar 2019-04-14 16:12:07 -04:00
SendBox.qml Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
TypingUsersBar.qml Add users currently typing in room bar 2019-04-14 16:12:07 -04:00
utils.js Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00