Bug 191914 - Copy and paste of GPS-data in the correlator and the track list editor
Summary: Copy and paste of GPS-data in the correlator and the track list editor
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Geolocation-Correlator (show other bugs)
Version: unspecified
Platform: Debian testing Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 16:18 UTC by Michael G. Hansen
Modified: 2018-03-23 11:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments
Adds a copy and paste context menu for GPS-data (14.74 KB, patch)
2009-05-07 16:19 UTC, Michael G. Hansen
Details
Fix import from gpx if no altitude is found (25.64 KB, patch)
2009-05-07 22:53 UTC, Michael G. Hansen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael G. Hansen 2009-05-07 16:18:18 UTC
Version:           0.2 (using KDE 4.2.2)
Installed from:    Debian testing/unstable Packages

The attached patch adds a context menu to the image lists in the correlator and the track list editor. This allows the user to copy GPS-data from one image to other images.

GPS-data is exported to the clipboard as KML, GPX and plain text. Import works for GPX and plain text.
Comment 1 Michael G. Hansen 2009-05-07 16:19:25 UTC
Created attachment 33438 [details]
Adds a copy and paste context menu for GPS-data
Comment 2 caulier.gilles 2009-05-07 16:25:58 UTC
Excelent,

I will review the patch. Thanks a lots.

Gilles Caulier
Comment 3 Michael G. Hansen 2009-05-07 22:53:16 UTC
Created attachment 33449 [details]
Fix import from gpx if no altitude is found
Comment 4 caulier.gilles 2009-05-18 12:41:17 UTC
SVN commit 969420 by cgilles:

GPSSync kipi-plugins : apply patch #33449 from Michael G. Hansen to copy and paste GPS coordinates with clipboard
BUG: 191914


 M  +1 -0      CMakeLists.txt  
 M  +1 -1      gpsdataparser.h  
 M  +3 -3      gpseditdialog.h  
 AM            gpslistviewcontextmenu.cpp   [License: GPL (v2+)]
 AM            gpslistviewcontextmenu.h   [License: GPL (v2+)]
 M  +1 -1      gpsmapwidget.h  
 M  +7 -2      gpssyncdialog.cpp  
 M  +2 -2      gpssyncdialog.h  
 M  +4 -0      gpstracklisteditdialog.cpp  
 M  +3 -3      gpstracklisteditdialog.h  
 M  +1 -1      gpstracklistwidget.h  
 M  +3 -3      kmlexportconfig.h  
 M  +1 -1      plugin_gpssync.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=969420