| Summary: | Add support for gesture-based rotation. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Added support for gesture-based rotation as follows: - Added FXRotateGesture, FXRotateTool, and AbstractFXRotatePolicy to support rotate-gesture-based interactions. - Extracted FXRotatePolicy transaction policy from FXRotateSelectedOnHandleDragPolicy, to reuse it on rotation-gesture-based rotation. - Implemented FXRotateSelectedOnRotatePolicy to realize rotation-behavior for selected nodes on rotation gesture events, registered in MVC Logo example. Pushed all changes to origin/master. Resolving as fixed in 3.10.0M7. |