Tooltip readability fixes + clearer Batch Analysis crop warning#425
Merged
marcinz606 merged 4 commits intoJul 9, 2026
Merged
Conversation
Keyboard shortcuts appended to tooltips previously ran directly against the tooltip text with no separation. Put the shortcut chip(s) on a new line below the tooltip text (still inside the tooltip box) and, when an action has two bindings, separate them with "and".
Rewrite the Batch Analysis confirmation dialog so the crop status count comes first, followed by a strong recommendation to crop every image in the session before running. Explain that uncropped frames leave the Analysis Buffer to trim only a small centered margin, so sprocket holes and empty space outside the frame get pulled into the luma/colour average and skew the result for the whole roll. Keep the note that the Analysis Buffer and Luma Range Clip from the current frame are applied to every file.
Refine the tooltip shortcut row: separate two bindings with "&" instead of "and", let that separator inherit the tooltip text colour (the chips stay greyed) so it is legible, and right-align the shortcut row within the tooltip box to balance it against the left-aligned text.
The Crosstalk "Matrix" tooltip was a long plain-text string. Qt only word-wraps tooltips it treats as rich text, so this one rendered as a single line that ran across the whole screen. Wrap it in a fixed-width table so Qt word-wraps it to the controls panel width.
marcinz606
added a commit
that referenced
this pull request
Jul 9, 2026
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.
Four small UX fixes across tooltips and the Batch Analysis dialog.
Tooltip keyboard shortcuts
Crosstalk "Matrix" tooltip wrapping
The Crosstalk Matrix tooltip was a long plain-text string. Qt only word-wraps tooltips it treats as rich text, so it rendered as a single line that ran across the whole screen. It's now wrapped in a fixed-width table so Qt word-wraps it to the controls-panel width.
Batch Analysis warning
The Batch Analysis confirmation dialog now:
Tests
tests/test_shortcut_registry.pyextended for the new tooltip layout (own line, "&" separator, right-alignment, plain-text passthrough). Lint clean.