Summary: | Context menu item "copy selected to clipboard" copies all result items | ||
---|---|---|---|
Product: | [Applications] krusader | Reporter: | Cade <ahx2323> |
Component: | search | Assignee: | Alex Bikadorov <alex.bikadorov> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex.bikadorov, krusader-bugs-null, toni.asensi |
Priority: | NOR | Keywords: | triaged |
Version: | 2.7.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=328919 | ||
Latest Commit: | https://commits.kde.org/krusader/0ee73d92036fa8fedde35622219b6a372d911988 | Version Fixed In: | |
Sentry Crash Report: |
Description
Cade
2013-12-17 20:35:18 UTC
It still happens nowadays. Pending fix: https://phabricator.kde.org/D19104 Git commit 879514142caf9e9e8fe4298b8b22d9324dcb8d9e by Alexander Bikadorov. Committed on 24/02/2019 at 16:59. Pushed by abikadorov into branch 'master'. Search: Fix copy-to-clipboard action to only copy selected items FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items M +4 -2 krusader/Search/krsearchdialog.cpp https://commits.kde.org/krusader/879514142caf9e9e8fe4298b8b22d9324dcb8d9e Git commit 0ee73d92036fa8fedde35622219b6a372d911988 by Nikita Melnichenko. Committed on 01/03/2019 at 09:28. Pushed by melnichenko into branch 'stable'. Search: Fix copy-to-clipboard action to only copy selected items Search: Improve right-click context menu FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items Differential Revision: https://phabricator.kde.org/D19104 (cherry picked from commit 764244391496e3eb2bcab2692dfb4ab5928de7d5) M +15 -11 krusader/Panel/PanelView/krview.cpp M +1 -1 krusader/Panel/PanelView/krview.h M +5 -7 krusader/Panel/panelcontextmenu.cpp M +1 -2 krusader/Panel/panelfunc.cpp M +46 -37 krusader/Search/krsearchdialog.cpp M +10 -3 krusader/Search/krsearchdialog.h https://commits.kde.org/krusader/0ee73d92036fa8fedde35622219b6a372d911988 |