Add pinned clipboard items support#54
Open
EricBlanquer wants to merge 2 commits intodiodon-dev:masterfrom
Open
Add pinned clipboard items support#54EricBlanquer wants to merge 2 commits intodiodon-dev:masterfrom
EricBlanquer wants to merge 2 commits intodiodon-dev:masterfrom
Conversation
Show a scaled preview popup when hovering over image clipboard items in the menu. Preview is clamped to screen bounds and framed with a visible border.
Items can be pinned to always appear at the top of the clipboard menu. Pinned items are preserved when clearing history. Features: - Right-click on menu item to pin/unpin - Press 'p' key to toggle pin on selected item - Pinned items section separated by divider in menu - Preferences tab to manage pinned items with drag-and-drop reordering, up/down buttons, add text, and image preview on hover - Menu reopens at same position after pin/unpin - Pinned checksums stored in GSettings
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.
Summary
pkey to toggle pin on the selected item (vi-style navigation)pinned-itemskey)Note: This PR depends on #53 (image preview tooltip) as it reuses the preview infrastructure for the Pinned preferences tab.