summary refs log tree commit diff
path: root/resources/qml/delegates/TextMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lint qml with qml-formatNicolas Werner2020-10-081-7/+7
|
* Fix presence indicatorNicolas Werner2020-07-301-1/+3
|
* Fix binding loop and non integer text heightNicolas Werner2020-07-251-1/+1
|
* Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-1/+1
| | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
* Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-211-0/+1
| | | | emoji
* Clip replies by defaultNicolas Werner2020-05-131-0/+2
| | | | In the future we should probably add a gradient when clipped...
* Improve link themingNicolas Werner2020-02-271-1/+1
|
* Improve styling of emote messagesNicolas Werner2020-02-091-1/+2
|
* Implement fancy reply renderingNicolas Werner2020-01-111-1/+1
| | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them.
* Wrap text in pre tagsNicolas Werner2019-11-231-1/+1
|
* Enable link handlingNicolas Werner2019-11-231-7/+2
|
* Organize qml files a bitNicolas Werner2019-11-231-1/+1
|
* Try out DelegateChooserNicolas Werner2019-11-231-1/+1
| | | | requires Qt5.12+
* Use system colors for nowNicolas Werner2019-11-231-0/+1
|
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+10
Text selection over multiple items doesn't work yet