stopped working after using batch queue Reproducible: Always Steps to Reproduce: 1.open digikam 2.double click image 3. Actual Results: none Expected Results: image editor opens
Fixed in 5.0.0. Before, we use only the KDE desktop settings to know if single or double mouse click was used to open item in editor : KGlobalSettings::singleClick() Now with Qt5, we use generic API to know this settings from all desktop which are supported by Qt : qApp->style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick) The single or double click behavior is now taken from the application style applied be the desktop running the application. Gilles Caulier
Note : The porting from KDE4 to KF5 documentation explain well the changes to do in source code : https://api.kde.org/frameworks/kdelibs4support/html/classKGlobalSettings.html#a225260756a0d0c9c11a9b39bcd671c08 Gilles Caulier
the image editor won't open at all no matter how many times I click if click on a file, click on the image editor toolbar icon, I can't advance to the next image unless I select all
Update to last digiKam 4.14.0 and try again. Gilles Caulier