feat(app): pause automatic thumbnail reordering (#86) - #134
Merged
pablogventura merged 2 commits intoMay 24, 2026
Merged
Conversation
Author
|
Rebased on current Please review when you can — not merging yet. Community testers: enable pause on thumbnail reordering, add/remove pages, confirm order stays stable until you resume sorting. Manual test: Tools → pause automatic thumbnail reordering (or equivalent control in this branch); drag thumbnails; add images; verify order behavior matches #86. |
pablogventura
force-pushed
the
fix/issue-86-pause-sorting-pages
branch
from
May 22, 2026 14:03
08cb9c3 to
d40f0cf
Compare
Author
|
Rebased scope on current Local build passes. Please review — not merging yet. Manual test (#86): enable pause on thumbnail sorting, change sort order / add pages, confirm order stays fixed until pause is released. |
Add a toolbar toggle that skips the page order provider while enabled so thumbnail refreshes keep a stable order during editing.
Remove two-page spread order menu action and handler that belong in the P0 bundle (ScanTailor-Advanced#133 / ScanTailor-Advanced#62). Fixes CI build after rebase on master.
pablogventura
force-pushed
the
fix/issue-86-pause-sorting-pages
branch
from
May 24, 2026 02:10
0dc081c to
2c58526
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #86.
Adds
pauseSortingBtnnext to the sort direction control. When checked,MainWindow::currentPageOrderProvider()returnsnullptr, soThumbnailSequence::orderItems()does not re-sort thumbnails oninvalidateAllThumbnails()while editing.