moment/src/gui/MainPane
Maze 884d22938b Add keys to jump to latest/oldest unread (#214)
* Key to jump to latest/oldest unread #186

Latest/oldest unread/highlight.
Default bindings match the bindings for previous/next unread/highlight.

Allows the user to read messages in the order of receiving them.
Or the opposite order, to stay on top of things.

* Clean up code

Use let instead of var, and proper indentation

* Fix case for some variables in RoomList.qml

Some variables were using snake_case instead of camelCase like usually
done in QML code (note that the model items come from python)

Co-authored-by: miruka <miruka@disroot.org>
2021-07-26 04:39:58 -04:00
..
AccountBar.qml Remove double blank lines from QML files 2021-03-03 17:14:55 -04:00
AccountContextMenu.qml Hide prev status msg for accounts w/out presence 2021-07-26 04:39:58 -04:00
AccountDelegate.qml Fix rendering status msgs with HTML-unsafe chars 2021-07-26 04:39:58 -04:00
BottomBar.qml Add PCN theme system 2021-03-03 17:14:55 -04:00
MainPane.qml Add "Add another account" entry to settings menu 2021-07-26 04:39:57 -04:00
MessageIndicator.qml Remove pointless local_highlights 2021-03-03 17:14:56 -04:00
RoomDelegate.qml Show inviter as subtitle for room list invites 2021-07-26 04:39:58 -04:00
RoomList.qml Add keys to jump to latest/oldest unread (#214) 2021-07-26 04:39:58 -04:00
TopBar.qml Back/FW UI buttons tooltips: shorter & consistency 2021-07-26 04:39:57 -04:00