Summary: | Extended files type mime supported into search tool [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Axel Krebs <axel.krebs> |
Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 3.1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/3eca898f5ba5d80bb4308aaccd7eb4b49c33379d | Version Fixed In: | 4.11.0 |
Sentry Crash Report: | |||
Attachments: |
fileformat.patch
fileformat.png |
Description
Axel Krebs
2013-04-14 06:11:17 UTC
Maik, This file is not to hard to code i think. mime type is database can be query through filter tool from icon-view. So we just need to add new type in advanced search settings list and to pass it to DB XML query. Gilles Caulier Created attachment 92981 [details]
fileformat.patch
We have in the advanced search, a search for the file format. With this patch, the statistics of file formats from the DB is used.
Maik
Created attachment 92982 [details]
fileformat.png
Perfect patches... Gilles Git commit 3eca898f5ba5d80bb4308aaccd7eb4b49c33379d by Maik Qualmann. Committed on 04/06/2015 at 10:20. Pushed by mqualmann into branch 'master'. apply patch #92981 to use the file formats from the DB for the advanced search FIXED-IN: 4.11.0 M +2 -1 NEWS M +4 -7 utilities/searchwindow/searchfields.cpp http://commits.kde.org/digikam/3eca898f5ba5d80bb4308aaccd7eb4b49c33379d Git commit 41d462741e440df229d7538b9e404381c78266d4 by Gilles Caulier. Committed on 04/06/2015 at 11:55. Pushed by cgilles into branch 'frameworks'. backport commit #3eca898f5ba5d80bb4308aaccd7eb4b49c33379d from git/master to frameworks branch M +4 -7 utilities/searchwindow/searchfields.cpp http://commits.kde.org/digikam/41d462741e440df229d7538b9e404381c78266d4 |