Skip to content

100.14.0

Choose a tag to compare

@ldanzinger ldanzinger released this 27 Apr 17:01
· 179 commits to main since this release
e5a53a4
  • toolkitwidgets.pri, toolkitqml.pri, and toolkitcpp.pri now include QT += ... lines to account for needed dependencies.
  • (TimeSlider) Forward and backward buttons are not enabled while playing. Holding buttons, continuously skips forward or backwards. * * * Time labels wrap into new line for small screens and don't overlap behind the buttons.
  • (ScrollBar) Calcite styling of the ScrollBar, not matching specific component.
  • (FloorFilter) Viewpoint selection mode implemented.
  • (FloorFilter) Introduction of new FloorFilter tool (C++/Quick, QML/Quick, Widget)
  • (ToolBar) Calcite styling of the ToolBar, similar as a Calcite ActionBar.
  • (ToolSeparator) Calcite styling of the ToolSeparator, not maching specific component.
  • (ToolButton) Calcite styling of the ToolButton, now matching the Calcite Action component. A second styling is available for flat ToolButton.
  • (RadioDelegate) Calcite styling of Radiodelegate component, now matches the Calcite Dropdown component.
  • (SpinBox) Calcite styling of the SpinBox component.
  • (Callout) Major rewrite of Callout. Moved from Canvas to Shape rendering. Callout is now style compliant.
  • Adding unit and functional test suites for uitools.
  • (PopupView) Setting closeCallback to null now correctly hides the close button as docs advertise.