https://bugs.kde.org/show_bug.cgi?id=400312
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kir | |igami/19d09d1ef958b68b8de56 | |965b97d647cfe4ea7b6 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #3 from Aleix Pol <aleix...@kde.org> --- Git commit 19d09d1ef958b68b8de56965b97d647cfe4ea7b6 by Aleix Pol. Committed on 06/08/2019 at 13:42. Pushed by apol into branch 'master'. Kirigami.Icon: Fix loading bigger images when source is a URL Summary: Port to using the QImage::load() that takes a QIODevice and only do it when the execution is finished, instead of upon readyRead(). This makes sure that we are only processing the icon when is fully downloaded. Related: bug 407409 Test Plan: Reproduced the bug and fixed it Reviewers: #frameworks, #kirigami, mart Reviewed By: #kirigami, mart Subscribers: broulik, plasma-devel Tags: #kirigami Differential Revision: https://phabricator.kde.org/D22952 M +36 -42 src/icon.cpp M +2 -2 src/icon.h https://commits.kde.org/kirigami/19d09d1ef958b68b8de56965b97d647cfe4ea7b6 -- You are receiving this mail because: You are watching all bug changes.