summary refs log tree commit diff
path: root/resources/qml/delegates/NoticeMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-1/+1
|
* 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/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Add sender names to state events (#948)Malte E2022-02-211-1/+3
| | | | | * add sendernames to state events * Center state events and make them less tiny
* print state events without bubbles, displaynames or avatars and in a smaller ↵Malte E2022-02-071-0/+3
| | | | font
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-1/+3
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-2/+0
|\ | | | | Use overlay buttons for message actions
| * Use overlay buttons for message actionsNicolas Werner2021-03-041-2/+0
| |
* | Update license headersNicolas Werner2021-03-051-0/+4
|/
* Try to avoid QTBUG-89568Nicolas Werner2021-02-101-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-4/+4
|
* Clip replies by defaultNicolas Werner2020-05-131-0/+2
| | | | In the future we should probably add a gradient when clipped...
* Use palette for qml code for themingNicolas Werner2020-03-291-1/+1
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Improve styling of emote messagesNicolas Werner2020-02-091-6/+1
|
* 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.
* Show topic and name changes in timelineNicolas Werner2019-12-101-1/+2
|
* Enable link handlingNicolas Werner2019-11-231-6/+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/+12