#59 closed patch (fixed)
copy to clipboard support
Reported by: | wonder | Owned by: | jef |
---|---|---|---|
Priority: | minor: annoyance | Milestone: | Version 1.2.0 |
Component: | GUI | Version: | Trunk |
Keywords: | Cc: | neteler | |
Must Fix for Release: | No | Platform: | All |
Platform Version: | Awaiting user input: | no |
Description
It would be nice to have in identify tool possibility to show point's x,y value with a button underneath saying 'copy to clipboard'.
Attachments (1)
Change History (25)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Version: | → HEAD |
---|
comment:3 by , 17 years ago
Milestone: | → Version 0.9 Release |
---|
comment:4 by , 17 years ago
Awaiting user input: | unset |
---|---|
Must Fix for Release: | → No |
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 15 years ago
Milestone: | Version 0.9.2 → Version 1.0.1 |
---|---|
Version: | HEAD → 1.0.0 |
I take liberty to reopen:
When querying a map with the identify tool, I have no clue how to copy field values from the tool. From a user's point of view: the best would be to permit right-mouse-button-copy of a field. And/or, selected fields are copied to the clipboard.
Currently I am writing down the queried values manually...
comment:7 by , 15 years ago
Cc: | added |
---|
comment:8 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 by , 15 years ago
May I ask to backport the copy to clipboard support to https://svn.osgeo.org/qgis/branches/Version-1_0
?
follow-up: 11 comment:10 by , 15 years ago
Forgot to say that I meant to copy attribute field values from "identify" or the attribute table. Better to open a separate ticket?
comment:11 by , 14 years ago
Milestone: | Version 1.0.3 → Version 1.2.0 |
---|
Replying to neteler:
Forgot to say that I meant to copy attribute field values from "identify"
+1
Now that we can copy attributes from the table or from selected features in the map canvas, it would be nice to have also a button in the identify dialog box or allow copying (in the identify dialog) with the right mouse button.
comment:12 by , 14 years ago
Version: | 1.0.0 → HEAD |
---|
by , 14 years ago
Attachment: | 59_copyattributes.diff added |
---|
patch enables the use to copy the selected value or all feature attributes.
follow-up: 16 comment:13 by , 14 years ago
Type: | enhancement → patch |
---|
comment:15 by , 14 years ago
Excellent: works both in https://svn.osgeo.org/qgis/branches/Version-1_0 and trunk (using Mandriva 64bit).
follow-up: 17 comment:16 by , 14 years ago
Replying to jef:
this patch have yet to be committed or am I wrong?
follow-up: 19 comment:17 by , 14 years ago
comment:18 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
follow-up: 21 comment:19 by , 14 years ago
sure, but we entered feature freeze.
Right, I forgot it. By the way, other patches have been applied after the ff call.
regards
comment:20 by , 14 years ago
It would be sad to miss that in 1.2.0 (since it even works in 1.0.x). This is a key feature in daily GIS work.
comment:21 by , 14 years ago
Replying to lutra:
sure, but we entered feature freeze.
Right, I forgot it. By the way, other patches have been applied after the ff call.
Bugfix or feature patches?
follow-up: 23 comment:22 by , 14 years ago
follow-up: 24 comment:23 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to lutra:
For what I see here
https://trac.osgeo.org/qgis/log/trunk
patches, but I may be wrong.
I meant bugfix patches or feature patches.
Anyway I applied it in r11262 (Tim you didn't see this)
comment:24 by , 14 years ago
I meant bugfix patches or feature patches.
right. I get it right after my last reply. Sorry for that, I'm not yet really used to this terms as I'm new in the svn/development world. Sorry again.
Note that as a workaround in the subversion head version, you can select the point in question and copy it - the clipboard will now contain the well-known text for that point.