Summary: | Rename inline option present but commented-out | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Frederik Schwarzer <schwarzer> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cyberbeat, kde, mfraz74+kde, rizzitello, rossi.f |
Priority: | NOR | ||
Version: | 1.99 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Frederik Schwarzer
2011-11-18 00:09:26 UTC
For the 4.8 release I most probably won't be able to implement a "rename-inline" functionality for the new view-engine and will remove the option temporary from the dialog. The plan is to implement the "rename-inline" functionality for 4.9 in a way that "rename inline" will be default and no option is necessary at all. Git commit 79bb28ec3a8150ed4984f0cd4ee5425bf8d9aac1 by Peter Penz. Committed on 19/11/2011 at 07:04. Pushed by ppenz into branch 'master'. Remove "Rename inline" option The new view-engine currently does not support inline-renaming and because of more important pending issues this cannot be implemented for the 4.8 release of KDE applications. The plan for 4.9 is to implement inline-renaming again and to make it "so good" (tm) that it is always turned on (-> there is no need anymore for an option to disable it ;-) CCBUG: 286893 M +0 -4 dolphin/src/settings/dolphin_generalsettings.kcfg M +0 -8 dolphin/src/settings/general/behaviorsettingspage.cpp M +0 -1 dolphin/src/settings/general/behaviorsettingspage.h M +2 -0 dolphin/src/views/dolphinview.cpp http://commits.kde.org/kde-baseapps/79bb28ec3a8150ed4984f0cd4ee5425bf8d9aac1 oh my god. in kde 4.8 there will be no inline-renaming in dolphin? no chance? please try..this is the most often used function for me right after viewing and copy&paste. I would also see light, if there would be a chance for 4.8.1.. > oh my god.
[...]
I think the world won't collapse if inline-renaming is temporary unavailable for 4.8 and you need to type the new name into a window ;-) This is no small patch that can be done in a few hours (... if doing it right) and it won't be possible to fix this for 4.8.x
But as said above: The plan is to make it default + the only available way for renaming in 4.9.
*** Bug 289674 has been marked as a duplicate of this bug. *** after a while using the renaming dialog with F2 shortcut, it feels quite comfortable..no more problems with line breaks and too little space :-) Thats nice to hear ;-) I hope I'll be able to merge the benefits of both approaches in 4.9 without their drawbacks... *** Bug 297652 has been marked as a duplicate of this bug. *** Git commit 8f9f877e4d18011defc3c6191e745cda080000ab by Peter Penz. Committed on 17/04/2012 at 18:13. Pushed by ppenz into branch 'master'. Implement inline-renaming for the new view-engine FIXED-IN: 4.9.0 M +1 -0 dolphin/src/CMakeLists.txt M +2 -2 dolphin/src/dolphinmainwindow.cpp M +1 -0 dolphin/src/kitemviews/kfileitemlistview.cpp M +108 -1 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +9 -1 dolphin/src/kitemviews/kfileitemlistwidget.h M +31 -1 dolphin/src/kitemviews/kitemlistview.cpp M +16 -0 dolphin/src/kitemviews/kitemlistview.h M +24 -3 dolphin/src/kitemviews/kitemlistwidget.cpp M +17 -0 dolphin/src/kitemviews/kitemlistwidget.h A +113 -0 dolphin/src/kitemviews/private/kitemlistroleeditor.cpp [License: GPL (v2+)] A +67 -0 dolphin/src/kitemviews/private/kitemlistroleeditor.h [License: GPL (v2+)] M +16 -13 dolphin/src/panels/folders/folderspanel.cpp M +1 -0 dolphin/src/panels/folders/folderspanel.h M +3 -0 dolphin/src/statusbar/dolphinstatusbar.cpp M +33 -24 dolphin/src/views/dolphinview.cpp M +2 -0 dolphin/src/views/dolphinview.h M +0 -1 dolphin/src/views/dolphinviewactionhandler.cpp http://commits.kde.org/kde-baseapps/8f9f877e4d18011defc3c6191e745cda080000ab > The plan for 4.9 is to implement inline-renaming again and
> to make it "so good" (tm) that it is always turned on (-> there is
> no need anymore for an option to disable it ;-)
>
What if I want to disable inline-renaming?
(In reply to comment #10) > > The plan for 4.9 is to implement inline-renaming again and > > to make it "so good" (tm) that it is always turned on (-> there is > > no need anymore for an option to disable it ;-) > > > > What if I want to disable inline-renaming? You will be able to do that in KDE SC 4.10 (In reply to comment #11) > (In reply to comment #10) > > What if I want to disable inline-renaming? > > You will be able to do that in KDE SC 4.10 I don't understand, why was it removed at all? |