Bug 378082 - Several small new bugs in Geolocation Editor
Summary: Several small new bugs in Geolocation Editor
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-GeolocationEdit (show other bugs)
Version: 5.6.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-25 21:24 UTC by Jens
Modified: 2019-01-15 13:06 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.8.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2017-03-25 21:24:23 UTC
Since 5.5.0 appimages, some new bugs appear in the Geolocation Editor.

1. (since 5.5.0-pre) .mp4 videos in the files list have no date/time set and are always at the top of the list.
2. (since 5.6.0-pre) When saving, Digikam complains that the geodata of .mp4 files cannot be saved. But when I close without saving the .mp4 files have geodata set.
3. (since 5.5.0-pre) There is no zoom slider in the map (OSM).
4. (since 5.4.0-pre, I think) The map does not remember the last used zoom level any more (just the position).
5. (since 5.4.0) Switching between Google Maps and OSM sometimes loses the position of the map.

Can you please check if any patches since the last releases created these bugs?
Thanks!
Comment 1 Jens 2017-09-27 17:55:46 UTC
Thes are still in the latest v5.8.0-pre appimage:
1, 3, 4, 5

#2 seems solved.

Can you please check? Thanks!
Comment 2 Maik Qualmann 2017-09-27 18:13:07 UTC
For 3:
Earth icon menu: Float items-> Show navigation

Maik
Comment 3 Maik Qualmann 2017-09-27 18:22:59 UTC
For 1:
Click on the header from the list, sort for Name, Date or Latitude and change the sort direction.

Maik
Comment 4 Jens 2017-09-27 19:08:27 UTC
#3: works, thanks (but why did it vanish? I never switched it off ...)

#1: doesn't work, mp4 videos have a datetime stamp in the main albums view but not in the geo view so I cannot get them sorted by date *together with the images*. I would like to see the datetime stamp of the video files in this list too.
Comment 5 Maik Qualmann 2017-09-28 04:38:43 UTC
Git commit 39f1465c20e16e0666717cf40c80e509ea48f20a by Maik Qualmann.
Committed on 28/09/2017 at 04:37.
Pushed by mqualmann into branch 'master'.

use file date when metadata is not available

M  +22   -3    utilities/geolocation/editor/items/gpsimageitem.cpp

https://commits.kde.org/digikam/39f1465c20e16e0666717cf40c80e509ea48f20a
Comment 6 Maik Qualmann 2017-09-28 17:34:04 UTC
Git commit da5f552f1b97196c3752edd14f731bb7f4ed0845 by Maik Qualmann.
Committed on 28/09/2017 at 17:32.
Pushed by mqualmann into branch 'master'.

fix wrong zoom value in the marble map
FIXED-IN: 5.8.0

M  +2    -1    NEWS
M  +1    -1    utilities/geolocation/geoiface/backends/backendmarble.cpp
M  +10   -9    utilities/geolocation/geoiface/widgets/mapwidget.cpp

https://commits.kde.org/digikam/da5f552f1b97196c3752edd14f731bb7f4ed0845
Comment 7 Jens 2017-09-29 19:06:22 UTC
Thank you!
Comment 8 Jens 2017-10-01 18:18:19 UTC
regarding "use file date when metadata is not available", I assume this means "filesystem date".
If so, how about using the Digikam DB datetime stamp? This might be different from the filesystem date.