Releases: Esri/arcgis-maps-sdk-toolkit-qt
Releases · Esri/arcgis-maps-sdk-toolkit-qt
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.
100.13.0
- (SearchView) Introduction of new SearchView tool (C++/Quick and QML/Quick only).
- (Scalebar) Introduction of new Scalebar tool (C++/Quick only).
- (OverviewMap) Fixed initialization bug wherein the inset would not be valid until first user interaction.
- (BasemapGallery) BasemapGallery is now available as a widget tool.
- (BasemapGallery) Busy indicator added to gallery to show when an item has been clicked but basemap is still loading.
- (BasemapGallery) Basemaps in gallery now appear in a sorted order based on title.
- (BasemapGallery) Gallery items with an incompatible spatial reference to the active scene/map will be disabled.
- (BasemapGallery) Fixed UI issues when a QML theme was applied.
- (TimeSlider) Fixed UI issues when a QML theme was applied.
- (CoordinateConversion) Fixed UI issues when a QML theme was applied.
- (PopupView) Fixed UI issues when a QML theme was applied.
- (PopupView) Now respects label aliases when rendering field names.
- (PopupStackView) Next/Back buttons only visible when there are multiple results.
- Added the new (WIP) Calcite QML style.
- Added a new Calcite style demo app under
calcite-qml/demo
. - Added a new tool examples folder under
uitools/examples
. - Documentation improvements.
- Added a CHANGELOG.md
- Updated README.md with a contributors section.