[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-10-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

Maik Qualmann  changed:

   What|Removed |Added

 CC||hieutv2...@gmail.com

--- Comment #13 from Maik Qualmann  ---
*** Bug 461067 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-09-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #12 from Maik Qualmann  ---
Yes, we know the crash. It crashes deep into Qt, not digiKam. In digiKam-7.8.0
we have a workaround to avoid the crash.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-09-08 Thread Rick Wagner
https://bugs.kde.org/show_bug.cgi?id=457693

Rick Wagner  changed:

   What|Removed |Added

 CC||rjwgn...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-09-08 Thread Rick Wagner
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #11 from Rick Wagner  ---
Created attachment 151934
  --> https://bugs.kde.org/attachment.cgi?id=151934&action=edit
New crash information added by DrKonqi

digikam (7.7.0) using Qt 5.15.5

Marked two items in the thumbnail view, then pressed the "Delete Key",
resulting in this crash. Happens frequently, but not always.

-- Backtrace (Reduced):
#4  0x7efd7369966f in QTreeView::drawRow(QPainter*, QStyleOptionViewItem
const&, QModelIndex const&) const () at /lib64/libQt5Widgets.so.5
#5  0x7efd7369da49 in QTreeView::drawTree(QPainter*, QRegion const&) const
() at /lib64/libQt5Widgets.so.5
#6  0x7efd736a4168 in QTreeView::paintEvent(QPaintEvent*) () at
/lib64/libQt5Widgets.so.5
#7  0x7efd733f1828 in QWidget::event(QEvent*) () at
/lib64/libQt5Widgets.so.5
#8  0x7efd7349e512 in QFrame::event(QEvent*) () at
/lib64/libQt5Widgets.so.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-17 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #10 from Maik Qualmann  ---
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 457972

M  +2-1core/app/views/tableview/tableview_treeview.cpp
M  +1-0core/libs/dialogs/dconfigdlgview_p.cpp
M  +1-0core/libs/properties/history/versionstreeview.cpp
M  +1-0core/libs/tags/manager/models/tagmngrlistview.cpp
M  +1-0core/showfoto/folderview/showfotofolderviewlist.cpp
M  +1-1core/utilities/geolocation/geoiface/items/gpsitemlist.cpp
M  +2-1core/utilities/setup/collections/setupcollectionview.cpp

https://invent.kde.org/graphics/digikam/commit/f7843a237932589656c73d6bd226f6c554a3a8e9

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #9 from Maik Qualmann  ---
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 457972
FIXED-IN: 7.8.0

M  +2-1NEWS
M  +2-1   
core/dplugins/generic/tools/expoblending/blendingdlg/bracketstack.cpp
M  +2-1   
core/dplugins/generic/tools/expoblending/blendingdlg/enfusestack.cpp
M  +1-0core/libs/dimg/filters/hotpixels/blackframelistview.cpp
M  +1-0core/libs/dplugins/setup/dpluginconfview.cpp
M  +1-0core/libs/dplugins/widgets/ditemslist_view.cpp
M  +1-0core/libs/progressmanager/dhistoryview.cpp
M  +2-1core/libs/template/templatelist.cpp
M  +2-1core/libs/widgets/files/dbinarysearch.cpp
M  +1-0core/libs/widgets/metadata/config/metadataselector.cpp
M  +1-0core/libs/widgets/metadata/exiftool/exiftoollistview.cpp
M  +1-0core/libs/widgets/metadata/exiv2/metadatalistview.cpp
M  +1-0core/showfoto/folderview/showfotofolderviewbookmarklist.cpp
M  +1-0core/showfoto/stackview/showfotostackviewfavoritelist.cpp
M  +4-3core/showfoto/stackview/showfotostackviewlist.cpp
M  +1-0core/tests/geolocation/geoiface/demo/mytreewidget.cpp
M  +3-2   
core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp
M  +3-3core/utilities/fuzzysearch/findduplicatesalbum.cpp
M  +3-2core/utilities/import/dialogs/cameramessagebox.cpp
M  +3-2core/utilities/import/views/camerafolderview.cpp
M  +2-1core/utilities/queuemanager/views/assignedlist.cpp
M  +6-5core/utilities/queuemanager/views/queuelist.cpp
M  +1-0core/utilities/queuemanager/views/toolslistview.cpp
M  +2-1core/utilities/queuemanager/views/workflowlist.cpp

https://invent.kde.org/graphics/digikam/commit/8bb5ef5f4dce76392e824459748dfa24f5e32b6d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-10 Thread Thomas Bettler
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #8 from Thomas Bettler  ---
great THX, the patch fixes it for my case.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.8.0
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/1bb4665
   ||a9be5c23988e3286fc2034bc059
   ||e70d4d
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Maik Qualmann  ---
Git commit 1bb4665a9be5c23988e3286fc2034bc059e70d4d by Maik Qualmann.
Committed on 10/08/2022 at 10:47.
Pushed by mqualmann into branch 'qt5-maintenance'.

fix strange crash in recent Qt-5.15.5 if uniform row heights not set
FIXED-IN: 7.8.0

M  +2-1NEWS
M  +1-0core/libs/dialogs/deletedialog.cpp

https://invent.kde.org/graphics/digikam/commit/1bb4665a9be5c23988e3286fc2034bc059e70d4d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #6 from Maik Qualmann  ---
Comment 2 user can reproduce it with digiKam-7.7.0 from openSUSE's repros.
Since Gentoo and Tumbleweed are very current, I suspect it is related to a
recent update of Qt-5.15.5. I'll see if I can find a workaround tonight.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #5 from caulier.gil...@gmail.com ---
And it's reproducible with both 8 and 7 versions ?

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #4 from Maik Qualmann  ---
It crashes in this Qt function QTreeWidget::drawRow():

https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/dialogs/deletedialog.cpp#L230

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Maik Qualmann  ---
Ok this is really weird now, I used the dialog a lot a few days ago. I can
reproduce the crash on about every second call. Tested here with digiKam-8.0.0
from git/master. It crashes really deep into Qt (openSUSE Tumbleweed).

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457693

m...@klige.de changed:

   What|Removed |Added

 CC||m...@klige.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457693

--- Comment #2 from m...@klige.de ---
Created attachment 151206
  --> https://bugs.kde.org/attachment.cgi?id=151206&action=edit
New crash information added by DrKonqi

digikam (7.7.0) using Qt 5.15.5

I've Digikam installed in openSUSE Tumbleweed from OSS repos. Crashes after
trying to delete two selected files.

-- Backtrace (Reduced):
#4  0x7f66e31f482b in QTreeView::drawRow(QPainter*, QStyleOptionViewItem
const&, QModelIndex const&) const () from /lib64/libQt5Widgets.so.5
#5  0x7f66e31f87f9 in QTreeView::drawTree(QPainter*, QRegion const&) const
() from /lib64/libQt5Widgets.so.5
#6  0x7f66e31ff234 in QTreeView::paintEvent(QPaintEvent*) () from
/lib64/libQt5Widgets.so.5
#7  0x7f66e2f57c68 in QWidget::event(QEvent*) () from
/lib64/libQt5Widgets.so.5
#8  0x7f66e300359e in QFrame::event(QEvent*) () from
/lib64/libQt5Widgets.so.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=457693

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Is the worm in Gentoo? See today's Bug 457662. It crashes in the trash dialog,
very strange.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 457693] digikam crashes if trying to delete selection of multiple files

2022-08-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457693

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|general |Albums-IconView

-- 
You are receiving this mail because:
You are watching all bug changes.