Bug 191914

Summary: Copy and paste of GPS-data in the correlator and the track list editor
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: Geolocation-CorrelatorAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In: 0.4.0
Attachments: Adds a copy and paste context menu for GPS-data
Fix import from gpx if no altitude is found

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