https://bugs.kde.org/show_bug.cgi?id=318319
Bug ID: 318319 Summary: database statistics and extended search do not fit together Classification: Unclassified Product: digikam Version: 3.1.0 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Searches Assignee: [hidden email] Reporter: [hidden email] The statistics of my database is as follows: digiKam version 3.1.0 Bilder: BMP: 137 GIF: 1259 JP2: 14 JPG: 142747 NIKON-NEF: 7 PCX: 2 PGF: 2 PNG: 6593 RAW-CR2: 629 RAW-CRW: 10339 RAW-DNG: 7 RAW-NEF: 87318 RAW-STI: 1 TIFF: 2148 XCF: 16 Gesamt: 251219 : : Videos: AVI: 89 MOV: 13 MP4: 23 MPEG: 6 WEBM: 1 WMF: 4 WMV: 8 Gesamt: 144 : : Gesamtzahl der Einträge: 251363 Alben: 4257 Stichwörter: 138 Datenbanktreiber: QSQLITE The file types, I can search for in extended search, is limited on just six formats: JPEG, PNG, RAW, TIFF, PPM, JPEG 2000 Reproducible: Always Steps to Reproduce: 1.open extended search 2. tray to select STI oder STI file format 3. you will _NOT_ find these formats in search options These fiile formats (and, maybe most others, too!!) are missing in extended search. So how to find these files? Actual Results: These fiile formats (and, maybe most others, too!!) are missing in extended search. So how to find these files? Expected Results: _Every_ file format listet (cause found) in the database statistics must be found in extended search. how could one checked these pics otherwise? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=318319
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|database statistics and |Extended files type mime |extended search do not fit |supported into search tool |together | CC| |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
--- Comment #1 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
Maik Qualmann <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #2 from Maik Qualmann <[hidden email]> --- Created attachment 92981 --> https://bugs.kde.org/attachment.cgi?id=92981&action=edit 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
--- Comment #3 from Maik Qualmann <[hidden email]> --- Created attachment 92982 --> https://bugs.kde.org/attachment.cgi?id=92982&action=edit fileformat.png -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
Maik Qualmann <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Extended files type mime |Extended files type mime |supported into search tool |supported into search tool | |[patch] -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
--- Comment #4 from Gilles Caulier <[hidden email]> --- Perfect patches... Gilles -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
Maik Qualmann <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/digi | |kam/3eca898f5ba5d80bb4308aa | |ccd7eb4b49c33379d Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Version Fixed In| |4.11.0 --- Comment #5 from Maik Qualmann <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Axel Krebs
https://bugs.kde.org/show_bug.cgi?id=318319
--- Comment #6 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |