Code seems to lock up when opening a large library, but isn't: it's just that the load code takes a long time to release the UI thread or something. 🤔
🕵 It's BuildFromDocumentRepository() which takes forever and the status update calls therein never make it to the actual display = UI is stuck while that task runs.
Closing and decluttering the issue list so it stays workable for me: fixed in https://github.com/GerHobbelt/qiqqa-open-source mainline=master branch, pending #15 / any maintainer rights/actions.
Code seems to lock up when opening a large library, but isn't: it's just that the load code takes a long time to release the UI thread or something. 🤔
🕵 It's
BuildFromDocumentRepository()
which takes forever and the status update calls therein never make it to the actual display = UI is stuck while that task runs.