From 22c56d6e2afee589439a90b740aa8c9b3a1eca46 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Fri, 4 Jul 2014 12:24:10 +0100 Subject: [PATCH] Todo list --- TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 3ccf633a7..1dd5b19f7 100644 --- a/TODO +++ b/TODO @@ -11,8 +11,11 @@ regularly, too. ** DONE Fix mouse tracking (voxel changes) ** 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 +** Cursor location on lightboxcanvas, when Z is not the depth axis +** Min z distance on lightboxcanvas not working? +** Non-FSLView tools are broken due to fsl.py Panel->Frame changes * Little things -** Wild cards in image file load (controlled by fslview.ImageListPanel) +** Wild cards in image file load ** 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. ** DONE Labels for individual bound/point widget sliders. @@ -27,8 +30,9 @@ regularly, too. ** DONE Min distance for LightBoxCanvas.zrange. ** 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 -** 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 +** Add a 'mutable' attribute (not constraint) to List properties? * Medium things ** more features on image list panel - e.g. double click to show/hide, 'link' checkbox, 'lock' checkbox, edit image name.. ** DONE location panel (information about currently selected location) - add a 'location' property to the imagelist so we can link across different views. -- GitLab