Skip to content
Snippets Groups Projects
Commit 3a6a262d authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Todo list

parent d06d9be6
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,18 @@ regularly, too. ...@@ -10,12 +10,18 @@ regularly, too.
** DONE SliceCanvas bounding box calculation is also broken again. ** DONE SliceCanvas bounding box calculation is also broken again.
** DONE Fix mouse tracking (voxel changes) ** DONE Fix mouse tracking (voxel changes)
** DONE Transformation matrix recursion is happening again, for Ludo's file with the bad affine. ** DONE Transformation matrix recursion is happening again, for Ludo's file with the bad affine.
** Selected image sync between all the control panels is a bit iffy ** DONE Selected image sync between all the control panels is a bit iffy
** Cursor location on lightboxcanvas, when Z is not the depth axis ** DONE Cursor location on lightboxcanvas, when Z is not the depth axis
** Min z distance on lightboxcanvas not working? ** Min z distance on lightboxcanvas not working?
** Non-FSLView tools are broken due to fsl.py Panel->Frame changes ** Non-FSLView tools are broken due to fsl.py Panel->Frame changes
** OSX SegFault when all view tabs removed??
* Little things * Little things
** Superclasses for view/control panels.
** Named view panels
** View config panels should be dockable.
** Wild cards in image file load ** Wild cards in image file load
** DONE Focus/display newly opened view tabs
** DONE Display current location on new lightboxcanvas, and when light box props change
** DONE Truncate long filenames in image list panel. ** DONE Truncate long filenames in image list panel.
** Make range widget limit buttons expand properly. Ugh. Works fine under linux. This looks like an OSX Mavericks bug. ** Make range widget limit buttons expand properly. Ugh. Works fine under linux. This looks like an OSX Mavericks bug.
** DONE Labels for individual bound/point widget sliders. ** DONE Labels for individual bound/point widget sliders.
...@@ -31,7 +37,7 @@ regularly, too. ...@@ -31,7 +37,7 @@ regularly, too.
** DONE If image files were specified on the command line, make sure the open file dialog defaults to one of their paths. ** DONE If image files were specified on the command line, make sure the open file dialog defaults to one of their paths.
** DONE Float formatting on range slider buttons ** DONE Float formatting on range slider buttons
** DONE Enable/disable ImageList<->Canvas position sync - 'link' property on slice canvas/orthopanel, or something. ** DONE Enable/disable ImageList<->Canvas position sync - 'link' property on slice canvas/orthopanel, or something.
** SliceCanvas initial location set from image list ** DONE SliceCanvas initial location set from image list
** Add a 'mutable' attribute (not constraint) to List properties? ** Add a 'mutable' attribute (not constraint) to List properties?
* Medium things * Medium things
** more features on image list panel - e.g. double click to show/hide, 'link' checkbox, 'lock' checkbox, edit image name.. ** more features on image list panel - e.g. double click to show/hide, 'link' checkbox, 'lock' checkbox, edit image name..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment