Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
  2. Sep 13, 2018
  3. Feb 27, 2018
  4. Dec 01, 2017
  5. Oct 23, 2017
  6. May 07, 2017
  7. Apr 25, 2017
  8. Apr 24, 2017
  9. Apr 21, 2017
  10. Apr 20, 2017
  11. Dec 19, 2016
  12. Aug 01, 2016
  13. May 25, 2016
  14. Nov 19, 2015
    • Paul McCarthy's avatar
      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
  15. Aug 28, 2015
  16. Aug 19, 2015
  17. Jul 24, 2015
    • Paul McCarthy's avatar
    • Paul McCarthy's avatar
      Bugfixes. · 634c8d5f
      Paul McCarthy authored
       - All GLObjects test to see if opts instances have a parent, before
         doing things with their sync properties.
       - Render.py bug - using fsl/utils/layout functions, passing
         showLabels=True, but then passing no labels. Renderpy usage fixed,
         and layout test added (reverts to showLabels=False if no labels are
         provided)
       - CanvasPanel screenshot was passing all overlays, instead of just
         enabled/saved ones
       - settingspy imports wx inside functions, in case we're running in
         headless mode
       - In my SliceCanvas.genGLObject refactoring, I removed a critical piece
         of functionality - genGLObject(updateRenderTextures=True) was not
         updating render textures.
      634c8d5f
  18. Jul 22, 2015
Loading