[Digikam-devel] [digikam] [Bug 341053] Text Filter broken
Maik Qualmann
metzpinguin at gmail.com
Tue Dec 2 18:29:01 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=341053
Maik Qualmann <metzpinguin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |metzpinguin at gmail.com
--- Comment #2 from Maik Qualmann <metzpinguin at gmail.com> ---
Created attachment 89810
--> https://bugs.kde.org/attachment.cgi?id=89810&action=edit
Imagefiltersettings.patch
I also have pictures with "gonzo" ;-) This images have a wrong pixel size (==0)
in the database.
Changes:
imagefiltersettings.h:
enum TextFilterFields
{
None = 0x00,
ImageName = 0x01,
ImageTitle = 0x02,
ImageComment = 0x04,
TagName = 0x08,
AlbumName = 0x10,
ImageAspectRatio = 0x12, // AlbumName | ImageTitel ??? to -> 0x20
ImagePixelSize = 0x14, // AlbumName | ImageComment ??? to -> 0x40
...
}
imagefiltersettings.cpp:
Only digits are accepted for ImagePixelSize, text would always be zero.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list