2019-04-15 02:56:30 +10:00
|
|
|
- Separate categories for invited, group and direct rooms
|
|
|
|
- Invited → Accept/Deny dialog
|
|
|
|
- Keep the room header name and topic updated
|
|
|
|
- Merge login page
|
|
|
|
- Show actual display name for AccountDelegate
|
|
|
|
|
|
|
|
- When inviting someone to direct chat, room is "Empty room" until accepted,
|
|
|
|
it should be the peer's display name instead.
|
|
|
|
- Support "Empty room (was ...)" after peer left
|
|
|
|
|
|
|
|
- Catch network errors in socket operations
|
|
|
|
|
|
|
|
- Proper logoff when closing client
|
|
|
|
|
|
|
|
- Handle cases where an avatar char is # or @ (#alias room, @user\_id)
|
|
|
|
|
|
|
|
- Use Loader? for MessageDelegate to show sub-components based on condition
|
|
|
|
- Better names and organization for the Message components
|
|
|
|
|
|
|
|
- Load previous events on scroll up
|
2019-04-15 04:09:54 +10:00
|
|
|
|
|
|
|
- Migrate more JS functions to their own files
|
2019-04-15 06:12:07 +10:00
|
|
|
|
|
|
|
- Accept room\_id arg for getUser
|
2019-04-18 00:49:54 +10:00
|
|
|
|
|
|
|
- Set Qt parents for all QObject
|
|
|
|
|
|
|
|
- `<pre>` scrollbar on overflow
|
2019-04-18 02:06:09 +10:00
|
|
|
|
|
|
|
- Make links in room subtitle clickable, formatting?
|
2019-04-18 03:44:04 +10:00
|
|
|
|
|
|
|
- Push instead of replacing in stack view
|