summary refs log tree commit diff
path: root/resources/qml/delegates/Reply.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+2
|
* elide usernames in timeline (#997)Malte E2022-03-201-5/+8
| | | | | * Use advanceWidth to get the with of the original text Co-authored-by: Nicolas Werner <nicolas.werner@hotmail.de>
* Fix clicking on images in repliesNicolas Werner2022-03-051-1/+1
| | | | fixes #881
* making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-241-10/+7
| | | | | | | | | * making userName_ an AbstractButton should make it play nicely with the ListView * make Avatar an AbstractButton * make userName_ in Reply.qml an AbstractButton * use alias for avatar background color and fix margin of username in reply
* 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
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* print state events without bubbles, displaynames or avatars and in a smaller ↵Malte E2022-02-071-0/+2
| | | | font
* 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
| | | | fixes #529
* Support pinned messagesNicolas Werner2021-12-111-2/+2
| | | | fixes #519
* Fix colors of sidebar in repliesNicolas Werner2021-11-241-1/+1
|
* Support bootstrapping crosssigningNicolas Werner2021-10-091-9/+5
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* 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
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* 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
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* 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
| | | | fixes #507
* 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
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* 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
| | | | In the future we should probably add a gradient when clipped...
* 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