PyDM 1.4.1 Release Notes
PyDM 1.4.1 Release Notes
PyDM 1.4.1 is here. This is mainly a bug fix release but it also adds some minor improvements for the recent released widget rules system. Read on for more details...
New Features
- Added a new
Opacity
property to be used by the Rules mechanism for all PyDM widgets. This property can also be used with the python API through theset_opacity
andopacity
methods. (#382) - Added a new
Index
property to be used by the Rules mechanism for the PyDM Symbol widget. This now allow users to specify an expression to select the current image index to be displayed. When using theIndex
in a rule it is strongly recommended that you remove theChannel
from the widget to avoid conflicts. (#382)
Bug Fixes
- PyDM Rules Editor now has no parent which avoids the Stylesheet of a widget to be applied to the editor window when no proper selector was specified. (#382)
- Fix an issue when removing a rule from the middle of the list in the Rules Editor. (#382)
- Now the middle-click will properly copy the Channel address to the clipboard on Windows and MacOS and no longer present the message:
Data set on unsupported clipboard mode. QMimeData object will be deleted.
. (#384) - Fixed an issue that prevented files to be properly opened in a new window when using the Windows path separator. (#385)
- Fixed an issue with the PyDMShellCommand when using the Windows path separator in a command. (#386)