[digikam] [Bug 193232] Add advanced input side-car files support (as .pto, .pp2, .pp3, .pano, thm, etc...)

Maik Qualmann bugzilla_noreply at kde.org
Mon May 8 19:58:57 BST 2017


https://bugs.kde.org/show_bug.cgi?id=193232

Maik Qualmann <metzpinguin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metzpinguin at gmail.com

--- Comment #28 from Maik Qualmann <metzpinguin at gmail.com> ---
I've tested it, working as expected. Simon, I find cleanUserFilterString ()
quite complicated. What do you think of this code, it is not tested:

QString filter = filterString.trimmed();
filter.remove(QLatin1String("-*."));
filter.remove(QLatin1String("*."));
filter.remove(QLatin1String("-."));
filter.remove(QLatin1Char('.'));
filter.replace(QLatin1Char(';'), QLatin1Char(' '));
QStringList filterList = filter.split(QLatin1Char(' '),
QString::SkipEmptyParts);

Maik

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list