moment/TODO.md

130 lines
4.8 KiB
Markdown
Raw Normal View History

- Investigate?
- `QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling)`
2019-07-13 07:06:37 +10:00
- Refactoring
- Use [Animators](https://doc.qt.io/qt-5/qml-qtquick-animator.html)
- Sendbox
2019-07-18 22:10:36 +10:00
- Use .mjs modules
- SignIn/RememberAccount screens
- SignIn must be in a flickable
- Don't bake in size properties for components
2019-07-13 19:34:58 +10:00
- Unfinished work in button-refactor branch
- Button can get "hoverEnabled: false" to let HoverHandlers work
- Room Sidepane
2019-07-21 23:26:47 +10:00
- Hide when window too small
- Also save/load its size
- When qml syntax highlighting supports string interpolation, use them
- Fixes
- EditProfile avatar spacing in row mode
- Message position after daybreak delegate
2019-07-21 20:05:01 +10:00
- Keyboard flicking against top/bottom edge
- Don't strip user spacing in html
2019-07-05 16:45:30 +10:00
- Past events loading (limit 100) freezes the GUI - need to move upsert func
to a WorkerScript
- `MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function`
2019-07-09 02:52:07 +10:00
- Horrible performance for big rooms
2019-07-22 09:12:32 +10:00
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
- UI
- Messages editing
- Code highlighting
- Support GIF avatars
2019-07-21 20:05:01 +10:00
- When reduced, show the full-window sidepane instead of Default page
- Adapt shortcuts flicking speed to font size and DPI
- Show error box if uploading avatar fails
- EditAccount page:
- Device settings
- Multiaccount aliases:
- Warn when conflict with another alias
- Forbid spaces?
- Add an explanation tooltip
- Prevent sending messages with an user not in room
- Support \ escaping
- Improve avatar tooltips position, add stuff to room tooltips (last msg?)
- Accept drag and dropping a picture in account settings to set avatar
- When all the events loaded on beginning in a room are name/avatar changes,
no last event room text is displayed (use sync filter?)
2019-07-18 22:10:36 +10:00
- Show something when connection is lost or 429s happen
- "Rejoin" LeftBanner button if room is public
2019-07-09 02:52:07 +10:00
- Daybreak color
- Replies
- `pyotherside.atexit()`
- Sidepane
- Header back button when reduced
- Better look for arrows and option button when collapsed
- Way to put it back to auto-sizing (snap)
- Show it when hovering on the left when collapsed/reduced
- Ability to drag on any place of the pane to resize
- Reducable room sidepane, swipe to show full-window
2019-07-09 02:52:07 +10:00
- Invite to room
- Server selection
- Register/Forgot? for SignIn dialog
- Add room
- Leave room
- Forget room warning popup
- Prevent using the SendBox if no permission (power levels)
- Spinner when loading past room events, images or clicking buttons
- Theming
- Thin white icons
- Copy the default theme to user data dir
- Distribute fonts
- preferredIconPack: accept multiple values
- Find icon packs in user data dir
- Correctly implement uiScale/fontScale + ctrl+-= keys
- See [Text.fontSizeMode](https://doc.qt.io/qt-5/qml-qtquick-text.html#fontSizeMode-prop)
- Way to round avatar corners to allow box radius
- If avatar is set, name color from average color?
- Accent color from background
- Settings page
- Message/text selection
2019-07-16 06:14:08 +10:00
- Custom file picker for Linux...
- Major features
- E2E
- Device verification
- Edit/delete own devices
- Request room keys from own other devices
- Auto-trust accounts within the same client
- Import/export keys
- Uploads & proper http thumbnails
- Reduce messages ListView cacheBuffer height once http thumbnails
downloading is implemented
- Read receipts
- Status message and presence
- Links preview
- Client improvements
- Set Qt.application.* stuff from C++
2019-07-13 19:34:58 +10:00
- [debug mode](https://docs.python.org/3/library/asyncio-dev.html)
- Initial sync filter and lazy load, see weechat-matrix `_handle_login()`
- See also `handle_response()`'s `keys_query` request
- Direct chats category
- On sync, check messages API, if a limited sync timeline was received
- Markdown: don't turn #things (no space) and `thing\n---` into title,
disable `__` syntax for bold/italic
- Push instead of replacing in stack view (remove getMemberFilter when done)
- `<pre>` scrollbar on overflow
- When inviting someone to direct chat, room is "Empty room" until accepted,
it should be the peer's display name instead.
- See `Qt.callLater()` potential usages
- Animate RoomEventDelegate DayBreak apparition
- Room subtitle: show things like "*Image*" instead of blank, etc
- nio
- downloads API
- MatrixRoom invited members list
- Invite events are missing their timestamps (needed for sorting)
- Left room events after client reboot
- `org.matrix.room.preview_urls` event
- `m.room.aliases` event
- Support "Empty room (was ...)" after peer left
- Previewing room without joining
- Distribution
2019-07-16 18:37:39 +10:00
- Include python dependencies in binary with rcc?
- README.md