- Dec 01, 2015
-
-
Paul McCarthy authored
directory given a path, and to get top level analysis directory.
-
Paul McCarthy authored
overlay/contrast. User only has to wait the first time that a cluster grid is created.
-
Paul McCarthy authored
performant. WidgetGrid related updates elsewhere.
-
Paul McCarthy authored
bug-fixes in VolumeOpts.
-
Paul McCarthy authored
to 'autoDisplay'. Made autoDisplay a DisplayContext property. Fixed bugs in stat image auto display, and added support for rendered_thres_* images.
-
- Nov 30, 2015
-
-
Paul McCarthy authored
default display settings for new overlays. Used by the addfile action, the overlay list panel, and at startup via fsleyes_parseargs.
-
Paul McCarthy authored
descriptions, and added a non-functional '--defaultDisplay' option.
-
- Nov 27, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
properties. Code is much cleaner.
-
- Nov 20, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
clippingRange symmetric about 0.
-
Paul McCarthy authored
performance levels.
-
Paul McCarthy authored
specified on the command line. Bugfix in OverlayPlotPanel - DataSeries property listeners were not being de-registered in destroy().
-
Paul McCarthy authored
unnecessary, as the Action object tracks opening/closing of control panels, so can update its own state.
-
Paul McCarthy authored
the action when it is invoked. OverlayDisplayToolBar no longer has a settings button - the OverlayDisplayPanel is now accessed through the view panel menu. Ortho/LightBoxToolBar no longer have a 'showMoreSettings' action - this is now on the CanvasPanel - toggleCanvasSettingsPanel, and toggleDisplayPanel.
-
- Nov 19, 2015
-
-
Paul McCarthy authored
last commit to get a reference to a control panel, and then make sure that bound widgets are updated when said control panel is opened/closed. All @toggleActions now use this.
-
Paul McCarthy authored
args decorators.
-
Paul McCarthy authored
a different name if they use a built-in name, and is prompted to confirm overwrite if they use the name of an existing (user-saved) perspective.
-
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.
-
Paul McCarthy authored
this. Some other minor fixes/tweaks.
-
- Nov 18, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
added to all AuiManagers are now explicitly named, to make restoring perspectives easier.
-
Paul McCarthy authored
-
Paul McCarthy authored
action to a toggle widget.
-
Paul McCarthy authored
updated if a control panel is closed directly by the user, as opposed to being closed by the ToggleAction. OrthoPanel no longer shows edit toolbar by default.
-
- Nov 17, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
decorator on a method) was shared between all instances of the class, which was not ideal. Now, the tricksy ActionFactory creates an Action instance for every target instance.
-
Paul McCarthy authored
decorator design. Need to iron out some class-hierarchy related bugs.
-
Paul McCarthy authored
decorator. New sub-class called ToggleAction, which does some wx.MenuItem-specific stuff. ActionProvider class no longer derives from SyncableHasProperties - sub-classes will have to explicitly inherit from both. All the docs are wrong, and all the things are broken.
-
- Nov 16, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
to resolutionLimit changes)
-
Paul McCarthy authored
-
Paul McCarthy authored
performance mode. Off-screen rendering on lightbox canvas is no longer used, as it is rubbish. Furthermore, combining off-screen + pre-render modes on lightbox canvas is actually slower than pre-rendering directly to the screen!
-
- Nov 14, 2015
-
-
Paul McCarthy authored
in some circumstances, and were not calling GLObject.onUpdate when transform property changed
-
- Nov 13, 2015
-
-
Paul McCarthy authored
four modes. Things are probably broken.
-
Paul McCarthy authored
think). Also fixed that persistent VolumeOpts.__toggleListeners error - DisplayOpts.destroy was not calling syncable.detachFromParent, so dangling references in DisplayOpts peers lists were being left.
-
Paul McCarthy authored
-
Paul McCarthy authored
horizontal space. And a couple of fixes/enhancements as well.
-
Paul McCarthy authored
-
Paul McCarthy authored
GLObject was being updated.
-