-
Notifications
You must be signed in to change notification settings - Fork 34
ChangeLog
Ivars Karpics edited this page Aug 17, 2016
·
20 revisions
#2016.08.11.
BlissFramework:
- Fixed and tested remote connection.
- Added comment property to the widget properties
#2016.07.27.
- BlissFramework: Added input validators for Qt4_EnergyBrick, Qt4_AttenuatorsBrick and Qt4_ResolutionBrick. Paint red if value is not accepted and do not set value if Enter pressed
- Bricks/widgets/Qt4_plate_navigator_widget.py: new widget to navigate in plate
- Bricks/Qt4_TreeBrick.py: added property usePlateNavigator. If True then display a checkbox "Plate navigator" that opens a plate navigator below the tree on sample clicked then initial values are set
- Bricks/widgets/Qt4_widget_utils.py: change color to Orange when user edits a parameter.
- Added lost feature to define names of sample changers in the Qt4_TreeBrick
- Fixed osc_range and num_images limits if plate mode used
- Fixed slow generation of a heat map for large grids.
- More generic Qt4_MachineInfoBrick
- Added button to set oscillation range for mesh based on osc_range limit. Button appears in advanced_task next to osc_range if a grid is selected
- Splited property table in two tables. Second one displays properties starting with "hwobj_". It is used to indicate properties used to link hardware objects to the brick.
- propertyBag -> property_bag and other pylint guidlines.