diff --git a/TODO b/TODO index d9a198516b3626be819869a5a62a5ac63729ad92..7674d753e8637a3a27e03f51c94e9dc87f4feb67 100644 --- a/TODO +++ b/TODO @@ -5,9 +5,11 @@ A mixture of things to do, things which might be nice to do, and things which have been done. Order is arbitrary. Check https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too. +* Feedback +** (Sean) In location panel, ability to display intensity for all images, not just the currently selected one * February/March 2015 internal release -** Installation instructions on wiki +** DONE Installation instructions on wiki *** Make sure they're up to date - test in a VM *** Usage - keyboard shortcuts ** DONE OSX installer @@ -71,12 +73,14 @@ I think that all the work performed by the PropertyOwner metaclass can be done i ** DONE Add a setting on HasProperties instances to allow validation of all properties to be disabled for instances which don't need it (see comments at properties.py:264). Also, redo the way that global HasProps validation works - it is currently performed by the PropertyBase instance, which is hacky, I think. ** DONE Have callqueue check to see if a listener (and its args) is already enqueued, drop if it is. -* WX Bugs +* Bugs out of my control ** agw.aui *** Floating panels get moved about when opening/closing another panel - this is a lib.agw.aui issue; I've coded a workaround. *** Floating panels are resized to specified floating size, but the title bar is not taken into account. Coded a workaround ** Make range widget limit buttons expand properly. Ugh. Works fine under linux. This looks like an OSX Mavericks bug. ** Wild cards in file dialog do not support multiple extensions (e.g. '.nii.gz') +** PyInstaller menu bar not showing +http://dvitonis.net/blog/2015/01/07/menu-bar-not-visible-when-building-pyqt-app-bundle-pyinstaller-mac-osx-mavericks-yosemite/ * Bugs to fix ** VolumeOpts DisplayRange<->Bricon synchronisation. Breaks when brightness/contrast/displayRange sync (between multiple displays) diff --git a/fsl/fslview/views/histogrampanel.py b/fsl/fslview/views/histogrampanel.py index 71d17458acd031f84c116b492e48faa9ffe19e2d..b0d387630a673512e807f0498636608581ac2bb0 100644 --- a/fsl/fslview/views/histogrampanel.py +++ b/fsl/fslview/views/histogrampanel.py @@ -23,6 +23,8 @@ log = logging.getLogger(__name__) # # Ideas: # +# - Log scale +# # - Plot histogram for multiple images (how to select them?) # # - Ability to apply a label mask image, and plot separate