touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #71578
[Bug 1439263] Re: Backport QQuickAsyncImageProvider from upstream-dev
The relevant upstream change is https://codereview.qt-
project.org/#/c/108540/.
Note that this can be backported without any changes to other projects,
gaining the fix for http stalling all image loads:
https://codereview.qt-project.org/#/c/109756/
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1439263
Title:
Backport QQuickAsyncImageProvider from upstream-dev
Status in qtdeclarative-opensource-src package in Ubuntu:
New
Bug description:
In Qt <= 5.5 there is exactly one thread that handles loading of
images that come from custom image providers, this means that if a
given image provider is very slow it will block the rest of image
providers.
Qt 5.6 introduces QQuickAsyncImageProvider that is a job based API
that allows the custom image providers to run threads on their side,
this way they won't block other requests.
By backporting QQuickAsyncImageProvider we can solve
https://bugs.launchpad.net/thumbnailer/+bug/1425043 by making the
thumbnailer have a "slow" thread for thumbnails that it needs to do
and a "fast" one for thumbnails that are already done as shown by the
proof of concept implementation at
https://code.launchpad.net/~aacid/thumbnailer/asyncprovider/+merge/253188
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1439263/+subscriptions
References