moment/TODO.md
miruka 012e89f6cb Improved ListModel and ListItem
- New ListItem implemented using a metaclass, which makes defining new
  ListItem subclasses much cleaner and shorter

- ListModel functions taking an index now accept either an int
  (list index) or str (value of a main key)

- getWhere() gone, simply use get(a_main_key_value) now

- updateOrAppendWhere replaced by update()/upsert()
2019-04-29 23:51:37 -04:00

2.3 KiB

  • Refactoring

    • Migrate more JS functions to their own files / Implement in Python instead
    • Don't bake in size properties for components
  • Bug fixes

    • 100% CPU usage when hitting top edge to trigger messages loading
    • Sending ![A picture](https://picsum.photos/256/256) → not clickable?
    • Icons and images aren't reloaded
    • HStyle singleton isn't reloaded
    • MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function
    • Bug when resizing window being tiled (i3), can't figure it out
  • UI

    • Use nested listview for categories instead of section property
    • Improve SidePane appearance when at min width
    • Server selection
    • Register/Forgot? for SignIn dialog
    • Scaling
    • Test HGlassRectangle elements when no effects are available
    • 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
    • Better theming/styling system
    • Settings page
      • Multiaccount aliases
  • Major features

    • E2E
    • Uploads
    • Links preview
    • QQuickImageProvider
    • Read receipts
    • Status message and presence
  • Client improvements

    • HTTP/2
    • retry_after_ms when rate-limited
    • Direct chats category
    • 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
    • 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
    • See Qt.callLater() potential usages
    • Banner name color instead of bold
  • Missing nio support

    • Left room events
    • org.matrix.room.preview_urls event
    • m.room.aliases event
    • Support "Empty room (was ...)" after peer left
  • Waiting for approval/release

    • nio avatars
    • olm/olm-devel 0.3.1 in void repos
  • Distribution

    • Review setup.py, add dependencies
    • README.md