Commit e6ffdf9
merge v.next to master for 100.5 (#321)
* Updated UserCredentials Dialog to deal with QuickControls2 and scale factor changes.
* Removed uneeded whitespace.
* Host now displayed on newline.
* UserCredentials Dialog now versioned to retain old functionality.
* Ldanzinger/controls cleanup (#308)
* Update Callout.qml
Removing unused import
* Update PopupView.qml
removing superfluous import
* Update PopupViewBase.qml
removing superfluous import
* SslHandshakeView dialog now uses QuickControls 2. Made (#307)
* SslHandshakeView now uses QuickControls 2. Made tweak to UserCredentialsView so renders correctly in QtQuick Preview rendering.
* Update SslHandshakeView.qml
Removed unneeded whitespace.
* James/v.next/100.5 version update (#306)
* Version update pass 1.
* More version updates.
* Clarification on toolkit version compatibility.
* Updates for recent changes.
* Upgraded toolkit to 100.5
* Fixed syntax error in qmldir. Reduced the versioning of the CppApi sections as was causing issues. Swapped filenames of PopStackView/PopupStackView102 as wrong one was edited.
* Removed accidental copy of TimeSlider file.
* Fixed older authentication view using newer controls due to hard coding of file paths within the authentication view source.
* Updated suffixes 101, 102, 103 to 1001, 1002, 1003.
* Ldanzinger/controls2 upgrade (#310)
* updating import versions
* updating imports and changing banner to take in a color instead of a static image. This will enabled Qt Quick Controls 2 users to set Materials.PrimaryColor or other methods to customize the look and feel of the dialog
* Update UserCredentialsView.qml
* We don't need the full include here.
Bringing in <QtQml> also brings in qendian.h which has compile
errors with Qt 5.12.0 using gcc 4.8.x series compilers.
* Parse webview title in onTitleChanged signal handler
* James/android output folder (#313)
* Add a new arm64 output folder.
* Tighten the logic.
* adding missing qrc files (#314)
* updating controls to have a default color (#315)
* add override, change Q_DECL_OVERRIDE by override, fix indentation (#316)
* Make this a struct. (#317)
* Make this a struct.
That's what it really is. Also, move destructor logic to cpp file
and declare an explicit copy constructor as defaulted.
* Remove extra line.
* Stackview now more robust.
Push/pop logic was confusing. All we want
is a transition. We now use the replace function
to get this effect.
* Made swap function. Fixed transition bug.
Created a swap function to reduce repetition of swapping
the popup buffers.
Resolved a transition bug where rapid clicking forward/backwards
would leave the popup stack in an invalid state.
* Fixed missing semicolon.
* Fixed issue where show may be called to reset the stackview but state is not correctly reset in all cases.1 parent 63349bc commit e6ffdf9
File tree
53 files changed
+6940
-622
lines changed- Examples
- Import/Esri/ArcGISRuntime/Toolkit
- Controls
- CppApi
- QmlApi
- Dialogs
- Plugin
- CppApi
- include
- CoordinateConversion
- source
- CoordinateConversion
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+6940
-622
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | | - | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
102 | 99 | | |
103 | 100 | | |
104 | 101 | | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
133 | | - | |
| 130 | + | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
140 | | - | |
| 137 | + | |
141 | 138 | | |
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
145 | 142 | | |
146 | 143 | | |
147 | | - | |
| 144 | + | |
148 | 145 | | |
149 | 146 | | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
154 | | - | |
| 151 | + | |
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
158 | 155 | | |
159 | 156 | | |
160 | 157 | | |
161 | | - | |
| 158 | + | |
162 | 159 | | |
163 | 160 | | |
164 | 161 | | |
| |||
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
| 204 | + | |
208 | 205 | | |
209 | 206 | | |
210 | 207 | | |
211 | 208 | | |
212 | | - | |
| 209 | + | |
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
216 | | - | |
217 | | - | |
218 | | - | |
| 213 | + | |
219 | 214 | | |
220 | 215 | | |
221 | 216 | | |
| |||
227 | 222 | | |
228 | 223 | | |
229 | 224 | | |
230 | | - | |
| 225 | + | |
231 | 226 | | |
232 | | - | |
| 227 | + | |
233 | 228 | | |
234 | 229 | | |
235 | 230 | | |
236 | 231 | | |
237 | 232 | | |
238 | 233 | | |
239 | 234 | | |
240 | | - | |
| 235 | + | |
241 | 236 | | |
242 | | - | |
| 237 | + | |
243 | 238 | | |
244 | 239 | | |
245 | 240 | | |
| |||
251 | 246 | | |
252 | 247 | | |
253 | 248 | | |
254 | | - | |
| 249 | + | |
255 | 250 | | |
256 | | - | |
| 251 | + | |
257 | 252 | | |
258 | | - | |
| 253 | + | |
259 | 254 | | |
260 | 255 | | |
261 | 256 | | |
| |||
364 | 359 | | |
365 | 360 | | |
366 | 361 | | |
367 | | - | |
368 | | - | |
| 362 | + | |
| 363 | + | |
369 | 364 | | |
370 | 365 | | |
371 | 366 | | |
| |||
377 | 372 | | |
378 | 373 | | |
379 | 374 | | |
380 | | - | |
| 375 | + | |
381 | 376 | | |
382 | 377 | | |
383 | 378 | | |
| |||
390 | 385 | | |
391 | 386 | | |
392 | 387 | | |
393 | | - | |
| 388 | + | |
394 | 389 | | |
395 | 390 | | |
396 | 391 | | |
| |||
409 | 404 | | |
410 | 405 | | |
411 | 406 | | |
412 | | - | |
| 407 | + | |
413 | 408 | | |
414 | 409 | | |
415 | | - | |
| 410 | + | |
416 | 411 | | |
417 | 412 | | |
418 | 413 | | |
419 | | - | |
| 414 | + | |
420 | 415 | | |
421 | 416 | | |
422 | 417 | | |
| |||
438 | 433 | | |
439 | 434 | | |
440 | 435 | | |
441 | | - | |
| 436 | + | |
442 | 437 | | |
443 | 438 | | |
444 | 439 | | |
445 | 440 | | |
446 | 441 | | |
447 | | - | |
| 442 | + | |
448 | 443 | | |
449 | 444 | | |
450 | 445 | | |
451 | 446 | | |
452 | | - | |
| 447 | + | |
453 | 448 | | |
454 | 449 | | |
455 | 450 | | |
456 | 451 | | |
457 | 452 | | |
458 | 453 | | |
459 | 454 | | |
460 | | - | |
| 455 | + | |
461 | 456 | | |
462 | 457 | | |
463 | 458 | | |
| |||
477 | 472 | | |
478 | 473 | | |
479 | 474 | | |
480 | | - | |
| 475 | + | |
481 | 476 | | |
482 | 477 | | |
483 | 478 | | |
484 | 479 | | |
485 | 480 | | |
486 | | - | |
| 481 | + | |
487 | 482 | | |
488 | 483 | | |
489 | 484 | | |
| |||
523 | 518 | | |
524 | 519 | | |
525 | 520 | | |
526 | | - | |
| 521 | + | |
527 | 522 | | |
528 | 523 | | |
529 | 524 | | |
| |||
632 | 627 | | |
633 | 628 | | |
634 | 629 | | |
635 | | - | |
| 630 | + | |
636 | 631 | | |
637 | 632 | | |
638 | 633 | | |
639 | 634 | | |
640 | 635 | | |
641 | | - | |
| 636 | + | |
642 | 637 | | |
643 | 638 | | |
644 | | - | |
| 639 | + | |
645 | 640 | | |
646 | 641 | | |
647 | 642 | | |
| |||
664 | 659 | | |
665 | 660 | | |
666 | 661 | | |
667 | | - | |
| 662 | + | |
668 | 663 | | |
669 | 664 | | |
670 | 665 | | |
671 | 666 | | |
672 | 667 | | |
673 | | - | |
| 668 | + | |
674 | 669 | | |
675 | 670 | | |
676 | 671 | | |
| |||
910 | 905 | | |
911 | 906 | | |
912 | 907 | | |
913 | | - | |
914 | 908 | | |
915 | 909 | | |
916 | 910 | | |
| |||
0 commit comments