[digikam] [Bug 320359] SCAN : digiKam should show which directories are scanned during start-up when adding collections after database deletion
https://bugs.kde.org/show_bug.cgi?id=320359 --- Comment #9 from caulier.gil...@gmail.com --- Git commit 4f270e01d50f31a4a3990aa9b0ad12629374fb35 by Gilles Caulier. Committed on 19/07/2016 at 19:34. Pushed by cgilles into branch 'master'. restore older scan for new items at startup option Related: bug 281959 M +6-2app/main/digikamapp.cpp M +2-1libs/settings/applicationsettings.cpp M +3-0libs/settings/applicationsettings.h M +10 -0libs/settings/applicationsettings_miscs.cpp M +3-0libs/settings/applicationsettings_p.cpp M +1-0libs/settings/applicationsettings_p.h M +7-0utilities/setup/setupmisc.cpp http://commits.kde.org/digikam/4f270e01d50f31a4a3990aa9b0ad12629374fb35 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 320359] SCAN : digiKam should show which directories are scanned during start-up when adding collections after database deletion
https://bugs.kde.org/show_bug.cgi?id=320359 caulier.gil...@gmail.com changed: What|Removed |Added Latest Commit||http://commits.kde.org/digi ||kam/4047edd1532b129fe895a8c ||4b0f810adc92d2f7f Resolution|--- |FIXED Version Fixed In||5.1.0 Status|CONFIRMED |RESOLVED --- Comment #8 from caulier.gil...@gmail.com --- Git commit 4047edd1532b129fe895a8c4b0f810adc92d2f7f by Gilles Caulier. Committed on 18/07/2016 at 12:48. Pushed by cgilles into branch 'master'. Improve digiKam startup time : -- - remove splashscreen from ScanController. Always use a progress dialog instead in all cases. - We will always require a progress dialog at first init to scan albums. All details are given in dialog about which album is scanned and how many items still in the queue to process. - The splashscreen always arrive after the progress dialog. Splash show final stage to init GUI - When GUI is displayed, always start a delayed find new item process through progress manager. This is done in background. Progress info is given in progress manager as well. While scan for new item is running in a separated thread, user can start to work with GUI, even if all items are not yet catalogued in database. Related: bug 281959 FIXED-IN: 5.1.0 M +18 -29 app/main/digikamapp.cpp M +9-42 libs/database/utils/scancontroller.cpp M +2-3libs/database/utils/scancontroller.h M +4-2utilities/maintenance/maintenancetool.h http://commits.kde.org/digikam/4047edd1532b129fe895a8c4b0f810adc92d2f7f -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 320359] SCAN : digiKam should show which directories are scanned during start-up when adding collections after database deletion
https://bugs.kde.org/show_bug.cgi?id=320359 --- Comment #7 from caulier.gil...@gmail.com --- Git commit 27a7e771060fa8f6d40461b9444bb4496487f102 by Gilles Caulier. Committed on 17/07/2016 at 15:13. Pushed by cgilles into branch 'master'. Restore broken splashscreen animation while database process at startup. Related: bug 281959 M +20 -13 libs/widgets/common/dsplashscreen.cpp http://commits.kde.org/digikam/27a7e771060fa8f6d40461b9444bb4496487f102 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 320359] SCAN : digiKam should show which directories are scanned during start-up when adding collections after database deletion
https://bugs.kde.org/show_bug.cgi?id=320359 swatilodh...@gmail.com changed: What|Removed |Added CC||swatilodh...@gmail.com --- Comment #6 from swatilodh...@gmail.com --- With digiKam 5.0.0, if I UNSELECT "Show splash screen at startup" in Configure digiKam/Miscellaneous, there's no progress dialog visible. Only by looking at console, one can figure out that required files are loading. And after digiKam finally starts, there just appears a dialog, stating, "Process is done". -- You are receiving this mail because: You are watching all bug changes.