PR5/PR6: Specify default thumbnail grid cell size before display-resolution slider #13
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
PR5 ships a visual IconMode grid with fixed default cell dimensions (
CELL_WIDTH/CELL_HEIGHTinthumbnail_delegate.py) until PR6 adds the display-resolution slider.Ambiguity
DESIGN.md and TECHNICAL_OUTLINE.md describe configurable save vs display resolution (PR6) but do not specify:
setGridSize, delegatesizeHint, and stored BLOB aspect ratioCurrent interim (PR5)
140×168 px cells with 128px-tall thumb area and filename label below. Chosen for readability at ~1200px window width; not spec-authoritative.
Requested decision
Record a DR or comment with:
QListView.Adjustonly or also changes column count explicitlyBlocks
Non-blocking for PR5 merge; required before PR6 implementation is finalized.
Resolved per ValleyGeek comment — recorded as DR-012 in
docs/DECISIONS.mdand integrated into DESIGN.md PR6 + TECHNICAL_OUTLINE §3.2.Decision summary:
PR5: ships interim fixed ~140×168 cells with constants documenting DR-012 floor/slider defaults in
thumbnail_delegate.py.PR6: implements slider + dynamic
setGridSize/ delegate resize.Closing as resolved (spec captured; implementation tracked in PR6).