| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Update instance of old code using JNI_VERSION_1_4 to make the code
consistent.
Change-Id: Icdb8d152c69f32f1050b51bdb7985acc3364fbf4
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
|
|
|
|
| |
Change-Id: Iceb3a6747659df54d265d7b8f3974e4b2e11babd
|
|\ |
|
| |\
| | |
| | |
| | | |
Change-Id: Ic904924227e0276e59381548fc54ee51117ddb5a
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I72a37bcbe4d16ca2d77f8f19f2a7901c118db052
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
| | |\
| | | |
| | | |
| | | | |
Change-Id: Id2e7b0a3d3ecefdee377094fa10a1bea4a71d06c
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On iOS if an application is put into the background after it was
authorized to allow location updates "Only Once" then when it is brought
back it is no longer getting updates. Therefore we need to rerequest the
authorization so that it can continue to get updates.
Change-Id: I72804a7c7e82524e40aab049175e2d8f7dfee469
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
BC file built against 5.14.0 added.
Change-Id: I11ce479a65a05d8816d234fdab9f3319575dfa7b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
error: implicitly-declared ‘QGeoRouteLeg& QGeoRouteLeg::operator=(const QGeoRouteLeg&)’ is deprecated [-Werror=deprecated-copy]
note: because ‘QGeoRouteLeg’ has user-provided ‘QGeoRouteLeg::QGeoRouteLeg(const QGeoRouteLeg&)’
Change-Id: Iad959315ad374ef288f5fffd15d68cba005f9e01
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
qmlRegisterType without uri and major version is deprecated.
Change-Id: I772f7734301bec7cb0e20a6bbc1e4f7b513248b9
Fixes: QTBUG-80043
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Fix missing/incorrect parameter documentation, linking warnings, and
\instantiates references to undocumented/internal classes.
Remove mention of Navigator::currentRoute, as such a property no longer
exists.
Fixes: QTBUG-79811
Change-Id: I048a13109aa19f3db75e76611473d60a2396f028
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
|
|
|
|
|
|
|
| |
[ChangeLog][QtLocation][MapboxGL] Added support for image sources
Change-Id: I5334f36e033d26824300d90ad8d9aacf3ac75ac3
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
[qt] Fix building on Windows with Clang and libc++
[qt] Make image source url update possible
Change-Id: Ie9a562dffc1389c864fc08b3157a45ebf061960b
Reviewed-by: Tadej Novak <tadej@tano.si>
Reviewed-by: Thiago Marcos P. Santos <tmpsantos@gmail.com>
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|
|
|
|
|
|
| |
Emit on mapReady changed, and do not emit before then.
Change-Id: I1d5c657119cb63989cfa35f58ce57d24833f6438
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
|
|
|
|
|
| |
Task-number: QTBUG-78690
Change-Id: Ica3ae02c5429167d41b0a332d448a4c9d9eb3bbd
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
.qmake.conf
Change-Id: I21ae20734645fc34b302409163f7400015d8302c
|
| |
| |
| |
| |
| |
| | |
Change-Id: Ie02e3ea6135e443bcb3143e74d5ca0460e6ab7a8
Fixes: QTBUG-79489
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
Change-Id: I2900e1ccc5291148fdc7801c1b6af43ea611db28
Fixes: QTBUG-78712
(cherry picked from commit 9ac4e00e21f5fd7a1a53343d1cf9f4fcaeff01a5)
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |\ |
|
| | |\
| | | |
| | | |
| | | | |
Change-Id: Id219d193d849fc9ada3e80467030fa1cbf5c1191
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
+ 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>
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I61859d05f74b395cbe742e9f9be7f1c8d0dd5c19
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-59074
Change-Id: I34a43d5f0852a3976ad32b03743aadd265ab5438
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ia2dac783ce05bd87888b73b4225d133ada04af79
Fixes: QTBUG-78690
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I1af75bedd02626b9fd121a04acfbb4418ce37d47
|
| |/
| |
| |
| |
| | |
Change-Id: Idc7cd6ad9f87e2fc511344bc4fc4b409da3b7f02
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After ac899dcc4, createDefaultSource() uses the first available position
plugin to create an info source - even if that is not valid. The
non-deterministically sorted list of plugins results a flaky behavior,
especially when two plugins (geoclue2 and serialnmea) have the same priority
and one of them is unconfigured and not supposed to work.
Bring back the ability to find the first valid position plugin.
Change-Id: I82947e59252ac3727478fe14fd328338b54b4dea
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
| |
| |
| |
| |
| |
| | |
Change-Id: I54bf3791d3d5e40fb9405c2f1527758fcfba8120
Fixes: QTBUG-78690
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
| |
| |
| |
| |
| |
| | |
Fixes: QTBUG-78616
Change-Id: I06d5291a9bb388483c58464d86ca5a2a9692f99a
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: Id543d32c49c8efd1d7798d41bbee0e28c1742e12
|
| |
| |
| |
| |
| | |
Change-Id: I786ab35a0e9c8dfa2c8124692289d98e8eee4a8d
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
|
|\ \ |
|
| |\ \
|/ / /
| | _
| | |
Change-Id: Ie8e4e01faad54b7a38aa3b96a769c4893a5cfb58
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
Change-Id: Ib3a9ea37506e29eafcfb45e0c1d73a4c65d8e70b
Fixes: QTBUG-78562
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This patch fixes a few inconsistencies in the newely added features.
Change-Id: Icdf1c9208fd0d5ab1d6ec6d87fcc5be5072c3f58
Fixes: QTBUG-77865
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
|\ \ |
|
| |\ \
|/ / /
| | _
| | |
Change-Id: I86db2126c1bf869e779cb12305be6bdff792438b
|
| |\ |
|
| | |\
| |/ /
| | |
| | | |
Change-Id: Ie6728279ff9b51882f7e94122cfe0fe378f4fb20
|
| | |\ |
|
| | | |\
| | |/ /
| | | |
| | | | |
Change-Id: I3d288c5a93439181357c7aee8dda106a6cfdc896
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ 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>
|
| |\ \ |
|
| | |\ \
| |/ / /
| | | |
| | | | |
Change-Id: Iae2cd91324c9296b916f99391d56eb3a8f06f56a
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
+ 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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps Mapbox GL to a new version that fixes the Qt version comparison.
Change-Id: Ia6df7a461fc2358cda7e3ac7aa0d58c2b5b8fcfb
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|\ \ \ \ |
|