Change QML UI for redactions
1 unresolved thread
1 unresolved thread
- Make the timeline designator a little more attractive
- Add hover tooltip for additional information about the redaction
- Update translations
Merge request reports
Activity
added 21 commits
-
b9b5c87a...1ab4d355 - 20 commits from branch
master
- 53518ccd - Merge remote-tracking branch 'nheko-im/master' into redaction_updates
-
b9b5c87a...1ab4d355 - 20 commits from branch
added 48 commits
-
53518ccd...981c7ab3 - 32 commits from branch
master
- fa0f1755 - Translated using Weblate (Esperanto)
- d59fa42c - Fix some colors switched to yellow by accident
- 298275a9 - Prevent edits from removing quotes at the beginning of a message
- 022932e8 - Disallow displaynames with only spaces or control characters
- 88381baa - Reenable still image viewer for WebP until we qmlify the image viewer
- 66c0e082 - Fix being dropped into an empty room after a join
- 48a920b2 - Update changelog
- 23e0fba5 - Translated using Weblate (Portuguese (Portugal))
- b175ba91 - Translated using Weblate (Indonesian)
- a0820873 - Support exif rotation on received videos
- 25af2b28 - Cleanup qt-jdenticon loading
- 2ff766e8 - Add qt-jdention to flatpak
- 2f2f0afd - Try to add jdenticon plugin to macos build
- 43046416 - Try to add jdenticon plugin to Windows build
- 89dc9234 - Merge nheko-im/master and fix conflicts
- de66e61e - Fix redaction message to use fluent icon
Toggle commit list-
53518ccd...981c7ab3 - 32 commits from branch
- Resolved by Joe Donofry
- Resolved by Joe Donofry
This contains a bad rebase, which should be fixed.
- Resolved by Joe Donofry
- Resolved by Joe Donofry
added 1 commit
- 47e4b35d - Fix redacted user being incorrect and fix styling for large redactions
added 46 commits
-
f021a5e0...aea7461c - 45 commits from branch
master
- 17ef106e - Merge remote-tracking branch 'nheko-im/master' into redaction_updates
-
f021a5e0...aea7461c - 45 commits from branch
187 Layout.preferredHeight: fontMetrics.font.pixelSize 188 source: "image://colorimage/:/icons/icons/ui/delete.svg?" + Nheko.colors.text 189 } 190 Label { 191 id: redactedLabel 192 Layout.margins: Nheko.paddingSmall 193 Layout.alignment: Qt.AlignVCenter | Qt.AlignRight 194 Layout.fillWidth: true 195 Layout.maximumWidth: d.width - 4 * Nheko.paddingSmall - trashImg.width - 2 * Nheko.paddingMedium 196 property var redactedPair: room.formatRedactedEvent(eventId) 197 text: redactedPair["first"] 198 wrapMode: Label.WordWrap 199 200 ToolTip.text: redactedPair["second"] 201 ToolTip.visible: ma.containsMouse 202 MouseArea { changed this line in version 11 of the diff
added 13 commits
-
134e179f...bd020bb4 - 11 commits from branch
master
- 69240121 - Move redacted delegate to its own file and change mousearea to hoverhandler
- aeef7e22 - Merge remote-tracking branch 'nheko-im/master' into redaction_updates
-
134e179f...bd020bb4 - 11 commits from branch
enabled an automatic merge when the pipeline for 2abb5e2f succeeds
mentioned in commit 87d99779
Please register or sign in to reply