Releases: Esri/arcgis-maps-sdk-toolkit-qt
Releases · Esri/arcgis-maps-sdk-toolkit-qt
200.7.0
Release 200.6.0
200.6.0.4426
Release 200.5.0
200.5.0.4314
200.4.0 final
- Updated samples to version 200.4
- Updated Portal API usage to use QFuture async pattern.
200.3.0 final
- Updated all samples to use QFuture async pattern.
- Fixed a bug basemap gallery sample not working with Qt6.6
200.2.0
- Toolkit references updated to point to 200.1 Maps SDK
- AR components updated to work with Qt 6
- Styling updated to work with Qt 6.5 Material 3 themes
200.1.0
Toolkit references updated to point to 200.1 Maps SDK
200.0.0
- (UtilityNetworkTrace) Introduction of the new Utility Network Trace tool (C++/Quick).
- Updated minimum version to use Qt 6
- Updated language to allow for C++ 17
100.15.0
- (Callout) Deprecated
calloutContent
property in favor ofcontentItem
usage. - Updated
.png
files to be.svg
instead. Tools no longer look pixilated on high-dpi devices. - (NorthArrow) Fixed deprecation warning in widgets.
- (CoordinateConversion) Fixed button images not rendering.
- Added a
CONTRIBUTING.md
. - Added a
.clang-format
file. - Added vscode/spellchecking for documentation purposes.
- (BookmarksView) Introduction of new Bookmark tool (C++/Quick, QML/Quick, Widget)
100.14.0
- 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.