SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Select a thumbnail 2. Select Properties (menu a the right edge of the window) 3. OBSERVED RESULT Displayed text cannot be selected/copied EXPECTED RESULT Desired result: Select text with mouse, and copy to the clipboard. Maybe add a button to the Properties display to copy all of its text to the clipboard. Also, add a choice somewhere so that Copy on a selected image will copy the image file's path as a string to the clipboard. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
We can make individual values selectable and copyable relatively easily. Is that enough, or are all values actually required as a block? Maik
Selecting/copying individual values would be ample. I'd like to be able to select full file path, e.g. Q:\folder1\folder2\filename.tif, instead of Q:\folder1\folder2\ and filename.tif separately.(In reply to Maik Qualmann from comment #1) > We can make individual values selectable and copyable relatively easily. Is > that enough, or are all values actually required as a block? > > Maik Selecting/copying individual values would be ample for me. I'd like to be able to select full file path, e.g. "Q:\folder1\folder2\filename.tif", instead of "Q:\folder1\folder2" and "filename.tif" separately.
Git commit 3646129dfff77178b22e1ac21068340bd0789211 by Maik Qualmann. Committed on 08/03/2023 at 06:55. Pushed by mqualmann into branch 'qt5-maintenance'. add file paths in text/plain format for clipboard actions Related: bug 467013, bug 443682 FIXED-IN: 7.10.0 M +3 -1 NEWS M +23 -0 core/app/dragdrop/ddragobjects.cpp https://invent.kde.org/graphics/digikam/commit/3646129dfff77178b22e1ac21068340bd0789211
Git commit acd291ba3bfbb066828720f2a2641fe43e07735f by Maik Qualmann. Committed on 08/03/2023 at 07:49. Pushed by mqualmann into branch 'master'. file name and folder can be copied with the mouse FIXED-IN: 8.0.0 M +1 -1 NEWS M +3 -0 core/libs/properties/itempropertiestab.cpp https://invent.kde.org/graphics/digikam/commit/acd291ba3bfbb066828720f2a2641fe43e07735f
File name and folder can be copied with the mouse in the properties tab. The complete path can now be reached by copy / paste because Bug 467013 has been fixed. Maik