Summary: | dont take the correct position from geolocation file | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Marc Collin <marc.collin> |
Component: | Geolocation-Correlator | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, mike, rjwgnr27 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.0 | |
Sentry Crash Report: | |||
Attachments: |
Fix timezone behavior and allow an offset in seconds
Screenshot of new timezone handling and seconds offset. |
Description
Marc Collin
2009-11-12 01:35:48 UTC
Which kipi-plugins version you use ? Gilles Caulier libkipi show me 0.4 I don't talk about libkipi there, but kipi-plugins. Go to Help button from GPSSync tool dialog and look About information Gilles Caulier 0.8-30 I can reproduce your problem. Looks like there is an implicit time zone stored in the QDateTimes that we use. I will look into it. Michael *** Bug 193732 has been marked as a duplicate of this bug. *** Created attachment 38614 [details] Fix timezone behavior and allow an offset in seconds This patch fixes the timezone misbehavior. It also allows the user to specify whether the camera is in the same timezone as the system, or in a manually specified timezone. This patch includes the patch for specifying an offset in seconds from bug #199189 from Johannes Wienke. Created attachment 38615 [details]
Screenshot of new timezone handling and seconds offset.
Let's go Michael to apply this patch before to release 0.9.0... Gilles Caulier SVN commit 1056472 by mghansen: Fix handling of timezones for the camera time. Handle timezones automatically if the timezone of the camera is the same as the timezone of the system. Also, add the possibility to adjust the camera time offset in seconds for now using the patch by Johannes Wienke. BUG: 214210 CCBUG: 199189 M +2 -1 NEWS M +22 -12 gpssync/gpsdataparser.cpp M +4 -3 gpssync/gpsdataparser.h M +130 -20 gpssync/gpssyncdialog.cpp M +1 -0 gpssync/gpssyncdialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1056472 |