digiKam: GSoC 2021 Week 9-10
We are here at the end of the coding period. I spent the last two weeks doing the last few remaining tasks and some more regression fixing. Regression again with QRegularExpression This time the regression was in core/utilities/import/views/cameranamehelper.cpp. I used the same strategy to patch this class as I had used with others. The cameranamehelper_utest mysteriously failed. Upon debugging I narrowed it down to the line static QRegExp REGEXP_MODES( QLatin1String("^(ptp|normal|mtp)(\\s+mode)?$"), Qt::CaseInsensitive); which was ported to ...