summaryrefslogtreecommitdiff
path: root/src/location
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for no opengl buildsMichal Klocek2021-03-2511-20/+101
* Merge branch '5.15' into devIvan Solovev2021-03-235-9/+13
|\
| * Simpler fix to crashing Qml Map appearing 2nd+ timePiotr Mikolajczyk2020-11-092-32/+11
| * Fix crash when showing Map QML comp. for 2nd+ timePiotr Mikolajczyk2020-10-281-1/+28
| * Make names of poly2tri, clipper, clip2tri libraries uniqueKai Koehne2020-10-022-2/+2
| * 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
* | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-02-045-5/+5
* | Fix qml code snippetTasuku Suzuki2020-09-171-4/+4
* | Make names of poly2tri, clipper, clip2tri libraries uniqueKai Koehne2020-09-092-2/+2
* | Adapt to QLocale(QString) now being explicitEdward Welbourne2020-07-271-2/+2
* | Convert QRegExp to QRegularExpressionEdward Welbourne2020-07-271-3/+3
* | Add ; to Q_UNUSEDLars Schmertmann2020-06-294-5/+5
* | Add missing overrideAlexander Volkov2020-06-2927-65/+65
* | Use QList instead of QVectorJarek Kobus2020-06-2517-105/+94
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-074-7/+11
|\ \ | |/
| * Change QQmlListProperty ctor expecting a QList ptrv5.15.0-beta4Alex Blasche2020-04-031-1/+1
| * Fix QHash/QMultiHash related deprecations warningsAlex Blasche2020-04-022-6/+6
| * Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta3Qt Forward Merge Bot2020-03-311-0/+4
| |\
| | * Support custom Mapbox API base URLsAlex Leung2020-03-241-0/+4
* | | Merge 5.15 to dev and fix resulting compile issuesQt Forward Merge Bot2020-04-0253-1035/+5742
|\ \ \ | |/ /
| * | 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
| * | 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-1213-32/+812
| * | Port Map*ObjectPrivateQSG to the shader-based projection geometriesv5.15.0-alpha1Paolo Angelelli2020-02-1111-196/+421
| * | Fix Map*ObjectsQSG implementation triggering QSGBatchRenderer crashesPaolo Angelelli2020-02-116-24/+35
| * | Enable mercator-to-screen projection in GLSLPaolo Angelelli2020-02-1130-826/+4481
* | | Remove the unused include of QLinkedListSona Kurazyan2020-02-031-1/+0
* | | Replace MapParameter with DynamicParameter in mapboxgl docTasuku Suzuki2020-02-011-7/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-019-14/+61
|\ \ \ | |/ /
| * | Fix MapObjectView not setting propertiesPaolo Angelelli2020-01-182-5/+15
| * | Add parent property to QParametrizableObjectPaolo Angelelli2020-01-182-4/+41
| * | Fix MapObjects ::border property not properly initializedPaolo Angelelli2020-01-145-5/+5
* | | Fix build with latest qtbase and qtdeclarativeQt Submodule Update Bot2020-01-271-7/+11
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-0/+1
|\ \ | |/
| * Fix GCC 9 -Wdeprecated-copy warningThiago Macieira2019-12-111-0/+1
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-195-26/+25
|\ \ | |/
| * Doc: Fix documentation warningsTopi Reinio2019-11-145-26/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-122-7/+16
|\ \ | |/
| * Add image source support to Mapbox GL pluginTadej Novak2019-11-091-1/+1
| * Fix visibleRegionChanged signal emissionv5.14.0-beta3Paolo Angelelli2019-11-041-6/+15
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-015-27/+44
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-013-26/+40
| |\
| | * Improve DynamicParameter documentationPaolo Angelelli2019-10-311-6/+8