Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
b3788e00
Commit
b3788e00
authored
3 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
misc: do not cache AnimatedImage in message delegates
Change-Id: I8448d3eb3b277be60b6223cfe1b3956c9cbc20fd
parent
b00d61fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/commoncomponents/DataTransferMessageDelegate.qml
+1
-1
1 addition, 1 deletion
src/commoncomponents/DataTransferMessageDelegate.qml
src/commoncomponents/TextMessageDelegate.qml
+1
-1
1 addition, 1 deletion
src/commoncomponents/TextMessageDelegate.qml
with
2 additions
and
2 deletions
src/commoncomponents/DataTransferMessageDelegate.qml
+
1
−
1
View file @
b3788e00
...
...
@@ -294,7 +294,7 @@ Loader {
anchors.right
:
isOutgoing
?
parent
.
right
:
undefined
property
real
minSize
:
192
property
real
maxSize
:
256
cache
:
tru
e
cache
:
fals
e
fillMode
:
Image
.
PreserveAspectCrop
mipmap
:
true
antialiasing
:
true
...
...
This diff is collapsed.
Click to expand it.
src/commoncomponents/TextMessageDelegate.qml
+
1
−
1
View file @
b3788e00
...
...
@@ -86,7 +86,7 @@ SBSMessageBase {
}
AnimatedImage
{
id
:
img
cache
:
tru
e
cache
:
fals
e
source
:
isRemoteImage
?
LinkPreviewInfo
.
url
:
(
hasImage
?
LinkPreviewInfo
.
image
:
""
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment