Difference between revisions of "User:Finetjul"
From Slicer Wiki
m |
|||
Line 19: | Line 19: | ||
* Various mantis issues | * Various mantis issues | ||
** http://na-mic.org/Mantis/view.php?id=1870 | ** http://na-mic.org/Mantis/view.php?id=1870 | ||
− | * | + | *** font button done |
− | * | + | *** -> Cancel button for settings panel |
=On hold = | =On hold = | ||
Line 26: | Line 26: | ||
=What's coming next?= | =What's coming next?= | ||
− | *Usability of Slicer | + | * Usability of Slicer |
− | *Mantis issues: [http://www.na-mic.org/Bug/view.php?id=1996 1996], [http://www.na-mic.org/Bug/view.php?id=1962 1962], [http://na-mic.org/Mantis/view.php?id=1917 1917], [http://na-mic.org/Mantis/view.php?id=1870 1870], [http://na-mic.org/Mantis/view.php?id=1588 1588]... | + | * Mantis issues: [http://www.na-mic.org/Bug/view.php?id=1996 1996], [http://www.na-mic.org/Bug/view.php?id=1962 1962], [http://na-mic.org/Mantis/view.php?id=1917 1917], [http://na-mic.org/Mantis/view.php?id=1870 1870], [http://na-mic.org/Mantis/view.php?id=1588 1588]... |
− | *Investigate (not necessarily be the one to fix it): [http://www.na-mic.org/Bug/view.php?id=1980 1980], [http://www.na-mic.org/Bug/view.php?id=1952 1952]... | + | * Investigate (not necessarily be the one to fix it): [http://www.na-mic.org/Bug/view.php?id=1980 1980], [http://www.na-mic.org/Bug/view.php?id=1952 1952]... |
=Done= | =Done= | ||
− | *CTK Layout flickering ([http://na-mic.org/Mantis/view.php?id=2073 Grid layout regression]) | + | * Skullstripper extension for Slicer4.1QtTesting package |
− | *Volume Rendering supports color transfer function | + | * Failing tests (due to GetAttribute() returning 0) |
− | *Scene view speed-up | + | * CTK Layout flickering ([http://na-mic.org/Mantis/view.php?id=2073 Grid layout regression]) |
− | *QtTesting integration | + | * Volume Rendering supports color transfer function |
− | *Crash when restoring sceneview | + | * Scene view speed-up |
+ | * QtTesting integration | ||
+ | * Crash when restoring sceneview |
Revision as of 01:29, 18 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?
- Various mantis issues
- http://na-mic.org/Mantis/view.php?id=1870
- font button done
- -> Cancel button for settings panel
- http://na-mic.org/Mantis/view.php?id=1870
On hold
- VTK callback speed-up (in VTK 6.0, to be merged on Slicer/VTK)
What's coming next?
- Usability of Slicer
- Mantis issues: 1996, 1962, 1917, 1870, 1588...
- Investigate (not necessarily be the one to fix it): 1980, 1952...
Done
- Skullstripper extension for Slicer4.1QtTesting package
- Failing tests (due to GetAttribute() returning 0)
- CTK Layout flickering (Grid layout regression)
- Volume Rendering supports color transfer function
- Scene view speed-up
- QtTesting integration
- Crash when restoring sceneview