summary refs log tree commit diff
path: root/resources/qml/MatrixText.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port to explicit connect syntaxNicolas Werner2021-07-271-2/+2
| | | | Also fix a lot of warnings.
* Basic sticker supportNicolas Werner2021-07-191-4/+4
|
* Add workaround for TextEdit not rerendering after image loadedNicolas Werner2021-07-151-0/+5
| | | | fixes #541
* Fix clicking links in mobile modeNicolas Werner2021-06-251-1/+2
| | | | fixes #617
* Move openLink to Nheko globalsNicolas Werner2021-05-131-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-1/+1
|
* Highlight navigated to messageNicolas Werner2021-04-291-1/+1
|
* Rewrite matrix.to links to matrix uris and handle them the same wayNicolas Werner2021-04-281-13/+1
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix hover handling in the timelineNicolas Werner2021-02-141-5/+3
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-1/+1
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-1/+1
|
* 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