Summary: | Changing the current item is very slow if many files are in the clipboard | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Frank Reininghaus <frank78ac> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.13.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/25e646e9b638f381f1de6c766c0bf38854df8f5d | Version Fixed In: | 4.13.1 |
Sentry Crash Report: |
Description
Frank Reininghaus
2014-04-26 11:05:36 UTC
Git commit 25e646e9b638f381f1de6c766c0bf38854df8f5d by Frank Reininghaus. Committed on 30/04/2014 at 07:34. Pushed by freininghaus into branch 'KDE/4.13'. Update the "Paste" action only if it is necessary Updating this action is only required if the clipboard contents change, or if the "is writable" state of the current location changes. In all other cases, an update of this action should be prevented because it can be very expensive if many files are in the clipboard. In particular, the update when the selection changes could make changing the current item in the view very slow. REVIEW: 117782 FIXED-IN: 4.13.1 M +3 -1 dolphin/src/dolphinmainwindow.cpp http://commits.kde.org/kde-baseapps/25e646e9b638f381f1de6c766c0bf38854df8f5d |