summary refs log tree commit diff
path: root/resources/qml/MessageView.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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++.
* Fix annoying touch overlap in room listNicolas Werner2021-07-311-2/+2
|
* Fix incorrect function nameLoren Burkholder2021-07-291-1/+1
|
* Port to explicit connect syntaxNicolas Werner2021-07-271-7/+19
| | | | Also fix a lot of warnings.
* make lintLoren Burkholder2021-07-221-0/+1
|
* Pad the loading spinnerLoren Burkholder2021-07-211-4/+14
|
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-201-0/+2
|
* Fix reaction button againNicolas Werner2021-07-191-1/+1
|
* Basic sticker supportNicolas Werner2021-07-191-3/+7
|
* Fix a few missing propertiesNicolas Werner2021-07-121-0/+6
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-27/+87
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Fix high CPU usage when a room is openNicolas Werner2021-07-101-1/+1
|
* Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-081-12/+12
|\
| * Merge branch 'master' into qml-roomlistNicolas Werner2021-06-121-12/+12
| |\
* | | Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-091-4/+5
|/ /
* | Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+139
| |
* | Move global avatarSize propertyNicolas Werner2021-05-131-3/+3
| |
* | Make palette global in QmlNicolas Werner2021-05-131-9/+9
|/
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-1/+3
|
* Allow copying messages via right clickNicolas Werner2021-04-291-1/+1
| | | | fixes #291
* Copy address locationNicolas Werner2021-04-291-1/+1
| | | | fixes #463
* Highlight navigated to messageNicolas Werner2021-04-291-0/+49
|
* Add Alt-F to forward messagesNicolas Werner2021-04-271-1/+13
|
* Update translationsNicolas Werner2021-04-171-1/+1
|
* 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