summary refs log tree commit diff
path: root/resources/qml/delegates/TextMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Get rid of some useless codeNicolas Werner2021-12-311-1/+1
|
* Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+1
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* Decrease left margins on blockquotes to 1em.tastytea2021-09-041-0/+1
| | | | | | | It is intentionally impossible to add borders to blockquotes via CSS: <https://bugreports.qt.io/browse/QTBUG-23244>. Bug: https://github.com/Nheko-Reborn/nheko/issues/704
* right-click tap handler for repliesresolritter2021-08-311-0/+7
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-3/+6
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Add ugly borders to tablesNicolas Werner2021-06-081-1/+18
|
* Reimplement room context menusNicolas Werner2021-05-281-1/+1
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-1/+1
|
* Allow copying messages via right clickNicolas Werner2021-04-291-0/+1
| | | | fixes #291
* 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-0/+1
|
* Revert keeping whitespace in html, it breaks listsNicolas Werner2021-02-121-1/+1
|
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-141-1/+1
|
* Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2020-10-221-1/+1
| | | | Sadly still required for replies, otherwise this would be perfect.
* 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