-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use the motor signal movement_finished() to update the Axis control displays * disable configuration controls while the probe drive is moving * if the status of one axis changes make the other AxisControlWidgets update * make the drive widget update its display when the configuration is changed * fix over indent * move all connected functions to MGWidget.configChanged into the _config_changed_handler() method * when _update_drive_control_widget() execute _refresh_drive_control() if the drive control widget does not have the valid MG * change default colors to be more color-blind friendly * Make sure MGWidget is seeded with a mg name if none is given, and the tooltip is accurately produced * add tooltips for the MotionBuilder gear btn * do not false invalidate drive if we are editing an existing motion group * only compare dictionaries if mg_config is not None * move all connected functionality to signal configChanged into method _config_changed_handler() * GovernExclusions must regenerate their mask during a global mask update * remove unused import * make sure we do not index self.exclusions if no exclusion have been added to the list yet * make MBItem._determine_name() an abstract method to children can better handle their naming * simplify plotting of global mask * update Shadow2DExclusion._paint_mask to handle triangles where all point are on a line * remove govern exclusion from dropdown if one is already defined
- Loading branch information
Showing
8 changed files
with
106 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters