summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersVolker Hilsheimer2023-02-021-38/+2
* Mark the module as free of qAsConst()Marc Mutz2022-12-071-1/+1
* Remove save/remove implementations from Nokia engineVolker Hilsheimer2022-09-221-59/+0
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-131-2/+2
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-231-46/+61
* Clean up includesVolker Hilsheimer2022-07-281-0/+4
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-261-6/+6
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Qt6: Port QtLocation to QStringViewKarsten Heimrich2020-06-101-1/+1
* QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-231-1/+1
* Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-251-1/+1
* qtlocation: remove uses of the deprecated member-functionTimur Pocheptsov2020-01-151-1/+1
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-2/+2
* Port Nokia geo service plugin to QRegularExpressionSamuel Gaist2018-12-041-4/+6
* Make QPlace extensiblePaolo Angelelli2018-01-271-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-1/+1
|\
| * Update "nokia" geoservices plugin to use HERE APIsChris Adams2016-11-161-1/+1
* | fix expensive iteration over QMap::keys(), QHash::keys()Anton Kudryavtsev2016-01-151-6/+6
|/
* Add "here" prefix to all Here geoservices parametersAlex Blasche2015-05-271-3/+3
* Fix incomplete category hierarchy in Here pluginAlex Blasche2015-04-171-0/+1
* Add new Here standard categoriesAlex Blasche2015-04-021-5/+32
* Avoid symbol clash between here and osm pluginAlex Blasche2015-03-301-7/+7
* Changes key of "nokia" geoservices plugin to "here"Alex Blasche2015-03-251-1/+1
* Remove all Nokia specific license details.Alex Blasche2015-02-261-7/+0
* Remove LGPLv2.1 and add GPLv2+ from/to QtLocationAlex Blasche2015-02-191-14/+17
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Add center() function to QGeoShape.Aaron McCarthy2014-12-041-20/+8
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Use QStringLiteral whereever possibleAlex Blasche2014-05-151-48/+48
* Fix crash when initializing Nokia place categories.Aaron McCarthy2014-04-231-31/+46
* Remove offset attribute from place content requests.Aaron McCarthy2014-01-221-52/+40
* Remove offset attribute from place search requests.Aaron McCarthy2014-01-201-10/+0
* Use QVariantMap instead of QMap<QString, QVariant>.Aaron McCarthy2014-01-081-1/+1
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-1/+1
* Support explore functionality.Aaron McCarthy2013-07-261-28/+41
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Rename namespace QtLocation -> QLocationSze Howe Koh2013-02-051-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fix incorrect error code during details fetch for nokia pluginabcd2012-08-061-0/+1
* provide check for invalid coordinate parameters for nokia pluginabcd2012-07-121-19/+37
* Add in checks for invalid arguments for search suggestionsabcd2012-07-031-0/+20
* Refactor detection of unsupported search parameter combinationsabcd2012-07-031-3/+4
* Fix finished signaling (on error) for nokia pluginabcd2012-07-021-1/+3
* Manager should have been assigned to iconabcd2012-06-271-0/+4
* Refactor recommendationsabcd2012-06-211-35/+25
* Rename QGeoBoundingArea and related classes to QGeoShape.Aaron McCarthy2012-06-211-7/+7
* Update Nokia places service URLs.Aaron McCarthy2012-06-071-23/+17
* Move hard-codded messages into separate file and declare constants for them.Vladimir Bezkorovainyi2012-05-311-6/+8
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-05-291-0/+1
* Refactor to allow specification for nokia icons onlyabcd2012-05-251-46/+205