Skip to content

Commit fb6d554

Browse files
author
Michael Tims
authored
Merge pull request #295 from Esri/ldanzinger/readme_updates
Updating to include new details
2 parents 20362f7 + 1d76b53 commit fb6d554

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ Current Release: 100.3
66
This project contains QML source code for controls and utilities you can use with the [ArcGIS Runtime SDK for Qt](http://developers.arcgis.com/qt). There are QML examples in this repo that demonstrate the use of these controls and how they can be used as resuable building blocks for your QML-based ArcGIS applications.
77

88
## Features
9-
- UserCredentials Dialog - A dialog that takes in a username and password. It can be connected with a UserCredentials instance and a Portal instance to sign into Portal for ArcGIS or ArcGIS Online. The dialog is customizable, as the top banner and several labels can be changed.
109
- AuthenticationView Dialog - A wrapper view that will automatically display the proper authentication view for any of the supported authentication types (OAuth, Token, HTTP Basic, HTTP Digest, SAML, PKI).
1110
- ClientCertificateView Dialog - A dialog for handling PKI authentication.
1211
- OAuth2View Dialog - A dialog for handling OAuth authentication.
1312
- SslHandshakeView Dialog - A dialog for allowing/blocking SSL Handshake related issues.
1413
- UserCredentialsView Dialog - A generic dialog for handling username/password authentication.
1514
- Callout Control - A view for displaying information at a geographic location on the map.
1615
- PopupView Control - A view for displaying attributes and attachments for features.
16+
- TimeSlider Control - A control for visualizing temporal data by changing the currently visible time extent.
17+
- Compass Control (C++ only) - A compass (aka north arrow) control for indicating which direction is north.
18+
- Coordinate Conversion Control (C++ Only) - A tool for assisting in converting coordinates from one format to another.
1719

1820
## Setup instructions
1921

@@ -58,6 +60,8 @@ The `master` branch contains toolkit components for the current, most up-to-date
5860

5961
- [100.0](https://github.com/Esri/arcgis-runtime-toolkit-qt/releases/tag/1529)
6062
- [100.1](https://github.com/Esri/arcgis-runtime-toolkit-qt/releases/tag/1744)
63+
- [100.2](https://github.com/Esri/arcgis-runtime-toolkit-qt/releases/tag/1912)
64+
- [100.2.1](https://github.com/Esri/arcgis-runtime-toolkit-qt/releases/tag/100.2.1)
6165

6266
## Resources
6367

@@ -73,7 +77,7 @@ Find a bug or want to request a new feature? Please let us know by submitting a
7377
Anyone and everyone is welcome to contribute.
7478

7579
## Licensing
76-
Copyright 2017 Esri
80+
Copyright 2018 Esri
7781

7882
Licensed under the Apache License, Version 2.0 (the "License");
7983
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)