summaryrefslogtreecommitdiffstats
path: root/resources/qml/MessageView.qml
AgeCommit message (Expand)Author
2024-04-05Hopefully fix the jump when replying after scrollingNicolas Werner
2024-03-02Fix binding loop warningNicolas Werner
2024-01-29Fix report message dialogNicolas Werner
2024-01-09Fix some keyboard shortcuts on macOS that involved arrow keysJoseph Donofry
2024-01-08Disable reuseItems again, since it still breaks on room switchNicolas Werner
2024-01-08Speedup room switching by forcing a bigger initial item sizeNicolas Werner
2023-10-26More qml cleanupsNicolas Werner
2023-10-25Add report message functionalityissue1410Loren Burkholder
2023-10-23Fix scroll position jumping when replying or resizing the windowNicolas Werner
2023-10-10Restore reply context menudelegate-reworkNicolas Werner
2023-10-09Basic bubble styleNicolas Werner
2023-10-09Start working on bubble delegateNicolas Werner
2023-10-08Switch to manual polishing of event delegatesNicolas Werner
2023-09-20Reimplement mention highlight and scroll to highlightNicolas Werner
2023-09-20Move message styles to their own files and work around hover not propagating ...Nicolas Werner
2023-09-17Fix alignment of file messages and redactionsNicolas Werner
2023-09-12Fix power level indicator sizeNicolas Werner
2023-09-08Fix timeline menusNicolas Werner
2023-08-28Reenable status part of timeline messagesNicolas Werner
2023-08-25Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner
2023-08-25Show reactions againNicolas Werner
2023-08-25Remaining events apart from verificationNicolas Werner
2023-08-25Get rid of redundant constructions and make room implicitNicolas Werner
2023-08-25Port redacted messagesNicolas Werner
2023-08-25Port state events and imagesNicolas Werner
2023-08-25Working text messages in delegate reworkNicolas Werner
2023-08-25Create an EventDelegateChooserNicolas Werner
2023-08-10Swap PL indicator locationNicolas Werner
2023-07-23Show an indicator in the timeline for mods and adminsLoren Burkholder
2023-06-19Move to automatic type registrationNicolas Werner
2023-06-08Fix theme in cross-signing setupNicolas Werner
2023-06-08Replace some binding loops with othersNicolas Werner
2023-06-08Fix username label eliding loopNicolas Werner
2023-06-08Fix message heightNicolas Werner
2023-06-08Format qmlNicolas Werner
2023-06-08Get rid of scrollhelperNicolas Werner
2023-06-08Fix palette access and QMediaPlayer errorsNicolas Werner
2023-05-31Show custom reactions in reaction historyNicolas Werner
2023-05-30Add goto button to hover menu when searchingNicolas Werner
2023-05-30Right click option to go to event while searchingSateallia
2023-05-25Get rid of old emoji pickerNicolas Werner
2023-03-25Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner
2023-03-12make scroll-down button (toEndButton) focus message inputtastytea
2023-03-02Scroll farther on PgUp/PgDnLoren Burkholder
2023-02-21Get rid of year in license headersNicolas Werner
2023-02-21Fix newlines in status messagesNicolas Werner
2023-02-21MessageView: Add ToolTip to status messageMarcus Hoffmann
2023-02-21MessageView: improve styling of presence statusMarcus Hoffmann
2023-02-01Fix some leftover menus from #1319q234rty
2023-01-23feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons