Feature/drag to reorder applets#590
Open
boloto1979 wants to merge 2 commits into
Open
Conversation
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
Implements drag-to-reorder for applets in the COSMIC panel, similar to
the long-press reorder in macOS menu bar.
Behavior
of the new position (ease-out-cubic animation, 180 ms)
cosmic-config without restarting the panel
normally
Changes
panel_space.rs:AppletDragState,DragSection,DRAG_LONG_PRESS_MS,find_applet_for_surface(),update_drag_preview(),commit_drag_reorder()wrapper_space.rs: long-press detection inupdate_pointer(),drag start/commit in
handle_button(), press suppression viais_pending_drag()to prevent popups from opening during draglayout.rs: temporary reorder during drag preview + slide animationmain.rs:PanelCalloopMsg::ReorderPluginsto persist order withouttriggering a panel restart
I have disclosed use of any AI generated code in my commit messages.
I understand these changes in full and will be able to respond to review comments.
My change is accurately described in the commit message.
My contribution is tested and working as described.
I have read the Developer Certificate of Origin and certify my contribution under its conditions.