Add send-to-trash option for file-duplicate bulk actions (issue #146) #148
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!148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.3.5/issue-146-bulk-dupe-trash"
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
Closes #146.
Adds an optional Send duplicates to system trash checkbox to the File Duplicate Bulk Actions dialog. When enabled (the default), duplicate losers are sent to the platform recycle bin via the existing
DeleteWorkerpath — the same behavior as Trash workbench Confirm Delete. When unchecked, behavior is unchanged: losers receive theDELETEtag only (undoable).A new Settings → Duplicates toggle persists the dialog default (
bulk_dupe_send_to_trash_default).Version
Bumps to 0.3.6 (PR-prep commit).
Testing
pytest tests/test_bulk_dupe_trash.py(6 tests)ruff check/ruff format --checkonsrcandtests./scripts/check-version-bump.sh origin/mainThreading notes
Trash path reuses existing
DeleteWorker(IO + plain-data signals only; no QWidget access in workers).