diff options
| author | Peter Penz <[email protected]> | 2011-11-19 07:04:56 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-19 07:12:06 +0100 |
| commit | b6fb59fc7e8a0eb82fcd479ca3613bea682722cc (patch) | |
| tree | c889ff0a033d9d571a34f49fce17d0f9235183f7 /src/views/dolphinview.cpp | |
| parent | dc8ec1bf0141ec7706e5f2fcc868411df5f803f2 (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 509546d82..91d668e9d 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -591,6 +591,8 @@ void DolphinView::renameSelectedItems() return; } + // TODO: The new view-engine introduced with Dolphin 2.0 does not support inline + // renaming yet. /*if ((itemCount == 1) && DolphinSettings::instance().generalSettings()->renameInline()) { const QModelIndex dirIndex = m_viewAccessor.dirModel()->indexForItem(items.first()); const QModelIndex proxyIndex = m_viewAccessor.proxyModel()->mapFromSource(dirIndex); |
