summary refs log tree commit diff
path: root/resources/qml/MatrixText.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix input focus when pressing reply buttonNicolas Werner2020-11-251-0/+1
|
* Add mobile mode which improves scrollingNicolas Werner2020-10-241-1/+1
|
* Fix copying textNicolas Werner2020-10-241-2/+0
|
* Lint qml with qml-formatNicolas Werner2020-10-081-27/+29
|
* Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-1/+1
|
* Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-3/+3
|\
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * Open url using QDesktopServices from QmlNicolas Werner2020-07-091-1/+1
| | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| * | Further tweak text elementNicolas Werner2020-08-061-2/+2
| | |
* | | Fix presence indicatorNicolas Werner2020-07-301-2/+4
|/ /
* | Make long press menu actually workNicolas Werner2020-07-261-1/+2
| |
* | Optimize scrolling a little bitNicolas Werner2020-07-251-3/+0
| |
* | Fix binding loop and non integer text heightNicolas Werner2020-07-251-0/+3
|/
* Revert change from TextEdit to TextAreaNicolas Werner2020-02-271-5/+2
| | | | | | It made some messages unreadabe. We loose proper highlight colors, but we will have to do for now, until I can figure out, why the TextArea doesn't work.
* Improve link themingNicolas Werner2020-02-271-2/+5
|
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-261-1/+2
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-5/+3
|
* Fix links opening user dialog and in browserNicolas Werner2019-11-231-2/+2
|
* Enable link handlingNicolas Werner2019-11-231-0/+33