summaryrefslogtreecommitdiff
path: root/src/location
Commit message (Expand)AuthorAgeFilesLines
* Fixed -qtnamespace compilation issues.Rohan McGovern2012-05-152-4/+4
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-1522-49/+58
* Coding style fixes: use post-increment in for loopsAlex Wilson2012-05-155-6/+6
* Coding style fixes: use Q_SIGNALS/Q_SLOTSAlex Wilson2012-05-154-5/+5
* Coding style fixes, round #1Alex Wilson2012-05-1541-17/+103
* Change <br> line delimeter to <br/>abcd2012-05-101-2/+2
* Files renamed and cache only accessed through engineThomas Lowe2012-05-0915-208/+193
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-082-2/+2
* Do not completely ignore plugin error messagesCristian Adam2012-05-081-1/+1
* Removed unused headerCristian Adam2012-05-041-1/+0
* Docs: Bug-6690 fixes. General doc fixes.Peter Yard2012-05-032-2/+8
* Port qtlocation to QMetaMethod-based connectNotify() APIKent Hansen2012-05-032-10/+24
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-04-271-2/+2
* Reduce default tile+texture cache size to 9Mb (was 16Mb)Alex Wilson2012-04-261-2/+2
* Retry failed tile loads 5 times (with exp backoff) before giving upAlex Wilson2012-04-247-0/+123
* Make QGeoCoordinate a QSharedData classAlex Wilson2012-04-233-21/+22
* Clean up duplicated code in qgeoserviceprovider.cppAlex Wilson2012-04-2010-216/+124
* Remove plugins with no satellite info from SatInfoSource::availPluginsAlex Wilson2012-04-192-6/+24
* Coverity and compiler warning fixesAlex Wilson2012-04-1915-7/+38
* Call deregisterMap() when destructing a QGeoTiledMapDataAlex Wilson2012-04-192-0/+10
* QtLocation: Fix compilation after the merging of api_changes.Friedemann Kleint2012-04-181-0/+1
* Changed pan() to not alter the altitude of the cameraThomas Lowe2012-04-171-0/+3
* Comments only. My interpretation of geomapgeometry variablesThomas Lowe2012-04-171-11/+24
* Autotests for declarative position source, add sourceName() methodsAlex Wilson2012-04-172-0/+18
* Ensure Address::text is generated if not explicitly assignedabcd2012-04-163-12/+284
* 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-122-0/+41
* remove useless include pathOswald Buddenhagen2012-04-041-2/+0
* Tile cache size control using plugin paramsCristian Adam2012-04-045-13/+45
* Add more unit tests in map geometry on tile updatesIan Chen2012-04-041-1/+1
* Allow reuse of tile geometriesIan Chen2012-03-301-13/+25
* Add checking of texture binding status in map geom.Ian Chen2012-03-293-2/+13
* General documentation issuesWolfgang Beck2012-03-2961-149/+149
* Internal documentation for map geometry and camera tilesIan Chen2012-03-292-2/+55
* Maps: "snap" and disable linear filtering near whole zoom numbersAlex Wilson2012-03-282-2/+50
* Documentation fixesabcd2012-03-273-7/+24
* Add qgeomapgeometry unit testsIan Chen2012-03-262-4/+4
* Fixes some scaling factors.David Laing2012-03-221-3/+3
* Declare operators for plugin feature flags.Aaron McCarthy2012-03-211-0/+5
* Update API description for enum QGeoPositionInfoSource::PositioningMethodCarsten Bürger2012-03-201-3/+3
* Add in qgeocameratiles the ability to grab corner tiles, and fix a floating p...Ian Chen2012-03-201-62/+153
* Fix for pipelined tile requests receiving incorrect dataAlex Wilson2012-03-201-6/+2
* Implementation of copyrights notice handling mechanism in tiled maps.bhashish2012-03-168-5/+51
* Add qgeotilespec, qgeocameradata, qgeocameracapabilities unit testsIan Chen2012-03-161-0/+5
* Engine should specify unknown total content count on getDetailsabcd2012-03-162-0/+3
* Fixes various Coverity warnings.David Laing2012-03-1615-80/+84
* Makes the tiled mapping engine pay attention to file formats again.David Laing2012-03-154-9/+7
* isEmpty() functions for place data classesJean Gressmann2012-03-156-1/+38
* Docs: Bug-6677 fix for items 001-003.Peter Yard2012-03-157-11/+11
* New 3Q cache for map tiles, cleanup texture/tile resource managementAlex Wilson2012-03-1416-209/+796