Page MenuHomePhabricator

Migration of Interactors
Closed, ResolvedPublic

Event Timeline

New remote branch pushed: bug-16651-RemoveObsoletePointSetDerivedInteractors

New remote branch pushed: bug-16651-FixComparisonOfMouseWheelDirectionWhenNoOptionIsSuppliedInConfigurationFile

bug-16651-FixComparisonOfMouseWheelDirectionWhenNoOptionIsSuppliedInConfigurationFile:

Fixes the problem that MouseWheel events are dropped if not scroll direction is supplied in the configuration file.
This is fixed by modifying the IsEqual method of MouseWheelEvent to return equality if the scrolldirection is not specified.

Collection of Bugs targeting to switch old Interactor to new Interaction concepts:

This comprised:

  • Removal of unused Interactors (or those which functionality now is included in new DataInteractors)
  • Updating the Segmentation Tools
  • Replacing the PointSetInteractor

New remote branch pushed: bug-16651-ReworkOnInteractionDocumentation

New remote branch pushed: bug-16651-tools-have-been-adapted-to-new-interaction-framework

[fe4de2]: Merge branch 'bug-16651-FixComparisonOfMouseWheelDirectionWhenNoOption

Merged commits:

2013-12-12 11:42:56 Christian Weber [03ec1d]

-> >=, else not specified direction is ignored

Updating the Tutorials and Documentation is continued in T16807

[b4d5f2]: Merge branch 'bug-16651-tools-have-been-adapted-to-new-interaction-fra

Merged commits:

2014-02-24 13:43:59 Tobias Schroeder [7c724f]
Fix delete point in LiveWire tool


2014-02-24 09:51:51 Tobias Schroeder [a0a8d4]
Set output true value of FillContourInSlice to 1.0

SetRegionTool required false=0 true=1


2014-02-24 09:46:53 Tobias Schroeder [0f852b]
Fixed compile errors


2014-02-21 12:13:40 Tobias Schroeder [6877db]
Merge branch 'bug-16651-tools-have-been-adapted-to-new-interaction-framework' into bug-16651-tools-have-been-adapted-to-new-interaction-framework-integration


2013-12-17 11:00:28 Markus Engel [057a21]
fixed bug in LiveWire Statemachine


2013-12-12 15:44:44 Markus Engel [40950a]
adapted tools to new framework


2013-12-12 14:22:51 Markus Engel [88992c]
adapted ToolManager


2013-12-12 12:01:59 Markus Engel [34d74a]
removed unused bool-flag SupportRoi


2013-12-12 11:58:27 Markus Engel [5e56a5]
adapted mitkTool to new interaction framework


2013-12-12 11:38:14 Markus Engel [481f12]
added new statemachine patterns for tools

[5f8725]: Merge branch 'bug-16651-segmentation-statemachine-fix'

Merged commits:

2014-02-26 14:32:35 Tobias Schroeder [6ca78e]
Added missing statemachine for tool with wheel interaction.

A lot of rework was done on Interactions and the majority has been merged to the new interaction system.

The remaining Interactors will be addressed in separate bugs.