- Jan 07, 2015
-
-
Paul McCarthy authored
to be available to non-fslview things. Moved orientation constants from fsl.data.image to (new module) fsl.data.constants, so circular imports are not necessary. There could still be some bugs lurking ..
-
Paul McCarthy authored
may be a few more miniscule commits
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
module called imageio, which also contains functions for loading/saving images. Skeleton for saveImage function.
-
- Jan 06, 2015
-
-
Paul McCarthy authored
don't know if I like this approach; strings is ugly.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
EditableListBox functionality), which manages image properties (e.g. enabled/disabled/saved/etc)
-
Paul McCarthy authored
enabled/disabled. New action, SaveImageAction, which will be for saving new/edited images to disk. SaveImage/CopyImageActions listen for image state changes, and enable/disable themselves accordingly.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
canvaspanel layout fiddling, still not good.
-
Paul McCarthy authored
refresh canvas panel when profile mode changes. Still a bit fiddly.
-
Paul McCarthy authored
being called, due to the way i had defined button callbacks in layout module.
-
Paul McCarthy authored
when destroyed
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
wasn't being destroyed correctly.
-
Paul McCarthy authored
canvasPos passed to profile event handlers is None if out of the image space.
-
- Jan 05, 2015
-
-
Paul McCarthy authored
them there though.
-
Paul McCarthy authored
operation. LightBoxViewProfile was the guinea pig.
-
Paul McCarthy authored
show/hide canvas properties button)
-
Paul McCarthy authored
multiple modes. SliceCanvas/LightBoxCanvas.canvasToWorld now return the xyz display system coordinates (instead of just screen xy coordinates)
-
Paul McCarthy authored
parameters the wrong way around.
-
Paul McCarthy authored
methods now accept any number of arguments.
-
- Dec 24, 2014
-
-
Paul McCarthy authored
going to be fsl.fslview.panel.ConfigPanel. Currently missing canvas propertis, just need to define layout
-
Paul McCarthy authored
type to the __getHandler method. Did this because I was getting mouse wheel events with no wheel rotation, thus __getEventType was mis-identifying the event type.
-
- Dec 23, 2014
-
-
Paul McCarthy authored
contain layout definitions for all of the things. A couple of useful little actions on OrthoViewProfile.
-
Paul McCarthy authored
-
Paul McCarthy authored
allowed in said dict.
-
Paul McCarthy authored
-
Paul McCarthy authored
class as a key, but where value lookups on subclasses of that class will still match against that class.
-
Paul McCarthy authored
actionpanel. Started refactoring strings module - making it all strings.
-
- Dec 22, 2014
-
-
Paul McCarthy authored
moved from ProfileManager into profilemap.py
-
Paul McCarthy authored
-
Paul McCarthy authored
single FSLViewPanel. ActionProvider is now defined in the actions package, and all entities (contropanels, viewpanels, and profiles) inherit from ActionProvider. Things are probably broken.
-
Paul McCarthy authored
-