Summary: | consider using KGlobalSettings::picturesPath() instead of KGlobalSettings::documentPath() | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Oliver Henshaw <oliver.henshaw> |
Component: | Setup-Collections | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, marcel.wiesweg, rdieter |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Oliver Henshaw
2009-08-11 23:36:10 UTC
I'm agree to use picture path by default, but the question is : which KDE version include this settings to picture path ? Another question is : digiKam can drive video too. what we can do with video path settings from KDE ? Gilles Caulier For the default collection path we already use picturesPath() (utilities/firstrun/collectionpage.cpp). Most places where we use documentPath() are located in the image plugins, I assume for storing settings. I guess it's appropriate for this purpose. One occurrence in digikamapp.cpp (location for importing) should be changed to picturesPath. Same probably for showfoto.cpp. SVN commit 1028318 by mwiesweg: Replace two occurences of documentPath() with picturesPath(). For the remaining occurences documentPath() is suitable because it is not about pictures, but tool settings. BUG: 203485 M +3 -1 NEWS M +7 -1 digikam/digikamapp.cpp M +10 -2 showfoto/showfoto.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028318 |