summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix MapPolygon::color not changing in mapboxgl5.13Paolo Angelelli2019-10-311-1/+1
| | | | | | Change-Id: Ie02e3ea6135e443bcb3143e74d5ca0460e6ab7a8 Fixes: QTBUG-79489 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* Improve DynamicParameter documentationPaolo Angelelli2019-10-311-6/+8
| | | | | | | Change-Id: I2900e1ccc5291148fdc7801c1b6af43ea611db28 Fixes: QTBUG-78712 (cherry picked from commit 9ac4e00e21f5fd7a1a53343d1cf9f4fcaeff01a5) Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Fix OSM parsing of place_idPaolo Angelelli2019-10-311-1/+1
| | | | | | | | | | Something must have changed in Qt json API/parser, or in the return value of nominatim. Either way, place_id is now an int. Change-Id: Ic340bed9c556665ce1114966d6b9157a3f380ad3 (cherry picked from commit 7533c81ccef992b0e932b299cdb1257d21e012d2) Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Fix slow Map.removeMapItemPaolo Angelelli2019-10-312-20/+32
| | | | | | | | | | | | | This removes connections in map items to react on map changes. A further improvement could be replacing item lists with QSets. This might however have implications with plugins which might expect ordered items. Change-Id: I52dbd64ed22762b1e2d51d1bc38f496346e7a664 Fixes: QTBUG-76950 (cherry picked from commit 2bb07804f32e0c9cc7948a5cff0bcef81ae9d8c9) Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.13.2' into 5.13"Qt Forward Merge Bot2019-10-312-1/+21
|\
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-302-1/+21
| |\ | | | | | | | | | Change-Id: Id219d193d849fc9ada3e80467030fa1cbf5c1191
| | * Add changes file for Qt 5.13.2v5.13.25.13.2Antti Kokko2019-10-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + a13506d54409a78ee13a84052b78050a2f686832 Binary compatibility file for Qt5.13.0 for QtLocation + aa8bb4d64864e0c3cfb9374a367e783602b75eba Improve debugging in mapboxgl plugin when running without opengl backend + 1de7ca6175bd3e4a542a038a089cfd73c9eaa27a Add changes file for Qt 5.12.5 + 720beeb3f768af5e89538dfe0429e31138e84e3c Doc: Fix link to Qt for UWP docs in Qt Positioning module docs + 118dac89625a8f713bb12e7e9f30bc37b10754b7 Doc: Fix link errors and complete parameter specs Change-Id: I97bfb22e68a92312470a9364cbe41184ba4cd7f3 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
| | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | | | | | | | | | Change-Id: I61859d05f74b395cbe742e9f9be7f1c8d0dd5c19
* | | Blacklist flaky testDimitrios Apostolou2019-10-301-0/+6
|/ / | | | | | | | | | | Task-number: QTBUG-59074 Change-Id: I34a43d5f0852a3976ad32b03743aadd265ab5438 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* | doc: fix spelling of signal name "onFlickStarted"Rolf Eike Beer2019-10-241-1/+1
|/ | | | | Change-Id: Idc7cd6ad9f87e2fc511344bc4fc4b409da3b7f02 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Doc: Fix link errors and complete parameter specsNico Vertriest2019-09-3013-57/+62
| | | | | Change-Id: I786ab35a0e9c8dfa2c8124692289d98e8eee4a8d Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Fix link to Qt for UWP docs in Qt Positioning module docsLeena Miettinen2019-09-201-4/+4
| | | | | | | Change-Id: Ic739e3d7fe4df81e97be77c4294aa422dfcd6344 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-081-0/+20
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+20
| |\ |/ / | | | | Change-Id: Ie6728279ff9b51882f7e94122cfe0fe378f4fb20
| * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+20
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+20
| | |\ | |/ / | | | | | | Change-Id: I3d288c5a93439181357c7aee8dda106a6cfdc896
| | * Add changes file for Qt 5.12.5v5.12.55.12.5Antti Kokko2019-08-231-0/+20
| |/ | | | | | | | | | | | | | | | | + 7df7bc13f1b483504b01685888d3e3b6b6224a87 winrt: Do not assert if requesting access failed + 63cd689a400ee57f7e898e81290366c266537982 Bump version Change-Id: I18855bfcc953f30aab48b283f75b11894883b76d Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-061-0/+20
|\ \
| * \ Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+20
| |\ \ |/ / / | | | | | | Change-Id: Iae2cd91324c9296b916f99391d56eb3a8f06f56a
| * | Add changes file for Qt 5.13.1v5.13.15.13.1Antti Kokko2019-08-091-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 0e64148b39ab7e7417d9d115ddc53631167989b1 Android: disable tests requiring plugins or local files + 190909eb1e537f9840b38eff47713281edc8a204 Compile fix + 90defc33dceb341aa8dac03c0511b1ef2a20c6c2 Doc: Fix documentation issues + 1459f4474282c8804adf01f4faba70944771c5d7 Bump version + 24273e2249082a904b326c16a1913bcef3a37367 Fix crash when removing items from MapboxGL maps + 2e02797471e55684a71979f330a4f507e86e5bcc Add changes file for Qt 5.12.4 + 7df7bc13f1b483504b01685888d3e3b6b6224a87 winrt: Do not assert if requesting access failed + 06290ec441d9a031797fa91e499a1070f25715e7 Bump version + 63cd689a400ee57f7e898e81290366c266537982 Bump version + eebb7ba6e0bd00956e0e8348f66d00ce9f90a8c9 Doc: Replace example file lists with links to code.qt.io Change-Id: If794d92ee0d714afff072bc5735bed169c03d9da Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-241-0/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-241-0/+6
| |\ \ \ |/ / / / | | | _ | | | Change-Id: If3fd3389c3e2eed55daf342d1bde1899d2fe01a2
| * | Improve debugging in mapboxgl plugin when running without opengl backendPaolo Angelelli2019-08-201-0/+6
| | | | | | | | | | | | | | | Change-Id: I252c163ad9296b52f14b83710fda0a469f882d73 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* | | Binary compatibility file for Qt5.13.0 for QtLocationMilla Pohjanheimo2019-08-121-0/+5208
| |/ |/| | | | | | | | | | | Binary compatibility file added. Change-Id: Ic7d328d1c3f6ad17b547085992f266559a1679c4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-110-0/+0
|\ \
| * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-110-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I9c1e999c2971aaeb1434cdf2e8e06edc7acb76c1
| | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: Ic2e7da41b6a90f3dcc9c642c0b4492099bd27a1f
* | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-092-0/+2
|/ / | | | | | | | | | | Task-number: QTBUG-74391 Change-Id: I80ad167400fc2c61c310adef8b00df70b42404dd Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | Change-Id: Ie6e3069ab6cd96881d5cadce2b4e015cce75f467
* | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Qt Forward Merge Bot2019-07-011-0/+46
|\ \
| * \ Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-07-011-0/+46
| |\ \ |/ / / | | | | | | Change-Id: I9e43fd7c3d0e30c0f7279bea3290f48206990ac4
| * | Add changes file for Qt 5.13.0v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.05.13.0Paolo Angelelli2019-05-161-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bd6c6c241326da331b2e7670e53dbec52f3a4ee Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-252-1/+24
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-252-1/+24
| |\ \ \ |/ / / / | | | _ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Id91b04d63ddfe46a44f377add670f704b536c183
| * | winrt: Do not assert if requesting access failedOliver Wolff2019-06-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows 8.1 accessing geolocation statics fails. If this happens, the function should not assert/crash, but just return false. Fixes: QTBUG-76344 Change-Id: I2dbd4734512f731ef065ec1e1e210fc22e057547 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| * | Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-1714-32/+34
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-1714-32/+34
| | |\ \ | |/ / / | | | | | | | | Change-Id: I0e61ba5697177a8daf8808023ac0207b70f8571d
| | * | Add changes file for Qt 5.12.4v5.12.45.12.4Antti Kokko2019-05-231-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1817a1cb9e208af194fb1e8f416961d9c87815c1 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| | * | Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-05-2812-31/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Triggered by usage of a virtual method in superclass destructor. Change-Id: If99e523e42fd13686ae43c0083a74e1b68221fc7 Fixes: QTBUG-67638 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 1ac41150501d3c5cc4a9a6ed9c93729687666553) Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
| | * | Bump versionFrederik Gladhorn2019-05-231-1/+1
| |/ / | | | | | | | | | Change-Id: I612c4c7887c9d1ed6efc43edb3a746be0d40de2d
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-081-16/+23
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-081-16/+23
| |\ \ \ |/ / / / | | _ / | | / | | | | | | | | | Conflicts: tests/auto/auto.pro Change-Id: Ibb9c7c93a30d981f7e519eda495436c1c4873aa0
| * | Android: disable tests requiring plugins or local filesPaolo Angelelli2019-05-081-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While we develop a long term solution to deal with this. Fixes: QTBUG-73575 Fixes: QTBUG-73576 Fixes: QTBUG-73578 Fixes: QTBUG-73579 Fixes: QTBUG-73580 Fixes: QTBUG-73581 Change-Id: Ib70d8f084dcbafa8853e0c687d0a31c88eef991f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | | Doc: Fix documentation issuesTopi Reinio2019-05-1614-91/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various documentation-related issues, including missing parameter documentation, broken links, and typos. Do some minor language editing. Change-Id: I0a8f8457e0d1ab56b4fc4670376509adf1fd26a3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | Compile fixJarek Kobus2019-05-131-1/+1
| |/ |/| | | | | | | | | | | | | | | | | It fixes the following issue: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Werror=sign-compare] 115 | else if (searchArea.type() == qMetaTypeId<QObject *>()) { Change-Id: I67e4abd664c19bf3560023d9bd58127a6c97aa58 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta4Qt Forward Merge Bot2019-05-072-16/+24
|\ \ | |/ | | | | Change-Id: I28b2db32a10b2f70d8c3626d645d279cfedb49f5
| * Use network cache when fetching provider data in the OSM pluginPaolo Angelelli2019-05-062-16/+24
| | | | | | | | | | | | | | | | | | Otherwise it becomes problematic to start up applications in absence of network. Change-Id: Ia543b88bd56bb6c93c803a66e345be1610a4dfe0 Reviewed-by: Tuomas Vaarala <tuomas.vaarala@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-301-0/+6
|\ \ | |/ | | | | Change-Id: I3753abe2e06c0f310abda87dc688b22a02959887
| * Check that SSL support is available at compile time before using itAndy Shaw2019-04-291-0/+6
| | | | | | | | | | Change-Id: Id0e7e14a06306a2d8c2098bcb6de6c53d28ca88f Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* | GeoFlickr uses QtXmlPatternAlex Blasche2019-04-251-1/+1
| | | | | | | | | | | | | | The QML dependency ought to be reflected by the project file. Change-Id: I1dbd83bf610957850267d7027e8f41264b6f3a61 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>