Summary: | add XCF to the filter list in the album view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Vincent Tassy <timetre> |
Component: | Albums-Filters | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Vincent Tassy
2010-03-21 22:53:12 UTC
The global idea is to add an option to file format filter to add a customized type mime. A setup Filter options page can dedicated for that. Gilles Caulier Sounds like a good idea Git commit 0f3a09d951e8dd4b6d732aa5e21f435c5c705098 by Gilles Caulier. Committed on 22/02/2011 at 14:47. Pushed by cgilles into branch 'development/2.0'. Add Raster Format mime type icon view filter (PSD, XCF, KRA, ORA, etc...) Create new subfolder hosting class relevant of icon view filters. BUGS: 231597 M +8 -7 CMakeLists.txt D +0 -214 digikam/albumiconviewfilter.cpp D +0 -70 digikam/albumiconviewfilter.h A +214 -0 digikam/filters/albumiconviewfilter.cpp [License: GPL (v2+)] A +70 -0 digikam/filters/albumiconviewfilter.h [License: GPL (v2+)] A +82 -0 digikam/filters/colorlabelfilter.cpp [License: GPL (v2+)] A +65 -0 digikam/filters/colorlabelfilter.h [License: GPL (v2+)] A +495 -0 digikam/filters/filtersidebarwidget.cpp [License: GPL (v2+)] A +167 -0 digikam/filters/filtersidebarwidget.h [License: GPL (v2+)] A +71 -0 digikam/filters/mimefilter.cpp [License: GPL (v2+)] A +66 -0 digikam/filters/mimefilter.h [License: GPL (v2+)] A +82 -0 digikam/filters/picklabelfilter.cpp [License: GPL (v2+)] A +65 -0 digikam/filters/picklabelfilter.h [License: GPL (v2+)] A +307 -0 digikam/filters/ratingfilter.cpp [License: GPL (v2+)] A +112 -0 digikam/filters/ratingfilter.h [License: GPL (v2+)] D +0 -506 digikam/filtersidebarwidget.cpp D +0 -167 digikam/filtersidebarwidget.h D +0 -71 digikam/mimefilter.cpp D +0 -65 digikam/mimefilter.h D +0 -82 digikam/tags/colorlabelfilter.cpp D +0 -65 digikam/tags/colorlabelfilter.h D +0 -82 digikam/tags/picklabelfilter.cpp D +0 -65 digikam/tags/picklabelfilter.h D +0 -307 digikam/tags/ratingfilter.cpp D +0 -112 digikam/tags/ratingfilter.h M +14 -0 libs/models/imagefiltersettings.cpp http://commits.kde.org/digikam/0f3a09d951e8dd4b6d732aa5e21f435c5c705098 |