https://bugs.kde.org/show_bug.cgi?id=449078
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/digikam/commit/0eaf6c4 | |428954d2a1ba566d403ff55279f | |c96a5e Status|REPORTED |RESOLVED Version Fixed In| |7.6.0 Resolution|--- |FIXED --- Comment #5 from Maik Qualmann <metzping...@gmail.com> --- Git commit 0eaf6c4428954d2a1ba566d403ff55279fc96a5e by Maik Qualmann. Committed on 24/01/2022 at 21:07. Pushed by mqualmann into branch 'master'. Show message if there was no result from the query This also fixes a bug in the DNotificationWidget. It used startTimer() without QObject's killTimer(). Each startTimer() call creates a new timer and the timer event runs faster and faster. FIXED-IN: 7.6.0 M +1 -1 NEWS M +11 -0 core/app/views/stack/itemiconview.cpp M +5 -0 core/app/views/stack/itemiconview.h M +34 -0 core/app/views/stack/itemiconview_items.cpp M +2 -0 core/app/views/stack/itemiconview_p.h M +8 -2 core/libs/notificationmanager/dnotificationwidget.cpp M +4 -1 core/libs/notificationmanager/dnotificationwidget.h M +4 -0 core/libs/notificationmanager/dnotificationwidget_p.cpp M +2 -0 core/libs/notificationmanager/dnotificationwidget_p.h https://invent.kde.org/graphics/digikam/commit/0eaf6c4428954d2a1ba566d403ff55279fc96a5e -- You are receiving this mail because: You are watching all bug changes.