[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-07-16 Thread Michi Henning
** Changed in: thumbnailer
   Status: Fix Committed = Fix Released

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnailer:
  Fix Released
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released
Status in qtdeclarative-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-06-03 Thread Michi Henning
** Changed in: thumbnailer
   Status: Confirmed = Fix Committed

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnail generator for all kinds of files:
  Fix Committed
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released
Status in qtdeclarative-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-05-26 Thread Timo Jyrinki
** Also affects: qtdeclarative-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: qtdeclarative-opensource-src (Ubuntu RTM)
   Status: New = Fix Released

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnail generator for all kinds of files:
  Confirmed
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released
Status in qtdeclarative-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/qtdeclarative-opensource-src

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnail generator for all kinds of files:
  Confirmed
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-05-11 Thread Timo Jyrinki
QtDeclarative part in the overlay PPA now.

---
qtdeclarative-opensource-src (5.4.1-1ubuntu7) vivid; urgency=medium

  * debian/patches/Add-QQuickAsyncImageProvider.patch:
- Backport QQuickAsyncImageProvider (LP: #1439263) (LP: #1425043)
  * debian/patches/Always-remove-reply-from-replies-when-processing-can.patch:
- Drop, replaced by the new patch.

 -- Timo Jyrinki timo-jyri...@ubuntu.com  Tue, 28 Apr 2015 08:50:56 +
---


** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: In Progress = Fix Released

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnail generator for all kinds of files:
  Confirmed
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425043] Re: Thumbnails are returned one by one to QML thus already existing thumbnails can be blocked

2015-04-23 Thread Timo Jyrinki
** Also affects: qtdeclarative-opensource-src (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtdeclarative-opensource-src (Ubuntu)
 Assignee: (unassigned) = Timo Jyrinki (timo-jyrinki)

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: New = In Progress

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Importance: Undecided = High

-- 
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/1425043

Title:
  Thumbnails are returned one by one to QML thus already existing
  thumbnails can be blocked

Status in Thumbnail generator for all kinds of files:
  Confirmed
Status in qtdeclarative-opensource-src package in Ubuntu:
  In Progress

Bug description:
  Thumbnail requests made via the QML thumbnailer image provider are enqueued 
and processed one by one which has some nasty UX consequences:
  1) if a thumbnail already exists it won't be returned immediately if other 
thumbnails are ahead in the queue
  2) video thumbnails are much slower to be generated so if one is being 
generated, all other thumbnails are blocked until it finishes

  This issue would be alleviated if not for 
https://bugreports.qt.io/browse/QTBUG-37988
  But even with the Qt bug fixed, 1) would still be an important issue in many 
cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/thumbnailer/+bug/1425043/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp