Summary: | digiKam Crash when select multiple files and add to cue to batch process | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | mg |
Component: | BatchQueueManager-Core | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | amantia, caulier.gilles, metzpinguin |
Priority: | NOR | Keywords: | drkonqi |
Version: | 7.7.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/8bb5ef5f4dce76392e824459748dfa24f5e32b6d | Version Fixed In: | 7.8.0 |
Sentry Crash Report: |
Description
mg
2022-08-16 21:18:34 UTC
Maik, it's probably the same problem than Delete Dialog that you fix few days ago... Gilles This is a Qt bug in current Qt-5.15.5. This problem occurs on openSUSE Tumbleweed and Gentoo when a QTreeWidget does not have Uniform Row Heights set to true. We can do a workaround here, but the problem needs to be fixed in Qt, please report the problem to openSUSE with the link to here. Maik Yes, Gilles it should be the same problem. I can't reproduce it with the BQM at the moment, but as a test with the Delete Dialog immediately if the Uniform Row Heights are set to false. Although it is generally a good idea to set the Uniform Row Heights to true for performance reasons, it must not crash. Maik Git commit 8bb5ef5f4dce76392e824459748dfa24f5e32b6d by Maik Qualmann. Committed on 17/08/2022 at 06:20. Pushed by mqualmann into branch 'qt5-maintenance'. set uniform row heights to all possible QTreeWidgets This is a workaround for a bug in Qt-5.15.5 Related: bug 457693 FIXED-IN: 7.8.0 M +2 -1 NEWS M +2 -1 core/dplugins/generic/tools/expoblending/blendingdlg/bracketstack.cpp M +2 -1 core/dplugins/generic/tools/expoblending/blendingdlg/enfusestack.cpp M +1 -0 core/libs/dimg/filters/hotpixels/blackframelistview.cpp M +1 -0 core/libs/dplugins/setup/dpluginconfview.cpp M +1 -0 core/libs/dplugins/widgets/ditemslist_view.cpp M +1 -0 core/libs/progressmanager/dhistoryview.cpp M +2 -1 core/libs/template/templatelist.cpp M +2 -1 core/libs/widgets/files/dbinarysearch.cpp M +1 -0 core/libs/widgets/metadata/config/metadataselector.cpp M +1 -0 core/libs/widgets/metadata/exiftool/exiftoollistview.cpp M +1 -0 core/libs/widgets/metadata/exiv2/metadatalistview.cpp M +1 -0 core/showfoto/folderview/showfotofolderviewbookmarklist.cpp M +1 -0 core/showfoto/stackview/showfotostackviewfavoritelist.cpp M +4 -3 core/showfoto/stackview/showfotostackviewlist.cpp M +1 -0 core/tests/geolocation/geoiface/demo/mytreewidget.cpp M +3 -2 core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp M +3 -3 core/utilities/fuzzysearch/findduplicatesalbum.cpp M +3 -2 core/utilities/import/dialogs/cameramessagebox.cpp M +3 -2 core/utilities/import/views/camerafolderview.cpp M +2 -1 core/utilities/queuemanager/views/assignedlist.cpp M +6 -5 core/utilities/queuemanager/views/queuelist.cpp M +1 -0 core/utilities/queuemanager/views/toolslistview.cpp M +2 -1 core/utilities/queuemanager/views/workflowlist.cpp https://invent.kde.org/graphics/digikam/commit/8bb5ef5f4dce76392e824459748dfa24f5e32b6d Git commit f7843a237932589656c73d6bd226f6c554a3a8e9 by Maik Qualmann. Committed on 17/08/2022 at 17:23. Pushed by mqualmann into branch 'qt5-maintenance'. set uniform row heights also to QTreeViews Related: bug 457693 M +2 -1 core/app/views/tableview/tableview_treeview.cpp M +1 -0 core/libs/dialogs/dconfigdlgview_p.cpp M +1 -0 core/libs/properties/history/versionstreeview.cpp M +1 -0 core/libs/tags/manager/models/tagmngrlistview.cpp M +1 -0 core/showfoto/folderview/showfotofolderviewlist.cpp M +1 -1 core/utilities/geolocation/geoiface/items/gpsitemlist.cpp M +2 -1 core/utilities/setup/collections/setupcollectionview.cpp https://invent.kde.org/graphics/digikam/commit/f7843a237932589656c73d6bd226f6c554a3a8e9 *** Bug 458138 has been marked as a duplicate of this bug. *** |