summary refs log tree commit diff
path: root/resources/qml/delegates/TextMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some qml warningsNicolas Werner2023-10-261-13/+12
|
* fix click to go to reply after mergeNicolas Werner2023-10-101-1/+1
|
* Merge branch 'delegate-rework'Nicolas Werner2023-10-101-6/+4
|\
| * Fixup reply and state event renderingNicolas Werner2023-10-081-2/+1
| |
| * Switch to manual polishing of event delegatesNicolas Werner2023-10-081-2/+5
| |
| * Move message styles to their own files and work around hover not propagating ↵Nicolas Werner2023-09-201-1/+2
| | | | | | | | to siblings
| * Port state events and imagesNicolas Werner2023-08-251-2/+2
| |
| * Working text messages in delegate reworkNicolas Werner2023-08-251-7/+8
| |
* | Qt 6.4 properly supports scrolling text with touchLoren Burkholder2023-09-301-4/+4
|/
* Move to automatic type registrationNicolas Werner2023-06-191-1/+1
|
* Remove explicit link stylingNicolas Werner2023-06-181-1/+0
|
* Replace some binding loops with othersNicolas Werner2023-06-081-1/+1
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-7/+7
|
* Cleanup table renderingNicolas Werner2023-03-091-3/+3
| | | | fixes #1406
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Make code tags preserve whitespaceNicolas Werner2023-01-221-2/+3
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Enable spoilers in repliesNicolas Werner2022-09-111-1/+1
|
* Break http images and implement barebones spoiler support when not in mobile ↵Nicolas Werner2022-08-171-1/+5
| | | | | | | mode see #1042 see #483
* Fix pinned messages getting clippedNicolas Werner2022-04-241-2/+3
|
* fix tapping messages, fix pressandhold/doubletap on touchMalte E2022-03-281-0/+1
|
* space-saving metadata placementMalte E2022-02-141-0/+2
|
* Fix second codeblock not wrappingNicolas Werner2022-02-141-1/+1
|
* fix vertical space for some state eventsMalte E2022-02-131-1/+1
|
* Revert removal of width and height in TextMessage and implicitWidth in ↵Malte E2022-02-041-2/+2
| | | | MessageDelegate
* prepare code for message bubbles and dynamic message layoutMalte E2022-02-031-2/+2
|
* 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