summary refs log tree commit diff
path: root/resources/qml/MessageView.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-1/+0
|
* Disable horizontal scrollbar in timelineNicolas Werner2021-03-261-0/+2
| | | | fixes #530
* Fix emoji picker appearing in wrong locationsNicolas Werner2021-03-231-1/+0
|
* Use readonly properties where possibleNicolas Werner2021-03-141-1/+1
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-3/+13
| | | | fixes #507
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-0/+108
|\ | | | | Use overlay buttons for message actions
| * Fix janky hoverhandling for text messagesNicolas Werner2021-03-051-1/+1
| | | | | | | | Add a 1px border to get more hover enter events...
| * Use overlay buttons for message actionsNicolas Werner2021-03-041-0/+108
| |
* | 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