Page MenuHomePhabricator

Support null selections in QmitkAbstractView
Closed, ResolvedPublic

Event Timeline

[ac0b26]: Merge branch 'bug-12203-handle-null-selections-in-qmitkabstractview'

Merged commits:

2012-08-08 20:40:41 Sascha Zelzer [ee5491]
Do not synchronize automatically with all workbench selections.

This always cleared the current data manager selection, even if the
new current selection was empty or unrelated to data nodes.

If synchroniziation is needed, we could provide a convenience method
in QmitkAbstractView using the BlueBerry API.

mb:ac746d2f-befd-4590-b382-ed7114ea6d09.


2012-08-08 20:33:34 Sascha Zelzer [9aab6a]
Improved selection handling in image statistics view.


2012-08-08 20:29:08 Sascha Zelzer [698cd1]
Properly handle NULL selections in the workbench.


2012-08-08 20:16:47 Sascha Zelzer [78e060]
Return a NULL selection if QItemSelectionModel is set.


2012-08-08 20:15:20 Sascha Zelzer [b98247]
Fixed code style.

[2753c6]: Merge branch 'bug-12203-handle-null-selections-in-qmitkabstractview'

Merged commits:

2012-08-09 19:03:45 Sascha Zelzer [8548c3]
Improved data node selection handling, added convenience methods.

New methods in QmitkAbstractView allow updating the data manager
selection.


2012-08-09 18:53:05 Sascha Zelzer [107505]
Support an additional "raw pointer" role for data nodes.