summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix public headers.Aaron McCarthy2011-09-2678-152/+327
* Convert place description into a place content.Aaron McCarthy2011-09-2621-717/+526
* Remove unused code in QPlaceManager.Aaron McCarthy2011-09-267-428/+39
* Remove unnecessary API elements from QPlace and Place.Aaron McCarthy2011-09-266-103/+3
* Fix missing/outdated license headers.Aaron McCarthy2011-09-26355-771/+1755
* Dependencies from QtLocation Map --> QSGMouse to minimum.juhvu2011-09-261-13/+13
* Added MapMouseArea support (still needs a commit to declarative).juhvu2011-09-2612-492/+740
* Fix crash when no plugin is set on a Place.Aaron McCarthy2011-09-231-0/+3
* Remove additionalData from QPlaceabcd2011-09-238-83/+1
* Remove reviewCount functions from QPlaceabcd2011-09-231-2/+1
* Remove additionalData from QGeoLocationabcd2011-09-235-48/+1
* Remove MatchTypeabcd2011-09-237-59/+2
* Rename QGeoPlace to QPlaceabcd2011-09-2331-274/+274
* Fix build on Mac OS X. Missing function implementation.Aaron McCarthy2011-09-231-0/+5
* QtLocation to compile against Qt refactor branch.juhvu2011-09-1314-1521/+39
* Makes the autoUpdate property of the map behave.David Laing2011-09-093-9/+23
* Added code to do the frustum/map intersection correctly.David Laing2011-09-092-87/+364
* Register TileSpec as a meta type for QGeoMappingManager.Aaron McCarthy2011-09-093-2/+7
* Squashed commit of the following:Aaron McCarthy2011-09-09328-49542/+11726
* Display all additional place properties.Aaron McCarthy2011-09-071-0/+3
* Add place add/updated/removed signals + refactor Removeabcd2011-09-0613-38/+232
* Fixes false negatives results from supports*() functions.Aaron McCarthy2011-09-061-0/+20
* Rename PlaceSaveReply to PlaceIdReplyabcd2011-09-0216-91/+116
* Specify type in the queryabcd2011-09-022-1/+2
* Adapt to changes in jsondbabcd2011-09-011-1/+1
* fix uninitialized variableabcd2011-09-011-2/+4
* Fix compile warnings.Aaron McCarthy2011-08-315-19/+32
* Merge "Merge remote branch 'origin/master' into places" into placesAaron McCarthy2011-08-3112-164/+178
|\
| * Merge remote branch 'origin/master' into placesAaron McCarthy2011-08-3112-164/+178
| |\
| | * Share QGeoServiceProvider within QML.Aaron McCarthy2011-07-298-80/+92
| | * fix buildOswald Buddenhagen2011-07-193-5/+1
| | * Compile proj library as a static lib.Aaron McCarthy2011-07-193-150/+162
| | * Remove unused variables.Aaron McCarthy2011-07-195-9/+2
| | * Add unused enumerations to switch statement.Aaron McCarthy2011-07-191-0/+8
| | * Add missing Q_INTERFACES.Aaron McCarthy2011-07-191-0/+3
| | * Don't use deprecated QString constructors.Aaron McCarthy2011-07-191-3/+5
| | * Fixed build breakAaron McCarthy2011-07-145-5/+5
* | | Add save and remove functions to a declarative placeabcd2011-08-312-81/+164
|/ /
* | Move common supplier functionality into base class.Aaron McCarthy2011-08-306-75/+44
* | Fix compileabcd2011-08-292-3/+3
* | Move Supplier into QPlaceContentabcd2011-08-299-43/+17
* | Add initial jsondb pluginabcd2011-08-2926-18/+1655
* | Fixup QPlaceManagerEngineFactory.Aaron McCarthy2011-08-293-11/+9
* | Remove QPlacePeriod.Aaron McCarthy2011-08-293-269/+0
* | Factor out a common base class for search queries.Aaron McCarthy2011-08-269-869/+802
* | Use QUrl instead of QString for URL properties/data.Aaron McCarthy2011-08-2516-57/+59
* | Add a common base class for content models.Aaron McCarthy2011-08-259-583/+734
* | Remove PlaceImage element.Aaron McCarthy2011-08-256-272/+98
* | Remove Review element.Aaron McCarthy2011-08-256-442/+153
* | Use content mechanism to retrieve reviewsabcd2011-08-2431-754/+605