summary refs log tree commit diff
path: root/resources/qml/delegates/Reply.qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+2
* elide usernames in timeline (#997)Malte E2022-03-201-5/+8
* Fix clicking on images in repliesNicolas Werner2022-03-051-1/+1
* making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-241-10/+7
* add small avatars option and tweak colors and spacingsMalte E2022-02-131-1/+1
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-2/+2
* fixed most of the binding loopsMalte E2022-02-091-0/+2
* Variable width bubbles (still has binding loop)Malte E2022-02-091-0/+1
* Update resources/qml/delegates/Reply.qmlMalte E2022-02-071-1/+1
* print state events without bubbles, displaynames or avatars and in a smaller ...Malte E2022-02-071-0/+2
* clean up margin settingMalte E2022-02-051-1/+1
* Add message bubblesMalte E2022-02-041-1/+3
* prepare code for message bubbles and dynamic message layoutMalte E2022-02-031-7/+7
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Allow clicking links in repliesNicolas Werner2021-12-111-1/+8
* Support pinned messagesNicolas Werner2021-12-111-2/+2
* Fix colors of sidebar in repliesNicolas Werner2021-11-241-1/+1
* Support bootstrapping crosssigningNicolas Werner2021-10-091-9/+5
* right-click tap handler for repliesresolritter2021-08-311-7/+21
* Show encryption errors in qml and add request keys buttonNicolas Werner2021-08-071-0/+2
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-1/+1
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-201-0/+2
* Fix a few missing propertiesNicolas Werner2021-07-121-0/+6
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-9/+38
* Make emoji picker follow themeNicolas Werner2021-07-031-1/+1
* Fix mouse cursor on reply delegatesNicolas Werner2021-06-301-0/+1
* Make palette global in QmlNicolas Werner2021-05-131-1/+1
* Highlight navigated to messageNicolas Werner2021-04-291-1/+1
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-0/+2
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
* Update license headersNicolas Werner2021-03-051-0/+4
* Fix hover handling in the timelineNicolas Werner2021-02-141-8/+8
* Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-181-1/+1
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-3/+3
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-3/+3
* Make reply background a bit less saturatedNicolas Werner2020-11-211-1/+1
* Lint qml with qml-formatNicolas Werner2020-10-081-59/+64
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-1/+1
|\
| * Fix null errors in qmlNicolas Werner2020-09-161-1/+1
* | Fix presence indicatorNicolas Werner2020-07-301-1/+3
|/
* Clip replies by defaultNicolas Werner2020-05-131-0/+1
* Fix scroll to replied to message (somewhat)Nicolas Werner2020-05-051-1/+1
* Use Item for transparent rectanglesNicolas Werner2020-04-101-3/+1
* Size reply background by contentsNicolas Werner2020-04-101-1/+9
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-261-6/+7
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-1/+1
* Simplify reply popup logicNicolas Werner2020-01-281-0/+57