summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Docs: Bug-6690 fixes. General doc fixes.Peter Yard2012-05-0311-27/+198
* Port qtlocation to QMetaMethod-based connectNotify() APIKent Hansen2012-05-032-10/+24
* Do not include deprecated header fileGunnar Sletta2012-05-021-1/+0
* 'Map panning sometimes looks like flick action' fixedThomas Lowe2012-05-022-65/+26
* Combined mapFlickable and mapPinchArea into single object mapGestureAreaThomas Lowe2012-05-0211-998/+1927
* Use local icons if possible and enable choosing of themes.abcd2012-05-0110-22/+112
* Fix crash when search suggestion is canceled.abcd2012-05-011-5/+6
* Allow QML apps to tell if a valid positioning plugin was foundAlex Wilson2012-04-302-1/+22
* QtLocation/Nokia plugin: Added initial routing tests with mocked network.Jean Gressmann2012-04-304-84/+212
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-04-271-2/+2
* Fixed two position request bugs in the npe backendvbologa2012-04-273-19/+32
* Wrap network access to enable testing in Nokia pluginJean Gressmann2012-04-2719-163/+361
* Reduce default tile+texture cache size to 9Mb (was 16Mb)Alex Wilson2012-04-261-2/+2
* Allow setting of polygon/line declarative coordinates after draggingIan Chen2012-04-242-6/+10
* Retry failed tile loads 5 times (with exp backoff) before giving upAlex Wilson2012-04-247-0/+123
* We can now use the QUrl constructor againThiago Macieira2012-04-242-3/+3
* Make QGeoCoordinate a QSharedData classAlex Wilson2012-04-233-21/+22
* Add 'fit viewport to map item' function and its unit tests.Ian Chen2012-04-233-1/+108
* dragged polygon and polylines no longer snap when camera movedThomas Lowe2012-04-204-1/+47
* Clean up duplicated code in qgeoserviceprovider.cppAlex Wilson2012-04-2010-216/+124
* QtLocation, Nokia plugin: Pass app_id and token to routing serviceJean Gressmann2012-04-202-29/+26
* QtLocation/Nokia plugin: Print usage terms fixupJean Gressmann2012-04-204-25/+54
* Remove plugins with no satellite info from SatInfoSource::availPluginsAlex Wilson2012-04-192-6/+24
* Coverity and compiler warning fixesAlex Wilson2012-04-1921-22/+65
* Call deregisterMap() when destructing a QGeoTiledMapDataAlex Wilson2012-04-192-0/+10
* QtLocation: Fix compilation after the merging of api_changes.Friedemann Kleint2012-04-182-1/+2
* Changed pan() to not alter the altitude of the cameraThomas Lowe2012-04-171-0/+3
* Fix searching by coordinate onlyabcd2012-04-171-2/+4
* Comments only. My interpretation of geomapgeometry variablesThomas Lowe2012-04-171-11/+24
* Autotests for declarative position source, add sourceName() methodsAlex Wilson2012-04-174-1/+73
* Use tf="html" instead of tf="plain"abcd2012-04-171-7/+7
* Ensure Address::text is generated if not explicitly assignedabcd2012-04-165-21/+362
* Docs clarify that MapMouseArea is only for use inside map itemsAlex Wilson2012-04-132-0/+7
* Updated routing URL to designated service.Jean Gressmann2012-04-131-1/+1
* Call position source backends' init() functions after creationvbologa2012-04-134-6/+36
* Fix drawing of map items that span across datelineIan Chen2012-04-121-2/+12
* Fix map panning issue when 2 maps are displayed on screenIan Chen2012-04-123-10/+48
* remove useless include pathOswald Buddenhagen2012-04-041-2/+0
* Documentation Fixesabcd2012-04-042-32/+84
* Prevent updating item screen points when map width/height is 0Ian Chen2012-04-041-1/+1
* Add support for QListModelInterface-derived models with MapItemViewAlex Wilson2012-04-042-50/+208
* Tile cache size control using plugin paramsCristian Adam2012-04-046-14/+78
* Add more unit tests in map geometry on tile updatesIan Chen2012-04-041-1/+1
* QGeoMap: handle map items added before a plugin is availableAlex Wilson2012-04-041-1/+10
* Change QML plugin to use new plugin macrosAlex Wilson2012-04-043-2/+7
* Added QML documentation for Map::pan slot.Jean Gressmann2012-04-021-1/+9
* Allow reuse of tile geometriesIan Chen2012-03-301-13/+25
* Fixed coverity warningCristian Adam2012-03-301-3/+3
* Add checking of texture binding status in map geom.Ian Chen2012-03-293-2/+13
* General documentation issuesWolfgang Beck2012-03-29109-625/+1446