[Digikam-devel] [Bug 205001] MapSearch: Merge overlapping markers to clusters
Michael G. Hansen
mike at mghansen.de
Fri Oct 2 07:33:07 BST 2009
https://bugs.kde.org/show_bug.cgi?id=205001
--- Comment #34 from Michael G. Hansen <mike mghansen de> 2009-10-02 08:32:57 ---
SVN commit 1030300 by mghansen:
Initial commit for clustering of markers support in the GPSSearch and the
Geolocation tab.
Known issues:
- mouse interaction with clusters does not work with Marble<0.8 (KDE 4.2)
- when the icon view is in view mode, changing the filtering can lead to no
image being shown
- the selection on the map is not necessarily shown as a rectangle
- zooming into a cluster is a hack
CCBUG: 205001
M +12 -0 CMakeLists.txt
M +14 -0 digikam/digikamview.cpp
M +22 -0 digikam/imagecategorizedview.cpp
M +2 -0 digikam/imagecategorizedview.h
M +1 -1 libs/CMakeLists.txt
M +5 -0 libs/imageproperties/imagepropertiesgpstab.cpp
A libs/imageproperties/markerclusterholder.cpp [License: GPL
(v2+)]
A libs/imageproperties/markerclusterholder.h [License: GPL
(v2+)]
A libs/imageproperties/markerclusterholderplugin (directory)
A libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
A
libs/imageproperties/markerclusterholderplugin/CheckPluginBuildable.cmake
A
libs/imageproperties/markerclusterholderplugin/MarbleMacros.cmake
A libs/imageproperties/markerclusterholderplugin/externaldraw.cpp
[License: GPL (v2+)]
A libs/imageproperties/markerclusterholderplugin/externaldraw.h
[License: GPL (v2+)]
M +601 -55 libs/imageproperties/worldmapwidget.cpp
M +38 -6 libs/imageproperties/worldmapwidget.h
M +7 -0 libs/models/imagefiltermodel.cpp
M +1 -0 libs/models/imagefiltermodel.h
M +25 -0 libs/models/imagefiltersettings.cpp
M +9 -0 libs/models/imagefiltersettings.h
M +143 -18 utilities/gpssearch/gpssearchview.cpp
M +14 -0 utilities/gpssearch/gpssearchview.h
M +64 -2 utilities/gpssearch/gpssearchwidget.cpp
M +2 -1 utilities/gpssearch/gpssearchwidget.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=1030300
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list