Bug 467024

Summary: Make Text in Properties Selectable for Copy
Product: [Applications] digikam Reporter: Bob D <plowmail2010>
Component: Albums-ItemsPropertyAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: metzpinguin
Priority: NOR    
Version First Reported In: 7.9.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In: 8.0.0
Sentry Crash Report:

Description Bob D 2023-03-07 19:30:03 UTC
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
Comment 1 Maik Qualmann 2023-03-07 20:24:04 UTC
We can make individual values selectable and copyable relatively easily. Is that enough, or are all values actually required as a block?

Maik
Comment 2 Bob D 2023-03-07 21:43:13 UTC
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.
Comment 3 Maik Qualmann 2023-03-08 06:57:16 UTC
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
Comment 4 Maik Qualmann 2023-03-08 07:50:57 UTC
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
Comment 5 Maik Qualmann 2023-03-08 07:58:00 UTC
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