← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1518152] [NEW] removeItem is slow and causes issues due to async, therefore requesting removeItems(list)

 

Public bug reported:

removeItem is slow and causes issues when multiple removeItem calls are
performed rapidly. As it is performed asynchronously it removals can
happen in any order, so keeping the correct offset is difficult.

Therefore for both performance reasons and to ease multiselect remove it
makes sense to have a removeItems(list) method that matches the
addItems(list) method.

** Affects: qtubuntu-media (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bgplaylist

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1518152

Title:
  removeItem is slow and causes issues due to async, therefore
  requesting removeItems(list)

Status in qtubuntu-media package in Ubuntu:
  New

Bug description:
  removeItem is slow and causes issues when multiple removeItem calls
  are performed rapidly. As it is performed asynchronously it removals
  can happen in any order, so keeping the correct offset is difficult.

  Therefore for both performance reasons and to ease multiselect remove
  it makes sense to have a removeItems(list) method that matches the
  addItems(list) method.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-media/+bug/1518152/+subscriptions


Follow ups