summary refs log tree commit diff
path: root/resources/qml/MessageView.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Avoid some duplicate property queriesNicolas Werner2021-03-031-1/+1
|
* Fix miscalculation of padding in timelineNicolas Werner2021-02-201-1/+1
|
* Fix hover handling in the timelineNicolas Werner2021-02-141-5/+8
|
* Improve scroll to message a bit by using a ScrollViewNicolas Werner2021-02-131-166/+168
|
* Mark messages as read, when Nheko gets focusedNicolas Werner2021-02-131-1/+14
| | | | fixes #235
* Fix cancel edit order on Escape keyNicolas Werner2021-02-101-3/+3
|
* Fix messages sometimes not being rendered, when they are too largeNicolas Werner2021-02-101-1/+0
|
* Try to avoid QTBUG-89568Nicolas Werner2021-02-101-1/+1
|
* Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-1/+3
|
* Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-091-1/+11
|
* make linttrilene2021-02-071-2/+3
|
* add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-021-0/+8
| | | | profile dialog
* Simplify section handling a bitNicolas Werner2021-01-191-44/+24
|
* Fix crash with ScrollViewNicolas Werner2021-01-171-1/+2
|
* Make read markers a bit less confusingNicolas Werner2021-01-161-2/+2
|
* 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
|
* Clean up Avatar click event handlingJoseph Donofry2021-01-111-8/+8
|
* Fix user status that got lost at some pointNicolas Werner2021-01-041-0/+9
|
* Fix some issues with completerNicolas Werner2020-11-251-1/+0
|
* Disable scroll helper on mobileNicolas Werner2020-11-251-0/+1
|
* Add some padding between scrollbar and messagesNicolas Werner2020-11-211-1/+1
|
* Make compatible with qt 5.12kamathmanu2020-11-141-3/+3
|
* Split up TimelineView into separate componentsNicolas Werner2020-10-261-0/+202