https://bugs.kde.org/show_bug.cgi?id=478722
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |8.3.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/digikam/-/commit/6e374 | |ce7572996e021c08e2873a1aabb | |cbb31fa6 Status|REPORTED |RESOLVED --- Comment #3 from Maik Qualmann <metzping...@gmail.com> --- Git commit 6e374ce7572996e021c08e2873a1aabbcbb31fa6 by Maik Qualmann. Committed on 20/12/2023 at 23:01. Pushed by mqualmann into branch 'master'. add thread for counting the trash contents After a trash action, the counters in the tree view are only updated when you click in the view. We already have a bug report about this, which will be fixed in a second step. FIXED-IN: 8.3.0 M +1 -1 NEWS M +4 -0 core/app/main/digikamapp.cpp M +2 -21 core/libs/album/engine/album.cpp M +0 -5 core/libs/album/engine/album.h M +9 -4 core/libs/album/engine/albumthumbnailloader.cpp M +1 -0 core/libs/album/treeview/abstractalbumtreeview_p.h M +4 -0 core/libs/album/treeview/albumtreeview.cpp M +45 -0 core/libs/database/utils/ifaces/dio.cpp M +10 -2 core/libs/database/utils/ifaces/dio.h M +34 -0 core/libs/iojobs/iojob.cpp M +24 -0 core/libs/iojobs/iojob.h M +14 -0 core/libs/iojobs/iojobsmanager.cpp M +6 -0 core/libs/iojobs/iojobsmanager.h M +17 -1 core/libs/iojobs/iojobsthread.cpp M +7 -0 core/libs/iojobs/iojobsthread.h M +8 -2 core/libs/models/albummodel.cpp M +1 -0 core/libs/models/albummodel_p.h https://invent.kde.org/graphics/digikam/-/commit/6e374ce7572996e021c08e2873a1aabbcbb31fa6 -- You are receiving this mail because: You are watching all bug changes.