Summary: | dolphin refresh all the time a folder when a file is download inside | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | humufr |
Component: | view-engine: general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | cfeck |
Priority: | NOR | ||
Version: | 1.99 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
humufr
2012-01-05 14:49:14 UTC
Does the file during download progress have the ".part" extension, so that Dolphin knows that it is not the final version of the file? @Christoph: Even if it does not have a .part extension Dolphin should not refresh the previews each time the file changes (I guess the reporter forgot to mention that previews are turned on). This is currently an open issue in KFileItemModelRolesUpdater - we already have a solution in KFilePreviewGenerator from kdelibs and I'll use a similar approach to fix this (I could not use KFilePreviewGenerator for several reasons anymore). Indeed I forgot to mention that the preview mode was on. Sorry. I also forgot to mention that the extension was not part but crdownload Git commit 0829313c05c8411d5d21c3aca1f74928c7698645 by Peter Penz. Committed on 09/01/2012 at 22:10. Pushed by ppenz into branch 'KDE/4.8'. Prevent generating previews all the time during downloading a large file When downloading a large file the preview should not be recreated each time a change-notification has been received. Create the preview after getting the first file change, but postpone creating the next previews until no change has been done during a longer period of time. FIXED-IN: 4.8.0 M +52 -3 dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp M +15 -0 dolphin/src/kitemviews/kfileitemmodelrolesupdater.h http://commits.kde.org/kde-baseapps/0829313c05c8411d5d21c3aca1f74928c7698645 Git commit 5ce50afbb63ac97cca1e32d3704c976e0d653ed8 by Peter Penz. Committed on 09/01/2012 at 22:10. Pushed by ppenz into branch 'master'. Prevent generating previews all the time during downloading a large file When downloading a large file the preview should not be recreated each time a change-notification has been received. Create the preview after getting the first file change, but postpone creating the next previews until no change has been done during a longer period of time. FIXED-IN: 4.8.0 M +52 -3 dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp M +15 -0 dolphin/src/kitemviews/kfileitemmodelrolesupdater.h http://commits.kde.org/kde-baseapps/5ce50afbb63ac97cca1e32d3704c976e0d653ed8 |