summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia_places_jsondb
Commit message (Expand)AuthorAgeFilesLines
* Rename nokia_places_jsondb to places_jsondbabcd2012-07-1725-4567/+0
* remove commented out QTDIR_build conditionalsOswald Buddenhagen2012-06-291-2/+0
* Fix compile of jsondb pluginabcd2012-06-281-1/+1
* build system cleanupsOswald Buddenhagen2012-06-251-1/+1
* Rename Icon class in jsondb plugin.Aaron McCarthy2012-06-226-88/+88
* Refactor recommendationsabcd2012-06-212-10/+0
* Rename QGeoBoundingArea and related classes to QGeoShape.Aaron McCarthy2012-06-214-16/+16
* Refactor Search Resultsabcd2012-06-202-12/+25
* Add an option to search by distance and or name.Chris Axiarlis2012-06-191-47/+37
* Refactor to allow specification for nokia icons onlyabcd2012-05-258-52/+250
* Explicitly provide Index namesabcd2012-05-212-20/+21
* Use comparison operators for bounding box searchabcd2012-05-163-41/+29
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-152-6/+6
* Test prepopulation index fileabcd2012-05-141-0/+20
* Run qplacemanager_jsondb with -reject-stale-updatesabcd2012-05-041-2/+7
* Have jsondb places plugin use the user partitionabcd2012-03-264-34/+35
* Fixes various Coverity warnings.David Laing2012-03-162-4/+0
* Handle category icons in jsondb pluginabcd2012-03-124-35/+78
* Download icons for jsondb pluginabcd2012-03-099-306/+514
* New plugin API changes, centralized geoservice feature detectionAlex Wilson2012-03-056-33/+21
* Set created and modified date timeabcd2012-03-023-0/+15
* Handle unrecognised icon url schemes for compatiblePlace()abcd2012-03-023-5/+17
* Fix compiler warning.Aaron McCarthy2012-03-011-3/+1
* Handle visibility scope in jsondbabcd2012-02-283-3/+11
* Ensure property names are in sync with schemaabcd2012-02-282-11/+5
* Refactor places jsondb plugin to use new qtjsondb c++ apiabcd2012-02-2721-1408/+1615
* Fix jsondb searchabcd2012-02-231-1/+5
* Convert QGeoBoundingArea to use value type semantics.Aaron McCarthy2012-02-201-81/+76
* use mt instead of mp for jsondb namespaceabcd2012-02-161-2/+2
* Searching by bounding box provides weird results. QTBUG-23735Chris Axiarlis2012-02-141-11/+11
* Fix build by using JsonDbCompat.Aaron McCarthy2012-02-135-8/+8
* specify old jsondb api to be usedabcd2012-02-101-2/+1
* Add support for the new Nokia REST API to nokia plugin.Aaron McCarthy2012-02-091-2/+0
* Improve stability of auto testabcd2012-02-094-18/+38
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-02-025-1/+12
* Fix searching by nameabcd2012-02-011-1/+1
* Correctly implement initialize categories in jsondb pluginabcd2012-01-315-90/+240
* Search to match by substring instead of 'StartsWith'abcd2012-01-311-1/+1
* Fix outdated license header.Jason McDonald2012-01-311-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3020-20/+20
* Fix inconsistency, use childCategoryIds over childrenCategoryIdsabcd2012-01-302-2/+2
* Refactor Iconsabcd2012-01-309-54/+726
* Update obsolete contact address.Jason McDonald2012-01-2318-18/+18
* Implement cross-referencing of Placesabcd2012-01-137-5/+334
* Update copyright year in license headers.Jason McDonald2012-01-0616-16/+16
* Use the new approach for notifications in jsondbabcd2012-01-053-67/+22
* Don't check the for the db connection anymore.abcd2012-01-055-63/+28
* Fixed QtLocation jsondb namespace compilation.Toby Tomkins2011-12-298-10/+29
* Replace use of QLatin1Constant with QStringLiteral.Aaron McCarthy2011-12-201-1/+0
* Add compatiblePlace implementation to jsondb pluginabcd2011-12-132-0/+22