-
-
Notifications
You must be signed in to change notification settings - Fork 78
Introduce side-widget in Abstract Slot and use for preview window #2714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
558ceda
Include details width in slot width, scroll to slot on show, hide
jeremypw 42d5663
Merge branch 'main' into jeremypw/details-column/scroll
jeremypw 6857257
Merge branch 'main' into jeremypw/details-column/scroll
jeremypw 9c4e9a2
Ensure details drawn in last slot
jeremypw 8d7d9d4
Allow side widget in AbstractSlot (using Box)
jeremypw c0e20b6
Use only one scrolled window in DetailsColumn
jeremypw c59ed92
Add details column as Miller slot side widget
jeremypw afc343a
Tweak packing of details column
jeremypw f5229e7
Use Paned to contain content_box and detailscolumn
jeremypw 586018a
Tweak packing into paned
jeremypw 470ce88
Scroll to current slot when paned pos changes
jeremypw 388426f
Make preview width comparable to columnview
jeremypw b965c98
Lose unneeded spinner
jeremypw b08daf5
FileUtils: option not to pad formatted date-time
jeremypw d9f4001
Allow value labels to wrap and ellupsize
jeremypw b370eff
Packing of side widget specified by caller
jeremypw cb0eb4c
DetailsColumn: Use unpadded date-time, simplify
jeremypw f16a4aa
DetailsColumn: Simplify layout
jeremypw 8f18a31
Miller: specify packing of details column into paned
jeremypw 8572bef
Cleanup lint
jeremypw 64f73ae
AbstractSlot: Layout overlay on construct to ensure correct position
jeremypw cc94e5a
Ensure trash plugin updates when active slot changes without reloading
jeremypw 36ea315
Refine scrolling and sizing in Miller View
jeremypw 2a79d9d
Merge branch 'main' into jeremypw/details-column/reposition
jeremypw 3fe484b
Merge branch 'main' into jeremypw/details-column/reposition
danirabbit c4cbd81
Merge branch 'main' into jeremypw/details-column/reposition
jeremypw 305b948
Merge branch 'main' into jeremypw/details-column/reposition
danirabbit ca95aa4
Revert "DetailsColumn: Simplify layout"
jeremypw 26c8502
Revert "DetailsColumn: Use unpadded date-time, simplify"
jeremypw ea611f6
Revert "Lose unneeded spinner"
jeremypw d06c5d2
Revert "Make preview width comparable to columnview"
jeremypw d34aea3
Revert afc343a relating to DetailsColumn
jeremypw 7a7d152
Revert "Use only one scrolled window in DetailsColumn"
jeremypw 81bed30
Merge branch 'main' into jeremypw/details-column/reposition
jeremypw 166be56
Use more meaningful names for two slot members
jeremypw 7df7101
Do not pad datetime in details column
jeremypw 450fc5e
Remove commented out code
jeremypw 9748554
Use width_request property where possible
jeremypw cd91b20
Merge branch 'main' into jeremypw/details-column/reposition
jeremypw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see where this is ever set false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I clearly intended an option not to pad the datetime but I cannot remember what situation I was thinking of. Anyway it is not used in this PR (now) so I'll remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I remember now - we need to not pad the datetime in the DetailsColumn. I will how actually implement that!