summary refs log tree commit diff
path: root/resources/qml/Reactions.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner2023-08-251-1/+1
|
* Use mipmap on custom reactionsLoren Burkholder2023-07-221-0/+1
|
* Format qmlNicolas Werner2023-06-081-41/+35
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-7/+7
|
* Render custom reactionsNicolas Werner2023-05-271-6/+12
|
* 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
|
* Reactions: avoid highlight color misuse, subdue border colorForest2022-08-191-9/+8
| | | | | | | | | | | | | | | | | This addresses a few problems with reaction colors: - The state-checking conditionals for reaction text, background, and border were inconsistent, making it difficult to choose colors for each state (normal, hovered, and self reactions) that worked well in all themes. - The QPalette::Highlight color was being misused as a text/foreground color. This color role is intended for background areas. It has little contrast against the background in themes like KDE Plasma's Breeze High Contrast, so using it for text and icons makes those things difficult to read. https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum - The reaction border was drawn in the same color as normal text, making it so bright in some dark themes that it distracted from reading nearby text. Fixes Nheko-Reborn/nheko#1159
* right-align reactions of right-aligned bubblesMalte E2022-03-101-2/+0
|
* Remove extra … from reaction text if it is already theretastytea2022-03-091-1/+9
| | | | | | elidedText should have … in it if the text doesn't fit, but it seems that it is omitted if the emoji font doesn't have it. 🙄 See <https://github.com/Nheko-Reborn/nheko/pull/982>.
* Show long reaction text in tooltiptastytea2022-03-091-1/+8
| | | | If the reaction text is elided, it will be shown in the tooltip.
* Strip variant selector in some casesNicolas Werner2022-01-011-2/+3
| | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-8/+8
|
* 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
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-2/+2
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-2/+2
|
* Qml message input mockupNicolas Werner2020-10-261-1/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-86/+87
|
* Fix reactionsNicolas Werner2020-09-031-3/+2
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-6/+1
|
* Fix presence indicatorNicolas Werner2020-07-301-3/+10
|
* Fix reactionsNicolas Werner2020-07-201-1/+1
|
* Fix reaction displayNicolas Werner2020-07-191-9/+9
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-091-4/+2
|
* Fix UserSettings in QMLJoseph Donofry2020-06-091-2/+2
|
* Merge master and fix conflictsJoseph Donofry2020-06-091-2/+2
|\
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-4/+4
| | | | | | | | | | | | | | 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.
* | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-4/+24
| |
* | Fix reactions binding loopNicolas Werner2020-05-161-3/+2
|/
* Reaction and Button layout fixesNicolas Werner2020-05-061-16/+20
|
* Misc color fixesNicolas Werner2020-05-051-5/+5
|
* Position reaction emoji and text on the same baselineNicolas Werner2020-05-041-0/+2
|
* Basic, broken reaction displayNicolas Werner2020-05-041-12/+8
|
* Add placeholder for reactionsNicolas Werner2020-05-041-0/+74