summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Clean up: move code into right place, remove dead codeVolker Hilsheimer2022-10-061-1/+1
* Simplify Q(Declarative)GeoMapParameterVolker Hilsheimer2022-09-261-1/+1
* Remove MapObjects from labsVolker Hilsheimer2022-09-2611-181/+5
* Remove save/remove implementations from Nokia engineVolker Hilsheimer2022-09-227-198/+3
* Cleanup: QPlaceContent and subclasses (1/3)Volker Hilsheimer2022-09-223-40/+47
* Cleanup: de-virtualize QGeoRoutePrivateVolker Hilsheimer2022-09-221-43/+6
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-1921-23/+31
* Cleanup: de-virtualize QGeoCodeReplyPrivateVolker Hilsheimer2022-09-193-38/+1
* Merge QGeoRouteLeg into QGeoRouteVolker Hilsheimer2022-09-162-2/+2
* Refactor: for loopsVolker Hilsheimer2022-09-148-94/+95
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-138-17/+17
* Cleanup: Don't pass 0 to QSharedPointer constructorVolker Hilsheimer2022-09-131-1/+1
* Cleanup: remove virtual keyword from overridesVolker Hilsheimer2022-09-123-5/+5
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-291-2/+2
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-2343-208/+247
* More include cleanupVolker Hilsheimer2022-07-293-3/+2
* Use 'const' correctlyVolker Hilsheimer2022-07-2813-23/+23
* Clean up includesVolker Hilsheimer2022-07-2816-4/+62
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-276-6/+6
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-268-294/+0
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-2616-34/+42
* Update use of HTTP to HTTPS in esri pluginMilo Kerr2022-06-177-34/+43
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-1610-27/+27
* Finalize QtLocation CMake buildIvan Solovev2022-02-286-1/+33
* Use up-to date LGPL license headerKai Köhne2021-12-0283-913/+1162
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-098-8/+8
* Change QGeoPolygon 'path' to 'perimeter'Lauri Laanmets2021-11-091-1/+1
* Correct string literal comparison and concatenationLauri Laanmets2021-11-093-40/+42
* Code clean-up to be able to compile for Qt 6Lauri Laanmets2021-11-096-7/+3
* Fix warnings that break Windows buildIvan Solovev2021-11-094-13/+13
* Build minimal subset of QtLocation with unit-testsIvan Solovev2021-11-096-0/+153
* Remove QtPositioning module from qtlocation.gitIvan Solovev2021-10-2768-7699/+2
* Fix static buildIvan Solovev2021-08-107-9/+16
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-107-7/+7
* CMake: Don't give plugins PUBLIC usage requirements part 2Li Xinwei2021-08-064-5/+4
* Gypsy plugin: introduce plugin parametersIvan Solovev2021-08-023-21/+58
* Gypsy plugin: add satellite identifier and satellite system informationIvan Solovev2021-07-301-0/+17
* GeoClue v2: do not use env variables and update docsIvan Solovev2021-07-303-12/+24
* Use private permission API on AndroidTor Arne Vestbø2021-07-282-9/+11
* QtPositioning: add GnssStatus support for android pluginIvan Solovev2021-07-152-31/+235
* Use logging category for android plugin outputIvan Solovev2021-07-152-12/+18
* QtPositioning: emit missing UpdateTimeoutError during regular updatesIvan Solovev2021-07-142-9/+41
* QtPositioning: fix provider disabled notificationsIvan Solovev2021-07-141-6/+12
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-063-3/+2
* AndroidPositioning: remove dead codeIvan Solovev2021-07-021-5/+0
* QtPositioning: support background location requestsIvan Solovev2021-06-231-9/+24
* Geoclue2: reorder type declaration macrosIvan Solovev2021-06-011-2/+2
* QGeoAreaMonitorPolling: fix connection check logicIvan Solovev2021-05-202-22/+33
* QtPositioning: use new permissions API in android pluginIvan Solovev2021-05-173-32/+17
* QtPositioning: update android plugin to use more public JNI APIIvan Solovev2021-05-041-47/+38