Skip to content

v0.3.8

Compare
Choose a tag to compare
@KurtJacobson KurtJacobson released this 07 Jul 02:17
· 636 commits to master since this release

Changes since the v0.3.7 release.

Bug Fixes

  • EditVCP - Fix error when trying to launch designer with relative paths (e973656)
  • Launcher - fix error when loading VCP from UI file (ea82142)
  • Settings - Pass on errors encountered when initing setting value (69b43ae)
  • DROWidgets - Diameter mode only applies to X-axis (3766caf)
  • Merge pull request #40 from joco-nz/layout_aware_bar_indicator (76495ef)
  • Corrected shading for vertical orirentation. Corrected logic to deal with border display based on orientation. Removed trying to rotate text in vertical display. Removes need to traying to deal with width issues and working out correct bar width to display text as it widens as percentage climbs to 100%. (a1962c4)

Enhancements and Features

  • QtDesigner - add settings selector task menu extension (3feedd7)
  • HalWidgets - Add pinBaseName property (f51d817)
  • DROWidgets - Add back RulesEditor in designer (16ba79c)
  • Merge branch 'DROWidgets' (6f74757)
  • Status - Add DataChannel for axis_mask to support str and list (ce8bea8)
  • SettingsLineEdit - Add support for str values (b7cd115)
  • Settings - initialize call back with setting value (230a4f7)
  • Settings - Make it possible to specify setting value type (bc1c1fa)
  • Decorators - Add support for marking classes as deprecated (25694fa)
  • HAL BarIndicator - add float in and min and max val pins (45e7778)
  • Make BarIndicator widget support float values and improve formatting (471f6e9)

Deprecated Items

  • DROWidget - Deprecate old buggy DRO widget (4a6f01c)

Documentation

  • Update examples README (28cdbe4)
  • Remove ProbeBasic from list of included examples (20b18f3)
  • Status Items - Update interpreter settings (e7f41d4)

Maintenance (refactoring, typos, etc.)

  • EditVCP - remove debug settings print (c8dbe5a)
  • HalWidgets - Use hal.getComponent() in HAL widgets (a28db64)
  • Clean up actions examples VCP (b322f57)
  • Remove unmaintained VTK tool table VCP (70087c1)
  • Remove unmaintained ATC test VCP (4b1f9f3)

VCP Examples

  • Update filemanger example (b6a8edf)
  • Actions Example - promote to a full on example VCP (ee534e7)

Work In Progress

  • calculator plugin (5cbe64c)
  • WIP on a layout aware bar indicator (f8c8c3d)