summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Stop timer before stopping thread.Aaron McCarthy2012-05-311-3/+4
* Build fix on Windows (MSVC2010SP1)Yuchen Deng2012-05-311-1/+8
* QtLocation: Fix dependencies, remove network.Friedemann Kleint2012-05-296-8/+2
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-05-294-8/+4
* Correct destruction of mappingManagerEngineThomas Lowe2012-05-2911-31/+52
* Organise GestureArea variablesThomas Lowe2012-05-292-152/+143
* Prevent implicit copying raw pointers, which lead to double pointer deletionvladimirb2012-05-254-24/+22
* QtLocation/Nokia plugin: Removed service authentication data and refs.Jean Gressmann2012-05-255-20/+1
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-2513-37/+170
* Make 'fitViewportToMapItems' fit quick items betterIan Chen2012-05-251-6/+18
* Refactor to allow specification for nokia icons onlyabcd2012-05-2522-177/+549
* New triangulator for map polygonsAlex Wilson2012-05-2422-19/+2907
* Prepend protocol to request urls for online places pluginabcd2012-05-241-7/+21
* Make prefetchData() virtual instead of pure virtualabcd2012-05-241-1/+1
* Fix QGeoBounding* documentation errors.Aaron McCarthy2012-05-215-3/+88
* Explicitly provide Index namesabcd2012-05-212-20/+21
* Docs: Bug-5818 fixes.Peter Yard2012-05-2115-46/+52
* Fix map panning across datelineIan Chen2012-05-171-12/+14
* Simple prefetch schemeThomas Lowe2012-05-1619-46/+190
* Keep a QWeakPointer to map items rather than a plain oneAlex Wilson2012-05-162-15/+28
* Renamed terms and conditions as Nokia.Chris Axiarlis2012-05-1674-220/+220
* Removed spurious pointer check before deletionCristian Adam2012-05-1610-60/+28
* Add support for language setting in the plugin.Chris Axiarlis2012-05-162-0/+41
* China shifting support for dual simvladimirb2012-05-1614-245/+465
* Fix case where second and subsequent searches fail.Chris Axiarlis2012-05-162-3/+2
* Use comparison operators for bounding box searchabcd2012-05-163-41/+29
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-15209-813/+811
* Fixed -qtnamespace compilation issues.Rohan McGovern2012-05-159-19/+18
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-1560-251/+241
* Coding style fixes: use post-increment in for loopsAlex Wilson2012-05-159-19/+19
* Coding style fixes: use true/false rather than TRUE/FALSE macrosAlex Wilson2012-05-151-1/+1
* Coding style fixes: use Q_SIGNALS/Q_SLOTSAlex Wilson2012-05-1536-51/+51
* Coding style fixes, round #1Alex Wilson2012-05-1582-89/+175
* Test prepopulation index fileabcd2012-05-141-0/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-107-25/+25
* Change <br> line delimeter to <br/>abcd2012-05-101-2/+2
* Rename Place*Model::execute() to update().Aaron McCarthy2012-05-105-39/+39
* Use indices from the triangulator for MapPolygonsAlex Wilson2012-05-105-63/+91
* Files renamed and cache only accessed through engineThomas Lowe2012-05-0915-208/+193
* Add cancel() method to GeocodeModel and RouteModel.Aaron McCarthy2012-05-094-0/+30
* Fix inconsistent API for clear() and reset() in models.Aaron McCarthy2012-05-099-49/+40
* Use QUrlQuery instead of the deprecated QList-based API.Thiago Macieira2012-05-091-57/+58
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-0810-19/+19
* Do not completely ignore plugin error messagesCristian Adam2012-05-086-6/+11
* QAbstractItemModel::reset is deprecatedThiago Macieira2012-05-043-6/+7
* Block the scenegraph subtrees of map item nodes that have no pointsAlex Wilson2012-05-044-7/+57
* Run qplacemanager_jsondb with -reject-stale-updatesabcd2012-05-041-2/+7
* Removed unused headerCristian Adam2012-05-041-1/+0
* Refactore network access manager for mock purposesvladimirb2012-05-044-77/+50
* Fade map items away at zoomLevel < 3 (invisible at 2.0)Alex Wilson2012-05-0314-13/+87