fix(scan): show finalizing status during post-scan cleanup (#114) #135
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer!135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.2.2/issue-114-soft-lock-after-scan"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
_on_deep_finishedruns several synchronous main-thread steps (recent-dir bookkeeping, dupe-tag-singleton pruning, optional network-share cache sync) before updating the status label, and none of it emitted progress.finishedsignal fires, before this cleanup runs.closeEvent) instead of running it silently.0.2.3(patch) and updatedCHANGELOG.md/resources/help/USER_GUIDE.md.Closes #114.
Threading notes
No worker/signal changes — this only adjusts what the main thread does with state it already owns (
status_label,progress_bar) at a point where it was already executing synchronously. NoQWidget/model access was added to a worker thread.Test plan
ruff check/ruff format --checkonsrc,tests,scriptspytest— 540 passed, 1 skipped./scripts/check-version-bump.sh— passes (0.2.2 → 0.2.3)QT_QPA_PLATFORM=offscreen ./scripts/smoke-ui-exit.sh— clean teardown, no Qt shutdown errorspip install -e .in the active venv —scripts/get-version.py --canonicalresolves to0.2.3