https://bugs.kde.org/show_bug.cgi?id=364065
Bug ID: 364065 Summary: image editor doesn't open at double click Product: digikam Version: 4.8.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Image Editor Assignee: [hidden email] Reporter: [hidden email] 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 -- 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=364065
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |[hidden email] Version Fixed In| |5.0.0 Status|UNCONFIRMED |RESOLVED --- Comment #1 from [hidden email] --- 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 -- 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 bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364065
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Image Editor |Thumbnails -- 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 bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364065
--- Comment #2 from [hidden email] --- 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 -- 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 bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364065
--- Comment #3 from Garthhh <[hidden email]> --- 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 -- 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 bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364065
--- Comment #4 from [hidden email] --- Update to last digiKam 4.14.0 and try again. 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 |
Free forum by Nabble | Edit this page |