summary refs log tree commit diff
path: root/resources/qml/MessageView.qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix marking messages as read by scrollingNicolas Werner2024-05-271-0/+20
* Hopefully fix the jump when replying after scrollingNicolas Werner2024-04-051-2/+16
* Fix binding loop warningNicolas Werner2024-03-021-2/+1
* Fix report message dialogNicolas Werner2024-01-291-1/+1
* Fix some keyboard shortcuts on macOS that involved arrow keysJoseph Donofry2024-01-091-3/+3
* Disable reuseItems again, since it still breaks on room switchNicolas Werner2024-01-081-1/+1
* Speedup room switching by forcing a bigger initial item sizeNicolas Werner2024-01-081-1/+1
* More qml cleanupsNicolas Werner2023-10-261-17/+8
* Add report message functionalityLoren Burkholder2023-10-251-0/+16
* Fix scroll position jumping when replying or resizing the windowNicolas Werner2023-10-231-0/+7
* Restore reply context menuNicolas Werner2023-10-101-7/+9
* Basic bubble styleNicolas Werner2023-10-091-1/+10
* Start working on bubble delegateNicolas Werner2023-10-091-4/+10
* Switch to manual polishing of event delegatesNicolas Werner2023-10-081-2/+2
* Reimplement mention highlight and scroll to highlightNicolas Werner2023-09-201-0/+1
* Move message styles to their own files and work around hover not propagating ...Nicolas Werner2023-09-201-461/+34
* Fix alignment of file messages and redactionsNicolas Werner2023-09-171-0/+5
* Fix power level indicator sizeNicolas Werner2023-09-121-0/+6
* Fix timeline menusNicolas Werner2023-09-081-4/+37
* Reenable status part of timeline messagesNicolas Werner2023-08-281-18/+103
* Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner2023-08-251-310/+3
* Show reactions againNicolas Werner2023-08-251-2/+38
* Remaining events apart from verificationNicolas Werner2023-08-251-1/+183
* Get rid of redundant constructions and make room implicitNicolas Werner2023-08-251-2/+2
* Port redacted messagesNicolas Werner2023-08-251-0/+13
* Port state events and imagesNicolas Werner2023-08-251-1/+81
* Working text messages in delegate reworkNicolas Werner2023-08-251-8/+140
* Create an EventDelegateChooserNicolas Werner2023-08-251-161/+22
* Swap PL indicator locationNicolas Werner2023-08-101-8/+12
* Show an indicator in the timeline for mods and adminsLoren Burkholder2023-07-231-0/+9
* Move to automatic type registrationNicolas Werner2023-06-191-2/+2
* Fix theme in cross-signing setupNicolas Werner2023-06-081-1/+1
* Replace some binding loops with othersNicolas Werner2023-06-081-0/+1
* Fix username label eliding loopNicolas Werner2023-06-081-3/+9
* Fix message heightNicolas Werner2023-06-081-2/+1
* Format qmlNicolas Werner2023-06-081-444/+431
* Get rid of scrollhelperNicolas Werner2023-06-081-5/+0
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-15/+15
* Show custom reactions in reaction historyNicolas Werner2023-05-311-5/+50
* Add goto button to hover menu when searchingNicolas Werner2023-05-301-9/+18
* Right click option to go to event while searchingSateallia2023-05-301-0/+10
* Get rid of old emoji pickerNicolas Werner2023-05-251-4/+5
* Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner2023-03-251-0/+1
* make scroll-down button (toEndButton) focus message inputtastytea2023-03-121-1/+1
* Scroll farther on PgUp/PgDnLoren Burkholder2023-03-021-2/+2
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* Fix newlines in status messagesNicolas Werner2023-02-211-3/+3
* MessageView: Add ToolTip to status messageMarcus Hoffmann2023-02-211-2/+9
* MessageView: improve styling of presence statusMarcus Hoffmann2023-02-211-0/+3
* Fix some leftover menus from #1319q234rty2023-02-011-0/+1
* feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons2023-01-231-0/+8
* Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-191-1/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Add 'clear' button to search bar and implement search indicator via spinnerJoseph Donofry2022-12-201-2/+4
* confetti (#1243)Loren Burkholder2022-12-101-1/+0
* Highlight higlight tweaks in the timelineNicolas Werner2022-11-011-0/+2
* Fix date separatorNicolas Werner2022-10-071-7/+7
* Add a slow way to search a roomNicolas Werner2022-10-061-4/+7
* Basic thread filteringNicolas Werner2022-10-061-4/+13
* Prepare for adding proxy before chat.modelNicolas Werner2022-10-011-31/+31
* Basic threading supportNicolas Werner2022-09-301-10/+34
* Line to indicate first unread message (#1147)Hiers2022-09-111-0/+1
* Focus message input box when pressing EscForest2022-08-191-0/+1
* Added escape handler for uploads (#1100)Rohit Sutradhar2022-06-171-3/+5
* Add basic support for multiple windowsNicolas Werner2022-05-061-7/+1
* Add delay to showing scroll down buttonNicolas Werner2022-03-301-25/+19
* Add a background to scroll to bottom buttonNicolas Werner2022-03-301-2/+10
* add jump to end buttonMalte E2022-03-291-0/+58
* Better touch scrolling (#1012)Malte E2022-03-241-54/+50
* Make overlap of actionMenu a bit smaller againNicolas Werner2022-03-231-1/+1
* Properly enable hovering on message action menuNicolas Werner2022-03-221-0/+1
* Make hover menu inset slightlyNicolas Werner2022-03-221-1/+1
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+2
* elide usernames in timeline (#997)Malte E2022-03-201-3/+10
* add space between date bubble and own messagesMalte E2022-03-121-1/+1
* add space below datebubble and own message bubblesMalte E2022-03-121-2/+2
* Fix a few alignment issues in the hover menuNicolas Werner2022-03-091-3/+2
* Remove spurious log messageNicolas Werner2022-03-071-17/+14
* Fix flickering in hover menuNicolas Werner2022-03-071-16/+13
* Allow to specify reason for removed messagetastytea2022-03-061-1/+23
* Hide hover when leaving the timelineNicolas Werner2022-03-011-2/+2
* making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-241-23/+10
* Don't leak dialogsNicolas Werner2022-02-211-0/+2
* another shot in the darkMalte E2022-02-201-2/+2
* try to make scrollbar overlap content based on styleMalte E2022-02-201-3/+2
* remove touchobserverMalte E2022-02-201-434/+427
* Use ListView without scrollview for messagesNicolas Werner2022-02-191-439/+458
* Always enable hover for ItemDelegateNicolas Werner2022-02-171-0/+2
* Fix hover highlight when hovering hover menuNicolas Werner2022-02-161-1/+3
* Fix hovering messagesNicolas Werner2022-02-141-16/+9
* improve spacingsMalte E2022-02-141-1/+1
* fix bugs found by NicoMalte E2022-02-141-1/+1
* add small avatars option and tweak colors and spacingsMalte E2022-02-131-4/+4
* place own bubbles on right and remove user infoMalte E2022-02-111-5/+6
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-2/+2
* add translations and actually add changes to TimelineModelMalte E2022-02-071-2/+3
* print state events without bubbles, displaynames or avatars and in a smaller ...Malte E2022-02-071-3/+8
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Use the styles default delay for tooltipsNicolas Werner2021-12-311-0/+6
* Update presence dynamically and reduce allocationsNicolas Werner2021-12-301-1/+10
* Add recently used reactionsNicolas Werner2021-12-131-1/+21
* Support pinned messagesNicolas Werner2021-12-111-0/+7
* Pass correct background color to username separatorNicolas Werner2021-11-201-1/+1
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-4/+4
* Move away from using an event loop to access secretsNicolas Werner2021-11-071-2/+2
* Support bootstrapping crosssigningNicolas Werner2021-10-091-5/+4
* Merge pull request #728 from Thulinma/gotoDeepBlueV7.X2021-09-171-1/+4
|\
| * Improvements for linking to eventsThulinma2021-09-161-1/+4
* | Disable reuseItems again D:Nicolas Werner2021-09-171-2/+2
|/
* Reenable reuseItems for the message viewNicolas Werner2021-09-151-3/+3
* Update translationsNicolas Werner2021-09-131-1/+1
* Merge pull request #696 from resolritter/replyDeepBlueV7.X2021-09-031-0/+34
|\
| * right-click tap handler for repliesresolritter2021-08-311-0/+34
* | Fix z value of avatar in timelineNicolas Werner2021-09-031-0/+2
* | Fix a few null warningsNicolas Werner2021-08-291-5/+5
|/
* Round images in the image providerNicolas Werner2021-08-141-1/+0
* 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
* 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
* 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
* 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
* Copy address locationNicolas Werner2021-04-291-1/+1
* 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
* 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
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-0/+108
|\
| * Fix janky hoverhandling for text messagesNicolas Werner2021-03-051-1/+1
| * 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
* 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 pr...Jedi182021-02-021-0/+8
* 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
* 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