Summary: | Add geotagging symbol in album view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | PCB <bugreports> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | axel.krebs, caulier.gilles, mfilpot, michal.borsuk, mike, shofer |
Priority: | NOR | ||
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/46767337dfc131e678f1b2c00b1099f1ba3e2f69 | Version Fixed In: | 4.1.0 |
Sentry Crash Report: |
Description
PCB
2010-10-14 11:00:05 UTC
I would like support this wish; in my daily`s work with DK, I appreciate any procedure to simplify workflow. Sometimes, work is similar to a set-algebra deal. It would easy getting collections consistently which is an accepted pre-requisite in any database. *** Bug 225946 has been marked as a duplicate of this bug. *** *** Bug 281848 has been marked as a duplicate of this bug. *** Git commit 822cf19c7c03c146af2c35c89b6532871e124bd1 by Michael Georg Hansen. Committed on 16/10/2011 at 23:05. Pushed by mghansen into branch 'master'. Add a geolocation filter option to the filtering sidebar. The setting of the filter is not yet restored when digikam is restarted. CCBUG: 254131 M +1 -0 CMakeLists.txt M +16 -0 digikam/filters/filtersidebarwidget.cpp M +2 -0 digikam/filters/filtersidebarwidget.h M +6 -0 digikam/filters/filterstatusbar.cpp A +80 -0 digikam/filters/geolocationfilter.cpp [License: GPL (v2+)] A +63 -0 digikam/filters/geolocationfilter.h [License: GPL (v2+)] M +4 -0 digikam/views/digikamview.cpp M +8 -0 libs/models/imagefiltermodel.cpp M +2 -0 libs/models/imagefiltermodel.h M +43 -6 libs/models/imagefiltersettings.cpp M +21 -0 libs/models/imagefiltersettings.h http://commits.kde.org/digikam/822cf19c7c03c146af2c35c89b6532871e124bd1 Michael, Can we close this file as resolved for 2.3.0, and add this new geolocation filter feature in NEWS file ? Gilles Caulier (In reply to comment #5) > Michael, > > Can we close this file as resolved for 2.3.0, and add this new geolocation > filter feature in NEWS file ? > > Gilles Caulier Thanx for information :-) ! Maybe, the mentioned solution should apply to watermarks and metadata as well as wished earlier. Axel Hi Gilles, I only implemented an additional filter, which we could mention in the NEWS. But this wish is about an icon on the images to indicate the geotagging status, so I think we should keep it open. By the way, feel free to move this filter's UI elements further down in the filter panel, if you think the others are used more often. Regards, Michael *** Bug 303066 has been marked as a duplicate of this bug. *** Git commit 46767337dfc131e678f1b2c00b1099f1ba3e2f69 by Gilles Caulier. Committed on 27/05/2014 at 13:43. Pushed by cgilles into branch 'master'. Add an icon over thumbnails to indicate the geotagging status. This include : Album icon-view, Preview Thumbbar, Editor Thumbbar, LightTable Thumbbar, Import Icon-view, Import ThumbBar, Showfoto Thummbar A new settings in digiKam-AlbumView, DigiKam-Camera, and Showfoto-Misc pages have been add to turn on/of this feature (disabled by default) FIXED-IN: 4.1.0 M +2 -1 NEWS M +2 -0 digikam/items/digikamimagedelegate.cpp M +14 -2 digikam/items/imagedelegate.cpp M +2 -0 digikam/items/imagedelegate.h M +4 -1 digikam/items/imagedelegatepriv.h M +4 -4 digikam/items/imagerotationoverlay.cpp M +5 -5 digikam/items/imagerotationoverlay.h M +4 -3 digikam/items/imagethumbnaildelegate.cpp M +1 -1 digikam/items/imagethumbnaildelegate.h M +1 -1 digikam/items/imagethumbnaildelegatepriv.h M +23 -2 digikam/utils/albumsettings.cpp M +4 -1 digikam/utils/albumsettings.h M +5 -0 libs/dmetadata/dmetadata.cpp M +8 -3 libs/dmetadata/infocontainer.cpp M +3 -1 libs/dmetadata/infocontainer.h M +12 -0 libs/widgets/itemview/itemviewimagedelegate.cpp M +2 -1 libs/widgets/itemview/itemviewimagedelegate.h M +37 -21 showfoto/main/showfotosettings.cpp M +4 -0 showfoto/main/showfotosettings.h M +19 -11 showfoto/setup/setupmisc.cpp M +1 -1 showfoto/setup/setupmisc.h M +12 -26 showfoto/thumbbar/itemviewshowfotodelegate.cpp M +1 -1 showfoto/thumbbar/itemviewshowfotodelegate.h M +17 -3 showfoto/thumbbar/showfotodelegate.cpp M +3 -1 showfoto/thumbbar/showfotodelegate.h M +9 -7 showfoto/thumbbar/showfotodelegatepriv.h M +1 -1 utilities/importui/backend/cameracontroller.cpp M +1 -1 utilities/importui/backend/cameracontroller.h M +9 -5 utilities/importui/backend/gpcamera.cpp M +32 -5 utilities/importui/items/importdelegate.cpp M +2 -1 utilities/importui/items/importdelegate.h M +4 -1 utilities/importui/items/importdelegatepriv.h M +3 -2 utilities/importui/items/importoverlays.cpp M +2 -1 utilities/importui/items/importoverlays.h M +8 -16 utilities/importui/items/itemviewimportdelegate.cpp M +2 -2 utilities/importui/items/itemviewimportdelegate.h M +17 -1 utilities/importui/main/importsettings.cpp M +10 -7 utilities/importui/main/importsettings.h M +14 -6 utilities/setup/setupalbumview.cpp M +18 -10 utilities/setup/setupcamera.cpp M +1 -1 utilities/setup/setupcamera.h http://commits.kde.org/digikam/46767337dfc131e678f1b2c00b1099f1ba3e2f69 |