Summary: | After inline renaming, dolphin often complains the file (with the old name) does not exist. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jekyll Wu <adaptee> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthur, eugene.shalygin+bugzilla.kde, mmodem00 |
Priority: | NOR | Keywords: | regression |
Version: | 2.0.95 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/2e057eb6e21fe850c101a1f2bedaffd986ffdf3a | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: |
warning dialog after changing the extension of one file
A archive containing a few files for reproducing the problem |
Description
Jekyll Wu
2012-06-06 01:26:05 UTC
Created attachment 71612 [details]
warning dialog after changing the extension of one file
In this screenshot, I have just renamed 'kcminit-xxxxx.krash" to 'kcminit-xxxxx.krashed' (just changing the extension part). Then the warning dialog appear.
Created attachment 71613 [details]
A archive containing a few files for reproducing the problem
This archive just contains three reports generated by Dr.konqi. To reproduce, just select some file and change its extention between '.krash' and '.krashes". That triggers the warning for me with 50% chance .
I confirm this with KDE 4.9 beta1. *** Bug 301351 has been marked as a duplicate of this bug. *** *** Bug 299075 has been marked as a duplicate of this bug. *** Git commit 2e057eb6e21fe850c101a1f2bedaffd986ffdf3a by Peter Penz. Committed on 08/06/2012 at 16:39. Pushed by ppenz into branch 'master'. Inline renaming fixes - Don't use an outdated KFileItem when renaming an item more than once - Use the same font as the view - Don't lose the focus when an editor-popup is shown Related: bug 299327, bug 298883 FIXED-IN: 4.9.0 M +6 -0 dolphin/src/kitemviews/kfileitemmodel.cpp M +1 -0 dolphin/src/kitemviews/kstandarditemlistwidget.cpp M +8 -3 dolphin/src/kitemviews/private/kitemlistroleeditor.cpp M +21 -4 dolphin/src/views/dolphinview.cpp M +1 -0 dolphin/src/views/dolphinview.h http://commits.kde.org/kde-baseapps/2e057eb6e21fe850c101a1f2bedaffd986ffdf3a |