All the current progress bars don’t offer a lot of value to justify themselves when shown in larger form. Its ok to show % complete in the permanent one at the bottom of the window but the larger popup ones represent wasted opportunities. Additional items that could be shown in the same space: * current file path (very useful - confirms to user if operating on expected album/collection) * items remaining * estimated time remaining Instead of this vacant thing: [ 15% ] ...provide this instead: [ 2015/05/14/Paris/eiffel.png 15% 4.5 min ] If the file paths are too long to fit then trim from the right, showing the current folder is more useful than the actual file: [ 2015/05/14/Pa… 15% 4.5 min ]
*** Bug 375521 has been marked as a duplicate of this bug. ***
(In reply to bcr from comment #0) Good! I support this!
A new fresh 5.8.0 pre-release PKG installer for MacOS was just rebuild for testing and is available here : https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM Please confirm if the problem remains with this version. Thanks in advance Gilles Caulier
bcr, Can you reproduce the dysfunction using current 6.1.0 pre-release PKG installer for MacOS ? https://files.kde.org/digikam/ Thanks in advance Gilles Caulier
Created attachment 118678 [details] Still lacks progress details Expanded progress UI only shows the name of the task with a larger progress bar. Need to stuff in other useful details like the ones mentioned in the first comment.
@bcr@wt.net, digikam 8.2.0 pre-release have been rebuilt using last Qt 5.15.11 + KDE 5.110 frameworks. Installer is available at usual place : https://files.kde.org/digikam/ Can reproduce the problem with this version? Thanks in advance Gilles Caulier
Git commit 187beab52eebd856f3228557d26458733d255696 by Gilles Caulier. Committed on 27/09/2024 at 13:28. Pushed by cgilles into branch 'master'. Maitenance tool: face management - show current scanned item information + number of faces Related: bug 375521 M +1 -0 core/libs/progressmanager/progressview.cpp M +14 -1 core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp https://invent.kde.org/graphics/digikam/-/commit/187beab52eebd856f3228557d26458733d255696
Git commit 9a6ac3b460eb8f62d935acb36321924f233ede41 by Gilles Caulier. Committed on 27/09/2024 at 16:59. Pushed by cgilles into branch 'master'. Maintenace rebuild fingerprints: show current item and path processed Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +3 -1 core/utilities/maintenance/manager/maintenancethread.h M +1 -1 core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp M +6 -3 core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp M +3 -1 core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.h M +2 -2 core/utilities/maintenance/tools/fingerprints/fingerprintstask.cpp M +2 -1 core/utilities/maintenance/tools/fingerprints/fingerprintstask.h https://invent.kde.org/graphics/digikam/-/commit/9a6ac3b460eb8f62d935acb36321924f233ede41
Progress, woo hoo! (no pun intended)
Git commit e6ebd6c727b76842f5c6968f332921fbfe05d8c7 by Gilles Caulier. Committed on 27/09/2024 at 20:05. Pushed by cgilles into branch 'master'. Maintenace image quality Sort: show current item and path processed Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +1 -1 core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp M +6 -3 core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp M +3 -1 core/utilities/maintenance/tools/imgqsort/imagequalitysorter.h M +3 -2 core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp M +2 -1 core/utilities/maintenance/tools/imgqsort/imagequalitytask.h https://invent.kde.org/graphics/digikam/-/commit/e6ebd6c727b76842f5c6968f332921fbfe05d8c7
Git commit e52f95fc5a7891b0caca257659e37c03d30e911b by Gilles Caulier. Committed on 27/09/2024 at 20:59. Pushed by cgilles into branch 'master'. Maintenace rebuild auto-tags: show current item and path processed Related: bug 375521 M +5 -3 core/utilities/maintenance/manager/maintenancethread.cpp M +11 -4 core/utilities/maintenance/tools/autotags/autotagsassignment.cpp M +3 -1 core/utilities/maintenance/tools/autotags/autotagsassignment.h M +5 -4 core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp M +2 -1 core/utilities/maintenance/tools/autotags/autotagsassignmenttask.h https://invent.kde.org/graphics/digikam/-/commit/e52f95fc5a7891b0caca257659e37c03d30e911b
Git commit e7749d4f8ecbd8bceb7966eb6de3cac3470974bb by Gilles Caulier. Committed on 27/09/2024 at 21:15. Pushed by cgilles into branch 'master'. Maintenance rebuild thumbnails: show current item and path processed Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +6 -3 core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp M +3 -1 core/utilities/maintenance/tools/thumbs/thumbsgenerator.h M +1 -1 core/utilities/maintenance/tools/thumbs/thumbstask.cpp M +2 -1 core/utilities/maintenance/tools/thumbs/thumbstask.h https://invent.kde.org/graphics/digikam/-/commit/e7749d4f8ecbd8bceb7966eb6de3cac3470974bb
Git commit 5ca9f9ea037b3968bf297845a12fd4f17eccf6ae by Gilles Caulier. Committed on 27/09/2024 at 21:30. Pushed by cgilles into branch 'master'. Maintenance metadata sync: show current item and path processed Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +6 -3 core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp M +1 -1 core/utilities/maintenance/tools/metasync/metadatasynchronizer.h M +1 -1 core/utilities/maintenance/tools/metasync/metadatasynctask.cpp M +1 -1 core/utilities/maintenance/tools/metasync/metadatasynctask.h https://invent.kde.org/graphics/digikam/-/commit/5ca9f9ea037b3968bf297845a12fd4f17eccf6ae
Git commit 030f54eaa6dc3d8007ed6db38233a0ec6d9df0ea by Gilles Caulier. Committed on 28/09/2024 at 04:19. Pushed by cgilles into branch 'master'. Maintenance remove metadata: show current item and path processed Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +6 -3 core/utilities/maintenance/tools/metaremover/metadataremover.cpp M +1 -1 core/utilities/maintenance/tools/metaremover/metadataremover.h M +1 -1 core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp M +1 -1 core/utilities/maintenance/tools/metaremover/metadataremovetask.h https://invent.kde.org/graphics/digikam/-/commit/030f54eaa6dc3d8007ed6db38233a0ec6d9df0ea
Git commit 66c5ef5eaccc1887ec7f6faff75d62b480d9936b by Gilles Caulier. Committed on 28/09/2024 at 05:57. Pushed by cgilles into branch 'master'. Maintenance scan for new items: show current root album and album processed Related: bug 375521 FIXED-IN: 8.5.0 M +1 -0 core/libs/database/utils/scan/scancontroller.h M +1 -1 core/libs/database/utils/scan/scancontroller_start.cpp M +13 -0 core/utilities/maintenance/tools/dbscan/newitemsfinder.cpp M +1 -0 core/utilities/maintenance/tools/dbscan/newitemsfinder.h https://invent.kde.org/graphics/digikam/-/commit/66c5ef5eaccc1887ec7f6faff75d62b480d9936b
Git commit 58314f5e41bf176d2423893a8608128ced31a78d by Gilles Caulier. Committed on 29/09/2024 at 09:57. Pushed by cgilles into branch 'master'. Progress manager - face management: show thumbnail of processed items Related: bug 375521 M +2 -0 core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp https://invent.kde.org/graphics/digikam/-/commit/58314f5e41bf176d2423893a8608128ced31a78d
Git commit 396682add05a39c5b4749c60313266381efbc1b4 by Maik Qualmann. Committed on 29/09/2024 at 13:22. Pushed by mqualmann into branch 'master'. fix broken progress view layout with over long item text Related: bug 375521 M +28 -3 core/libs/progressmanager/progressview.cpp https://invent.kde.org/graphics/digikam/-/commit/396682add05a39c5b4749c60313266381efbc1b4
Git commit f41fde1de11d5e8a91952e496a67c5ea19664207 by Gilles Caulier. Committed on 29/09/2024 at 15:07. Pushed by cgilles into branch 'master'. Progress Manager - Find duplicates : show current item thumbnails, name, and album path. Related: bug 375521 M +1 -1 core/libs/database/dbjobs/dbjob.h M +2 -2 core/libs/database/dbjobs/dbjobsthread.cpp M +6 -2 core/libs/database/dbjobs/dbjobsthread.h M +2 -2 core/libs/database/dbjobs/duplicatesprogressobserver.cpp M +10 -3 core/libs/database/dbjobs/duplicatesprogressobserver.h M +7 -1 core/libs/database/haar/haariface.cpp M +4 -1 core/libs/database/haar/haariface.h M +1 -0 core/libs/database/haar/haariface_p.h M +9 -3 core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp M +3 -1 core/utilities/maintenance/tools/duplicates/duplicatesfinder.h https://invent.kde.org/graphics/digikam/-/commit/f41fde1de11d5e8a91952e496a67c5ea19664207
Git commit a07cfdb72445129b3738c5036c505e62bdd3422b by Maik Qualmann. Committed on 29/09/2024 at 15:12. Pushed by mqualmann into branch 'master'. let the progress view expand if such long names/paths exist Related: bug 375521 M +1 -3 core/libs/progressmanager/progressview.cpp https://invent.kde.org/graphics/digikam/-/commit/a07cfdb72445129b3738c5036c505e62bdd3422b
Git commit 3186dc90f58da9e7bef32b8c53d330ea56f2c6dd by Gilles Caulier. Committed on 30/09/2024 at 09:06. Pushed by cgilles into branch 'master'. Maintenance Duplicates search: forward the amount of duplicate items found for each items parsed Related: bug 375521 M +1 -1 core/libs/database/dbjobs/dbjob.h M +2 -2 core/libs/database/dbjobs/dbjobsthread.cpp M +2 -2 core/libs/database/dbjobs/dbjobsthread.h M +2 -2 core/libs/database/dbjobs/duplicatesprogressobserver.cpp M +3 -3 core/libs/database/dbjobs/duplicatesprogressobserver.h M +3 -3 core/libs/database/haar/haariface.cpp M +3 -3 core/libs/database/haar/haariface.h M +15 -4 core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp M +2 -1 core/utilities/maintenance/tools/duplicates/duplicatesfinder.h https://invent.kde.org/graphics/digikam/-/commit/3186dc90f58da9e7bef32b8c53d330ea56f2c6dd
Git commit df38e4f0c0e9e989d57186ceb74f0c2f57999f9d by Gilles Caulier. Committed on 30/09/2024 at 21:14. Pushed by cgilles into branch 'master'. Maintenance Image Quality Sorter: forward the Pick Labele value to the progress item Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +2 -1 core/utilities/maintenance/manager/maintenancethread.h M +8 -5 core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp M +1 -1 core/utilities/maintenance/tools/imgqsort/imagequalitysorter.h M +3 -3 core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp M +2 -1 core/utilities/maintenance/tools/imgqsort/imagequalitytask.h https://invent.kde.org/graphics/digikam/-/commit/df38e4f0c0e9e989d57186ceb74f0c2f57999f9d
Git commit f5d4f714dff8554b5af7662a03921db960d7e706 by Gilles Caulier. Committed on 30/09/2024 at 21:32. Pushed by cgilles into branch 'master'. Maintenance auto-tags: forward keywords list to progress item Related: bug 375521 M +2 -2 core/utilities/maintenance/manager/maintenancethread.cpp M +2 -1 core/utilities/maintenance/manager/maintenancethread.h M +6 -4 core/utilities/maintenance/tools/autotags/autotagsassignment.cpp M +1 -1 core/utilities/maintenance/tools/autotags/autotagsassignment.h M +2 -2 core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp M +1 -1 core/utilities/maintenance/tools/autotags/autotagsassignmenttask.h https://invent.kde.org/graphics/digikam/-/commit/f5d4f714dff8554b5af7662a03921db960d7e706