** Changed in: qtmultimedia-opensource-src (Ubuntu RTM) Status: In Progress => Fix Committed
** Changed in: qtmultimedia-opensource-src (Ubuntu) Status: Triaged => In Progress ** Changed in: qtmultimedia-opensource-src (Ubuntu) Assignee: (unassigned) => Thomas Voß (thomas-voss) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1518152 Title: removeItem is slow and causes issues due to async, therefore requesting removeItems(list) Status in Canonical System Image: In Progress Status in media-hub package in Ubuntu: Triaged Status in qtmultimedia-opensource-src package in Ubuntu: In Progress Status in qtubuntu-media package in Ubuntu: Triaged Status in media-hub package in Ubuntu RTM: Triaged Status in qtmultimedia-opensource-src package in Ubuntu RTM: Fix Committed Status in qtubuntu-media package in Ubuntu RTM: Triaged 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/canonical-devices-system-image/+bug/1518152/+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