summary refs log tree commit diff
path: root/resources/qml/TimelineRow.qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix tapping messages, fix pressandhold/doubletap on touchMalte E2022-03-281-0/+8
* drag to reply (#1018)Malte E2022-03-271-1/+27
* Better touch scrolling (#1012)Malte E2022-03-241-25/+23
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+3
* elide usernames in timeline (#997)Malte E2022-03-201-5/+4
* allow bubbles to be not larger than necessaryMalte E2022-03-121-2/+1
* reduce replied-to message to implicitWidth if non-bubble layout is usedMalte E2022-03-101-0/+1
* right-align reactions of right-aligned bubblesMalte E2022-03-101-1/+4
* Fix metadata not resizing properlyNicolas Werner2022-03-011-12/+20
* Add sender names to state events (#948)Malte E2022-02-211-5/+6
* actually fix awkward message spacingMalte E2022-02-181-1/+1
* fix awkward message spacingMalte E2022-02-181-1/+1
* Make hover highlight fill the full width of the timelinetastytea2022-02-181-1/+2
* Merge pull request #939 from maltee1/better_bubblesDeepBlueV7.X2022-02-161-3/+3
|\
| * don't mess up old layoutMalte E2022-02-141-1/+1
| * space-saving metadata placementMalte E2022-02-141-3/+3
* | Fix hovering messagesNicolas Werner2022-02-141-7/+3
|/
* improve spacingsMalte E2022-02-141-1/+1
* add small avatars option and tweak colors and spacingsMalte E2022-02-131-15/+17
* place own bubbles on right and remove user infoMalte E2022-02-111-8/+9
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-20/+11
* fixed most of the binding loopsMalte E2022-02-091-1/+3
* Variable width bubbles (still has binding loop)Malte E2022-02-091-6/+11
* print state events without bubbles, displaynames or avatars and in a smaller ...Malte E2022-02-071-1/+5
* clean up margin settingMalte E2022-02-051-28/+24
* place metadata below message when the Layout is narrow (<350)Malte E2022-02-051-19/+20
* Add message bubblesMalte E2022-02-041-5/+21
* prepare code for message bubbles and dynamic message layoutMalte E2022-02-031-61/+85
* 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/+2
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+2
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
* Swap encryption and edit indicatorNicolas Werner2021-11-111-9/+9
* Show encryption errors in qml and add request keys buttonNicolas Werner2021-08-071-0/+3
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-1/+1
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-201-18/+21
* Fix replies not reloading after fetching themNicolas Werner2021-07-161-19/+19
* Don't use full dump for repliesNicolas Werner2021-07-121-20/+22
* Fix a few missing propertiesNicolas Werner2021-07-121-0/+9
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-15/+75
* Remove db bottleneck by caching ro txn for 100 requestsNicolas Werner2021-07-101-1/+1
* Move global avatarSize propertyNicolas Werner2021-05-131-1/+1
* Make palette global in QmlNicolas Werner2021-05-131-4/+4
* Show verification status next to messagesNicolas Werner2021-05-071-0/+1
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-2/+2
* Allow copying messages via right clickNicolas Werner2021-04-291-2/+2
* Copy address locationNicolas Werner2021-04-291-2/+2
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-0/+2
* Use native menusNicolas Werner2021-03-141-2/+2
* Fix popup opening at wrong placeNicolas Werner2021-03-071-2/+2
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-55/+16
|\
| * Use short format for timeNicolas Werner2021-03-051-1/+1
| * Mark message currently being editedNicolas Werner2021-03-051-2/+2
| * Fix janky hoverhandling for text messagesNicolas Werner2021-03-051-0/+3
| * Use overlay buttons for message actionsNicolas Werner2021-03-041-54/+12
* | Update license headersNicolas Werner2021-03-051-0/+4
|/
* Add double tap to reply featureNicolas Werner2021-02-141-0/+1
* Fix hover handling in the timelineNicolas Werner2021-02-141-23/+15
* Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-3/+3
* Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-091-2/+6
* Implement message editingNicolas Werner2021-02-091-0/+1
* Display edits correctlyNicolas Werner2021-02-091-0/+14
* Initial commit for privacy screenJoseph Donofry2021-01-251-1/+1
* Fix qml warningsNicolas Werner2021-01-191-3/+3
* Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-181-7/+10
* Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-161-2/+0
* Display read receipts when read indicator is clickedLoren Burkholder2021-01-151-0/+1
* 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
* Qml message input mockupNicolas Werner2020-10-261-1/+1
* Lint qml with qml-formatNicolas Werner2020-10-081-138/+140
* Fix reactionsNicolas Werner2020-09-031-1/+0
* Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+1
|\
| * Try to fix variable timestamp widthNicolas Werner2020-08-071-0/+1
* | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-1/+1
* | Fix presence indicatorNicolas Werner2020-07-301-6/+6
|/
* Make long press menu actually workNicolas Werner2020-07-261-13/+16
* Fix reactionsNicolas Werner2020-07-201-1/+0
* WIP: Event Store split outNicolas Werner2020-07-091-1/+1
* Remove signals in favor of direct function callsJoseph Donofry2020-06-091-3/+0
* Remove duplicate search iconsJoseph Donofry2020-06-091-1/+1
* Merge master and fix conflictsJoseph Donofry2020-06-091-4/+4
|\
| * Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-4/+4
* | Minor adjustments to emoji pickerJoseph Donofry2020-06-091-1/+0
* | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-0/+6
* | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-161-0/+2
* | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-161-1/+5
|\|
| * Implemented optional message body highlighting feature.lkito2020-05-161-1/+5
* | Merge master into reactionsJoseph Donofry2020-05-141-1/+2
|\|
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-1/+2
* | Update emoji picker and translationsJoseph Donofry2020-05-131-0/+1
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-3/+3
* | merge master into reactionsJoseph Donofry2020-05-071-1/+12
|/
* Basic, broken reaction displayNicolas Werner2020-05-041-0/+1
* Add placeholder for reactionsNicolas Werner2020-05-041-0/+3
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-4/+3
* Use palette for qml code for themingNicolas Werner2020-03-291-15/+15
* Make buttons hideable via setting, button contents can still be accessed via ...Nicolas Werner2020-03-101-26/+12
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-1/+1
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-46/+15
* Change tooltip palette settings for QMLJoseph Donofry2020-01-281-0/+3
* Simplify reply popup logicNicolas Werner2020-01-281-46/+3
* Implement fancy reply renderingNicolas Werner2020-01-111-7/+54
* Add encrypted file downloadNicolas Werner2019-12-031-1/+1
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
* Fix infinite item instantiating loop by using height instead of contentHeightNicolas Werner2019-11-231-2/+3
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-231-2/+2
* Make replies format nicerNicolas Werner2019-11-231-2/+13
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-39/+6
* Improve avatar look and layoutingNicolas Werner2019-11-231-1/+0
* break height binding loopNicolas Werner2019-11-231-1/+1
* Organize qml files a bitNicolas Werner2019-11-231-0/+144