Improvements for linking to events
- Fixes scrolling to an event not being reliable - Adds new /goto command that can open URLs, go to events, or go to message indexes. - Refactored ChatPage::handleMatrixUri() to contain the handling originally in Nheko::openLink(), and makes it return a boolean based on whether the URL was handled internally or not.
Showing
- resources/qml/MessageView.qml 4 additions, 1 deletionresources/qml/MessageView.qml
- src/ChatPage.cpp 61 additions, 10 deletionssrc/ChatPage.cpp
- src/ChatPage.h 2 additions, 2 deletionssrc/ChatPage.h
- src/timeline/InputBar.cpp 17 additions, 0 deletionssrc/timeline/InputBar.cpp
- src/timeline/TimelineModel.cpp 15 additions, 1 deletionsrc/timeline/TimelineModel.cpp
- src/ui/NhekoGlobalObject.cpp 2 additions, 42 deletionssrc/ui/NhekoGlobalObject.cpp
Loading
Please register or sign in to comment