-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UITK drag and drop (ISX-1141) (#1831)
* DROP Enable UITK Asset Editor * WIP Add Drag And Drop UI functionality * SQUASH * Add drag and drop respective manipulators to deal with UI events * WIP Add data manipulation logic based on UI drag and drop actions * fixed visualizations * fixed reordering and drag between lists * fixed focusing MapListItems during drag * clean up branch * clean up drag/drop * implemented Drag & Drop between action tree view and action map list view * cleared focus during drag/drop between lists * fixed freeze after drag * drag and drop of action maps to reorder ActionMap list * WIP drag & drop of actions, bindings & composites * fix after merge * added moving of bindings and move composite (WIP) * implemented move part of composites and fixed move binding to empty actions * fixed moving bindings * added discard drag on invalid * fixed selection after drag & dragging bindings into actionMapView * refactor & fixed not allow drag of composites to action maps * fixed moving of composites * fixed discard of drag between items * change action name for composites * fixed bindings are moved down one index to far * added action item * added changelog * fix formatting & adjusted changelog * refactor commands & fixed analyzer * added comments and fixed accessibility * added comments & named parameters to ActionsTreeView * fixed formatting * removed plus sign for dragging action to action map * added safety check - fixed nullpointer for adding actions in empty action map * fix picking of elements for dropping on ActionMapView * fixed naming and enhanced break conditions for TreeViewDrag * added safety assert & debug pasting bindings * changed dropManipulator to be internal --------- Co-authored-by: João Freire <[email protected]>
- Loading branch information
1 parent
d46ba1a
commit 6db0cc5
Showing
10 changed files
with
367 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.