summaryrefslogtreecommitdiff
path: root/src/location/maps
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error because of missing headerRainer Keller2013-02-061-1/+1
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-0322-108/+0
* Change copyright from 2012 to 2013Rainer Keller2013-01-1754-54/+54
* Fix qmake warningsRainer Keller2013-01-177-11/+11
* Fix module dependencies between QtLocation and Qt3DSimon Hausmann2012-10-011-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2487-2089/+2089
* Fix compilation on QNXSean Harmer2012-08-284-11/+11
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-1/+1
* Let mapscene manage its own light for the map tilesIan Chen2012-07-301-0/+8
* Fix incorrect warning messages + refactor error handlingabcd2012-07-201-3/+0
* Don't rely on indirect inclusion; include <qdatastream.h>Thiago Macieira2012-06-272-0/+2
* Fix compile warnings.Aaron McCarthy2012-06-261-7/+5
* Save and restore cache queues, for better cachingThomas Lowe2012-06-222-24/+118
* Fix up documentation.Aaron McCarthy2012-06-211-2/+2
* Rename QGeoBoundingArea and related classes to QGeoShape.Aaron McCarthy2012-06-2115-62/+58
* Add missing QGeoServiceProvider documentation.Aaron McCarthy2012-06-202-13/+98
* Fix qtlocation build for WEC7.Janne Anttila2012-06-203-2/+6
* Remove correctionsabcd2012-06-141-4/+3
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-072-3/+4
* Remove Maps from public C++ API.Aaron McCarthy2012-06-0741-735/+811
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+0
* Stop timer before stopping thread.Aaron McCarthy2012-05-311-3/+4
* QtLocation: Fix dependencies, remove network.Friedemann Kleint2012-05-295-7/+1
* Correct destruction of mappingManagerEngineThomas Lowe2012-05-298-23/+43
* Make prefetchData() virtual instead of pure virtualabcd2012-05-241-1/+1
* Docs: Bug-5818 fixes.Peter Yard2012-05-218-26/+27
* Simple prefetch schemeThomas Lowe2012-05-1614-45/+155
* Renamed terms and conditions as Nokia.Chris Axiarlis2012-05-161-3/+3
* Removed spurious pointer check before deletionCristian Adam2012-05-164-38/+17
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-1557-152/+152
* Fixed -qtnamespace compilation issues.Rohan McGovern2012-05-152-4/+4
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-1517-37/+46
* Coding style fixes: use post-increment in for loopsAlex Wilson2012-05-151-1/+1
* Coding style fixes: use Q_SIGNALS/Q_SLOTSAlex Wilson2012-05-153-4/+4
* Coding style fixes, round #1Alex Wilson2012-05-1518-10/+34
* 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-081-1/+1
* Do not completely ignore plugin error messagesCristian Adam2012-05-081-1/+1
* 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
* Clean up duplicated code in qgeoserviceprovider.cppAlex Wilson2012-04-208-216/+122
* Coverity and compiler warning fixesAlex Wilson2012-04-1912-5/+27
* Call deregisterMap() when destructing a QGeoTiledMapDataAlex Wilson2012-04-192-0/+10
* 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
* 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
* 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