Difference between revisions of "User:Finetjul"

From Slicer Wiki
Jump to: navigation, search
m
Line 15: Line 15:
 
* vtkMRML::CopyWithSingleModifiedEvent should do StartModify and EndModify() instead (dito for CopyWithSceneWithSingleModifiedEvent)
 
* vtkMRML::CopyWithSingleModifiedEvent should do StartModify and EndModify() instead (dito for CopyWithSceneWithSingleModifiedEvent)
 
* Singleton node vtkMRMLLayoutNode has an ID of vtkMRMLLayoutNodevtkMRMLLayoutNode
 
* Singleton node vtkMRMLLayoutNode has an ID of vtkMRMLLayoutNodevtkMRMLLayoutNode
 +
=What am I working on?=
 +
*QtTesting integration
 +
*Crash when restoring sceneview
 +
=What's coming next?=
 +
*CTK Layout flickering
 +
*Usability of Slicer

Revision as of 13:27, 2 May 2012

To do after release

  • Default layout should be 4up.
  • "Edit properties..." should open module and select node
    • Dbl click in Data module should open module, not rename
  • Check order of unload with ITKv4: MRML plugin shall unload before VTK and even more before ITK
    • Breakpoint in a destructor of static variable in mrml plugin and vtk ?
  • Add unit test to vtkMRMLStorableNode/StorableNode and make it faster (e.g. ProcessMRMLNodeEvent)
  • Review SaveDataBundle dialog, write a custom "save dialog"
  • qMRMLSliceControllerWidget::setSliceViewName, setSliceViewLabel and setSliceViewColor must be set automatically from qMRMLSliceControlllerWidget::setSlisetMRMLSliceNode
    • To confirm with Jim.
    • See qMRMLLayoutManager::createSliceWidget and qMRMLSliceControllerWidget::setSliceViewLabel
  • Add option in qMRMLNodeComboBox to "renameAtCreation" mrml nodes. Can be useful for CLI modules.
  • Default opacity when selecting a foreground volume is 0%, should be 50%
  • Review vtkMRMLVolumeRenderingDisplayNode::Copy(), it should do StartModify() and EndModify() instead
  • vtkMRML::CopyWithSingleModifiedEvent should do StartModify and EndModify() instead (dito for CopyWithSceneWithSingleModifiedEvent)
  • Singleton node vtkMRMLLayoutNode has an ID of vtkMRMLLayoutNodevtkMRMLLayoutNode

What am I working on?

  • QtTesting integration
  • Crash when restoring sceneview

What's coming next?

  • CTK Layout flickering
  • Usability of Slicer