summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.15.1v5.15.15.15.1Antti Kokko2020-08-261-0/+20
* Add binary compatibility file for 5.15 for QtLocationMilla Pohjanheimo2020-08-171-0/+5278
* Bump versionAlexandru Croitor2020-07-301-1/+1
* Replace Qt::MidButton with Qt::MiddleButtonEdward Welbourne2020-07-231-1/+1
* Purge uses of legacy cruft before qtbase removes itEdward Welbourne2020-07-222-3/+0
* Fix incorrect iteration over a C arrayThiago Macieira2020-05-201-3/+1
* Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-05-201-1/+1
* Fix warning about QString::SkipEmptyParts being deprecatedThiago Macieira2020-05-203-3/+3
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Tony Sarajärvi2020-05-113-1/+52
|\
| * Update mapbox-gl to the latestv5.15.0-rc2v5.15.05.15.0Thiago Macieira2020-05-061-0/+0
| * Add changes file for Qt 5.15.0v5.15.0-rc1Alex Blasche2020-04-231-0/+51
| * Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-221-0/+20
| |\
| * | Fix typo in error->errorOccurred deprecation fixMårten Nordheim2020-04-201-1/+1
* | | Fix Qt6 buildAlexandru Croitor2020-05-051-5/+5
* | | Fix developer-build with clang 7Robert Loehning2020-04-281-1/+1
* | | Remove unused variableRobert Loehning2020-04-281-2/+0
* | | Add missing "override"Robert Loehning2020-04-281-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-211-0/+20
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-211-0/+20
| |\
| | * Add changes file for Qt 5.14.2v5.14.25.14.2Antti Kokko2020-03-171-0/+20
* | | Change QQmlListProperty ctor expecting a QList ptrv5.15.0-beta4Alex Blasche2020-04-031-1/+1
* | | Fix Qt6 buildAlexandru Croitor2020-04-022-4/+4
* | | Fix QHash/QMultiHash related deprecations warningsAlex Blasche2020-04-024-13/+13
* | | Make use of qRegisterAnonymousType where possibleAlex Blasche2020-04-021-5/+5
* | | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta3Qt Forward Merge Bot2020-03-313-5/+15
|\ \ \ | |/ /
| * | winrt: Fix crash on exitOliver Wolff2020-03-271-5/+6
| * | Support custom Mapbox API base URLsAlex Leung2020-03-242-0/+9
* | | qtlocation - use errorOccured signal for QTcpSocketTimur Pocheptsov2020-03-241-1/+1
* | | QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-2325-28/+26
* | | serialnmea plugin construction connect() error fixJyrki Yli-Nokari2020-03-232-5/+11
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-211-2/+2
|\ \ \ | |/ /
| * | Doc: Fix highlighing of importKai Koehne2020-03-131-2/+2
| |/
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta2Qt Forward Merge Bot2020-02-291-1/+1
|\ \ | |/
| * Fix return type of doc for qmlmethod MapPolyline.setPathShawn Rutledge2020-02-251-1/+1
* | Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-2525-33/+33
* | Examples: request permissions storage permissions on AndroidAssam Boudjelthia2020-02-242-0/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-221-3/+3
|\ \ | |/
| * Examples: set minimal_map fullscreen on Android devicesAssam Boudjelthia2020-02-181-3/+3
* | Remove use of bearer management from weatherinfo exampleMårten Nordheim2020-02-174-42/+14
* | Fix segmentation fault due to null pointer usagePaolo Angelelli2020-02-172-28/+39
* | Fix crash with empty maps on constructionPaolo Angelelli2020-02-131-0/+2
* | Add geometry simplification to MapPolyline/MapPolylineObjectQSGPaolo Angelelli2020-02-1221-44/+1067
* | Port Map*ObjectPrivateQSG to the shader-based projection geometriesv5.15.0-alpha1Paolo Angelelli2020-02-1115-196/+1018
* | Fix Map*ObjectsQSG implementation triggering QSGBatchRenderer crashesPaolo Angelelli2020-02-116-24/+35
* | Enable mercator-to-screen projection in GLSLPaolo Angelelli2020-02-1145-835/+98326
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-050-0/+0
|\ \ | |/
| * Bump versionAlexandru Croitor2020-02-021-1/+1
* | Fix QGeoPolygon translate not updating clipper cachePaolo Angelelli2020-02-034-25/+82
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-014-29/+57
|\ \ | |/
| * Android: request permissions before location requests or updatesAssam Boudjelthia2020-01-293-29/+37