Skip to content

Releases: Esri/arcgis-maps-sdk-toolkit-qt

200.7.0

09 Apr 15:43
10d61c8
Compare
Choose a tag to compare
200.7.0.4560

Fri Apr  4 12:00:01 PDT 2025

Release 200.6.0

13 Dec 18:10
39bf24d
Compare
Choose a tag to compare
200.6.0.4426

Release 200.5.0

13 Nov 21:45
e753047
Compare
Choose a tag to compare
200.5.0.4314

200.4.0 final

13 Nov 21:45
2f4e7e1
Compare
Choose a tag to compare
  • Updated samples to version 200.4
  • Updated Portal API usage to use QFuture async pattern.

200.3.0 final

07 Dec 00:01
3e1acda
Compare
Choose a tag to compare
  • Updated all samples to use QFuture async pattern.
  • Fixed a bug basemap gallery sample not working with Qt6.6

200.2.0

01 Dec 21:30
b5fcac7
Compare
Choose a tag to compare
  • 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

19 Apr 19:44
75dd295
Compare
Choose a tag to compare

Toolkit references updated to point to 200.1 Maps SDK

200.0.0

19 Dec 20:37
3128772
Compare
Choose a tag to compare
  • (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

18 Aug 14:56
18a5023
Compare
Choose a tag to compare
  • (Callout) Deprecated calloutContent property in favor of contentItem 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

27 Apr 17:01
e5a53a4
Compare
Choose a tag to compare
  • 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.