Skip to content
Ivars Karpics edited this page Aug 17, 2016 · 20 revisions

#2016.08.11.

Bug fixes

BlissFramework:

  • Fixed and tested remote connection.
  • Added comment property to the widget properties

#2016.07.27.

Bug fixes

  • 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

Features

  • 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.

2016.07.22

Bug fixes

  • 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.

Features

  • 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

2016.07.18.

Features

  • 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.