Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
Source project has a limited visibility.
  • Paul McCarthy's avatar
    3e40cce8
    Action/ToggleAction classes moved into their own module. The · 3e40cce8
    Paul McCarthy authored
    actions.__init__ module contains aliases for all the global Action
    classes. FSLEyesFrame no longer stores a dict of {AuiPaneInfo :
    ViewPanel} mappings, because AuiPaneInfo objects are evidently not
    persistent, so I cannot use them as dict keys. New action -
    ClearPerspectiveAction, which delets all user-saved
    perspectives. SavePerspectiveAction is functional.  Perspectives module
    is functional, but needs more work w.r.t. managing built-in
    perspectives.
    3e40cce8
    History
    Action/ToggleAction classes moved into their own module. The
    Paul McCarthy authored
    actions.__init__ module contains aliases for all the global Action
    classes. FSLEyesFrame no longer stores a dict of {AuiPaneInfo :
    ViewPanel} mappings, because AuiPaneInfo objects are evidently not
    persistent, so I cannot use them as dict keys. New action -
    ClearPerspectiveAction, which delets all user-saved
    perspectives. SavePerspectiveAction is functional.  Perspectives module
    is functional, but needs more work w.r.t. managing built-in
    perspectives.