Summary: | Removing files from DVD data project is very slow | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | DGardner <damien> |
Component: | Data Project | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michalm |
Priority: | NOR | ||
Version: | 1.68.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.1.0 | |
Sentry Crash Report: |
Description
DGardner
2010-02-09 15:29:41 UTC
In an attempt to clean up old bugs that are not valid for K3b 2.0 (=KDE SC 4.x port) anymore, this is now being marked as UNMAINTAINED. If this bug is still valid for 2.0, please reopen it. I believe it's still valid, reopening *** Bug 234639 has been marked as a duplicate of this bug. *** I re-tested this with k3b 2.0.1 (on KDE 4.5.1) and it does not appear to be a problem any more. Hundreds of files can be removed almost instantly. Git commit 874784037c5aea305e35456524e6d4276fdea3a5 by Michal Malek. Committed on 18/09/2011 at 11:34. Pushed by mmalek into branch 'master'. Improved performance of deleting items from data project Previously each item was being deleted one by one. Now whole ranges of items are removed at once (if possible i.e. the ranges are continouos). This speeds up the process significantly. BUG: 226029 FIXED-IN: 2.1.0 M +1 -0 ChangeLog M +9 -0 libk3b/projects/datacd/k3bdatadoc.cpp M +2 -0 libk3b/projects/datacd/k3bdatadoc.h M +58 -25 libk3b/projects/datacd/k3bdiritem.cpp M +2 -0 libk3b/projects/datacd/k3bdiritem.h M +5 -10 src/projects/k3bdataprojectmodel.cpp M +6 -12 src/projects/k3bdataviewimpl.cpp http://commits.kde.org/k3b/874784037c5aea305e35456524e6d4276fdea3a5 |