moment/TODO.md

76 lines
2.6 KiB
Markdown
Raw Normal View History

- Refactoring
- Use new H\* components everywhere
2019-04-27 08:47:25 +10:00
- TextInput.accepted() for SendBox
2019-04-21 07:58:46 +10:00
- Migrate more JS functions to their own files / Implement in Python instead
- Don't bake in size properties for components
- Better names and organization for the Message components
- Bug fixes
2019-04-29 01:01:38 +10:00
- 100% CPU usage when hitting top edge to trigger messages loading
2019-04-21 07:58:46 +10:00
- Fix tooltip hide()
- Sending `![A picture](https://picsum.photos/256/256)` → not clickable?
- Icons aren't reloaded
2019-04-23 04:24:45 +10:00
- Bug when resizing window being tiled (i3), can't figure it out
2019-04-28 14:44:55 +10:00
- HStyle singleton isn't reloaded
2019-04-21 07:58:46 +10:00
- UI
2019-04-29 01:01:38 +10:00
- Server selection
- Register/Forgot? for SignIn dialog
2019-04-29 01:01:38 +10:00
- Scaling
- See [Text.fontSizeMode](https://doc.qt.io/qt-5/qml-qtquick-text.html#fontSizeMode-prop)
2019-04-28 14:44:55 +10:00
- Test HGlassRectangle elements when no effects are available
2019-04-27 06:02:20 +10:00
- Leave room
- Forget room warning popup
2019-04-22 00:44:04 +10:00
- Use HRowLayout and its totalSpacing wherever possible
- Spacer component
- One line label componant
2019-04-22 00:44:04 +10:00
- Proper button background componant
- Collapsible roomList sections, + button
2019-04-22 00:44:04 +10:00
- Prevent using the SendBox if no permission (power levels)
- Spinner when loading past room events, images or clicking buttons
2019-04-21 07:58:46 +10:00
- Reorganize SidePane
- Proper theme, with components taking their colors from theme settings
- Settings page
- Multiaccount aliases
- Major features
- E2E
- Uploads
- Links preview
- QQuickImageProvider
- Read receipts
- Status message and presence
- Client improvements
2019-04-27 06:02:20 +10:00
- HTTP/2
- `retry_after_ms` when rate-limited
- Direct chats category
2019-04-21 07:58:46 +10:00
- On sync, check messages API, if a limited sync timeline was received
- Markdown: don't turn #things into title (space), disable __ syntax
- Push instead of replacing in stack view
- Make links in room subtitle clickable, formatting?
- `<pre>` scrollbar on overflow
- Use Loader? for MessageDelegate to show sub-components based on condition
- Handle cases where an avatar char is # or @ (#alias room, @user\_id)
- Proper logoff when closing client
- When inviting someone to direct chat, room is "Empty room" until accepted,
it should be the peer's display name instead.
- Keep an accounts order
2019-04-27 06:02:20 +10:00
- See `Qt.callLater()` potential usages
- Banner name color instead of bold
2019-04-21 07:58:46 +10:00
- Missing nio support
- Left room events
2019-04-21 07:58:46 +10:00
- `org.matrix.room.preview_urls` event
- `m.room.aliases` event
- Support "Empty room (was ...)" after peer left
2019-04-27 06:02:20 +10:00
- Waiting for approval/release
- nio avatars
- olm/olm-devel 0.3.1 in void repos
- html-sanitizer allowed attributes fix pypi release
- Distribution
- Review setup.py, add dependencies
- REAMDE.md