summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Register QPlaceIcon as a QML value typeVolker Hilsheimer2022-09-1417-447/+60
* Register QPlaceAttribute as a value typeVolker Hilsheimer2022-09-148-340/+142
* Register QPlaceRatings as a value typeVolker Hilsheimer2022-09-149-291/+72
* Register QPlaceUser as a QML value typeVolker Hilsheimer2022-09-149-269/+65
* Implement generic conversion from QML types to gadgetsVolker Hilsheimer2022-09-141-0/+69
* Refactor: remove duplicated codeVolker Hilsheimer2022-09-134-54/+7
* Refactor QDeclarativeGeoMapItemUtils into a namespaceVolker Hilsheimer2022-09-132-58/+67
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-1328-81/+80
* Cleanup: Don't pass 0 to QSharedPointer constructorVolker Hilsheimer2022-09-133-4/+4
* Refactor QGeoSimplify into a namespace, simplify, remove dead codeVolker Hilsheimer2022-09-122-297/+73
* Merge the factory versions into oneVolker Hilsheimer2022-09-124-112/+54
* Constructor cleanupVolker Hilsheimer2022-09-1294-801/+351
* Remove unused QDeclarativePeriod header and QPlacePeriod testVolker Hilsheimer2022-09-121-102/+0
* Cleanup: remove virtual keyword from overridesVolker Hilsheimer2022-09-1226-162/+162
* Make QDeclarativeGeoRoute::legs type safeVolker Hilsheimer2022-09-092-4/+5
* Remove QDeclarativeGeoMapType wrapperVolker Hilsheimer2022-09-099-367/+137
* Remove QDeclarativeGeoRouteSegment wrapperVolker Hilsheimer2022-09-0914-381/+116
* Register QGeoManeuver declarativelyVolker Hilsheimer2022-09-088-25/+105
* Doc: fix type of MapItemView::autoFitViewportTasuku Suzuki2022-09-031-1/+1
* Fix documentation warningsVolker Hilsheimer2022-09-022-4/+3
* Bring back QML documentation for CameraCapabilitiesVolker Hilsheimer2022-09-021-43/+63
* Remove QDeclarativeGeoManeuverVolker Hilsheimer2022-09-019-411/+150
* Remove unnecessary QML type registration data filesVolker Hilsheimer2022-08-318-2099/+2
* Use current touch position when switching from one to two point modeLauri Laanmets2022-08-301-2/+2
* Fix "invalid nullptr parameter" warning from QObject::connectVolker Hilsheimer2022-08-302-3/+19
* Remove declarative wrapper for QGeoCameraCapabilitiesVolker Hilsheimer2022-08-304-138/+6
* Gadgetize Map Value typesVolker Hilsheimer2022-08-3010-0/+62
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-291-2/+2
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-2396-537/+576
* Cleanup private map typesVolker Hilsheimer2022-08-1930-405/+104
* Modernize and clean up QGeoRoute(Leg)Volker Hilsheimer2022-08-032-59/+31
* Clean up mix of polymorph and value semanticsVolker Hilsheimer2022-08-032-6/+0
* More include cleanupVolker Hilsheimer2022-07-2931-112/+125
* Use 'const' correctlyVolker Hilsheimer2022-07-2852-114/+113
* Modernize Places value typesVolker Hilsheimer2022-07-2824-299/+316
* Clean up includesVolker Hilsheimer2022-07-2897-157/+238
* Modernize Maps value typesVolker Hilsheimer2022-07-2720-139/+183
* Remove unused placemacro headerVolker Hilsheimer2022-07-273-76/+1
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-278-8/+8
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-2622-807/+0
* Reduce includes of private headers from upstream modulesVolker Hilsheimer2022-07-2620-27/+4
* Manual fixes in CMake files for examplesLauri Laanmets2022-07-261-1/+1
* Doc: Remove obsolete modules from dependenciesVolker Hilsheimer2022-07-261-1/+1
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-2630-80/+90
* Update use of HTTP to HTTPS in esri pluginMilo Kerr2022-06-177-34/+43
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-1641-92/+90
* Migrate to autogenerated cpp exportsAlexey Edelev2022-03-153-21/+4
* Make sure all private headers include at least one otherThiago Macieira2022-03-0925-25/+50
* QDeclarativeGeoMap: reorder new parameters application after camera capabilit...Ivan Solovev2022-02-281-16/+16
* Fix warnings for Windows buildIvan Solovev2022-02-287-14/+16