Summary: | want to copy filepaths and urls from file properties dialog | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | shift |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | faure |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kpropertiesdialog patch, shows the missing feature in KSqueezedTextLabel. |
Description
shift
2003-09-02 22:57:43 UTC
I second that. One way to do it currently is to select the file and then goto Location->Send Link... and select/copy the path from the message area of the Kmail popup. Easy to do... almost. In case the path is long it gets squeezed and then the squeezed version is being copied instead of the full version. KLineEdit (when enabling squeezing) has support for this, but a readonly lineedit looks too much like a lineedit (white instead of gray, and with border)... (and right now the squeezing is broken, it doesn't happen!) A label with the text interaction flags looks much better - but for this KSqueezedTextLabel needs to reimplement the builtin popupmenu from Qt to provide a better "Copy" action. So that's two kdeui bugs... Created attachment 24160 [details]
kpropertiesdialog patch, shows the missing feature in KSqueezedTextLabel.
SVN commit 808518 by dfaure: FEATURE: RMB / "Copy Full Text" on squeezed text labels, and use those again in the KIO download dialog. BUG: 63633 M +5 -7 jobs/kwidgetjobtracker.cpp M +3 -3 jobs/kwidgetjobtracker_p.h M +7 -1 tests/ksqueezedtextlabeltest.cpp M +44 -2 widgets/ksqueezedtextlabel.cpp M +6 -1 widgets/ksqueezedtextlabel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=808518 |