Summary: | konqueror allows to cut files in read only directories | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Cyrill Helg <phlogi1> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fax.k.root, grundleborg |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cyrill Helg
2008-05-04 11:57:00 UTC
Confirmed with svn trunk r813544. SVN commit 815362 by gberg: Fix dolphin to only enable the Cut context menu option if the file capabilites supportsMoving(). CCBUGS: 161594 Still need to fix Send to trash Context Option in Konqueror M +1 -0 dolphinmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815362 SVN commit 815517 by gberg: Fix dolphinpart context menu so that the delete/rename/send to trash options are disabled when the directory containing the selected files/dirs is not writable. CCBUGS: 161594 Issues remaining: Send to trash should be disabled on remote files (and replaced with delete) and edit menu of konqueror still has the actions like cut/delete/rename always enabled. M +19 -9 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815517 SVN commit 815519 by gberg: dolphin part context menu now displays delete and not send to trash for remote files. (Makes behaviour same is in dolphin itself). CCBUGS: 161594 M +1 -1 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815519 SVN commit 815584 by gberg: Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way). BUGS:161594 M +1 -2 dolphin/src/CMakeLists.txt M +3 -3 dolphin/src/dolphincontextmenu.cpp M +3 -3 dolphin/src/dolphincontextmenu.h M +2 -2 dolphin/src/dolphinmainwindow.cpp M +26 -12 dolphin/src/dolphinpart.cpp D dolphin/src/fileitemcapabilities.cpp D dolphin/src/fileitemcapabilities.h M +2 -0 lib/konq/CMakeLists.txt A lib/konq/konq_fileitemcapabilities.cpp dolphin/src/fileitemcapabilities.cpp#815516 [License: GPL (v2+)] A lib/konq/konq_fileitemcapabilities.h dolphin/src/fileitemcapabilities.h#815516 [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=815584 *** Bug 120574 has been marked as a duplicate of this bug. *** |