summaryrefslogtreecommitdiff
path: root/src/location
Commit message (Expand)AuthorAgeFilesLines
* Renames the new mapping classes.David Laing2012-01-0539-1079/+699
* Change Map#coordinateToScreenPosition to return closest solutionAlex Wilson2012-01-051-1/+17
* Fixing up a bunch of minor compile warningsAlex Wilson2011-12-282-0/+2
* Fix for Map resize bug (items like Polygon not moving with map)Alex Wilson2011-12-231-0/+3
* First pass at adding d-pointers to maps.David Laing2011-12-2310-119/+353
* Fixes a crash bug related to the request queue.David Laing2011-12-221-0/+5
* Fix crash bug when panning map.David Laing2011-12-211-0/+2
* Changing QStringLiterals back to QLatin1StringAlex Wilson2011-12-212-6/+6
* Replace use of QLatin1Constant with QStringLiteral.Aaron McCarthy2011-12-206-197/+12
* Move qplace .h, _p.h and .cpp files into src/location/placesabcd2011-12-205-3/+3
* Refactors the caching and tile fetching code.David Laing2011-12-1913-154/+282
* Add unit tests for QGeoRouteSegment and QGeoRoutingManageralex2011-12-191-1/+2
* Destructor should be virtualabcd2011-12-141-0/+1
* Location docs spelling/typo fixes.Peter Yard2011-12-1416-32/+32
* Remove PRN number from QGeoSatelliteInfo classCarsten Bürger2011-12-134-33/+2
* Fix simulator build error.Aaron McCarthy2011-12-132-0/+7
* Disable NPE positioning backend when building for simulator.Aaron McCarthy2011-12-131-1/+1
* Simplify saving a place between managersabcd2011-12-124-0/+31
* Add ConnectionError error code to QGeoServiceProviderabcd2011-12-122-1/+5
* Convenience function to set a single categoryabcd2011-12-122-0/+11
* replace mtcore by mt-qt5-libCarsten Bürger2011-12-123-4/+4
* Fix use of incorrect GL enum.Aaron McCarthy2011-12-121-2/+2
* Unnecessary enumabcd2011-12-082-3/+0
* Fix debugging codeabcd2011-12-081-1/+1
* Contact detail constants should be lower caseabcd2011-12-082-8/+8
* adding updateInterval to qGeoSatelliteInfoSourceCarsten Bürger2011-12-084-14/+171
* Makes it possible to cache tiles from multiple plugins.David Laing2011-12-076-45/+62
* Fixes the threading issues with maps.David Laing2011-12-072-11/+14
* Re-orders some of the map.cpp methods.David Laing2011-12-061-367/+372
* Fix race condition in maps threading.David Laing2011-12-062-1/+20
* Improves thread behaviour on termination.David Laing2011-12-023-2/+16
* few improvements for NPE backend - qgeopositioninfosourceCarsten Bürger2011-12-011-6/+9
* Added default ctors to simulator backend structsvbologa2011-12-012-0/+26
* Preliminary map wrapping support.David Laing2011-12-012-24/+157
* QtLocation: Fix MSVC warning about commented-out parameter.Friedemann Kleint2011-11-301-1/+1
* Rename postcode to postalCodeabcd2011-11-303-14/+16
* Fix assignment in QPlaceSearchRequest.Friedemann Kleint2011-11-291-11/+13
* Another fix for QtLocation namespace compilation.Toby Tomkins2011-11-291-2/+2
* Rename Ratings::value to Ratings::averageabcd2011-11-283-13/+13
* Fixed QtLocation namespace compilation.Toby Tomkins2011-11-288-9/+27
* Merges map_p.h/cpp and map2d_p.h/cppDavid Laing2011-11-259-1126/+948
* Fix warnings.Friedemann Kleint2011-11-251-4/+6
* Removes the 3d map code.David Laing2011-11-2524-4397/+0
* Document QGeoLocation::operator!=().Aaron McCarthy2011-11-251-0/+6
* Add ability to clear contact detailsabcd2011-11-252-0/+11
* Fix compilation on Windows.Friedemann Kleint2011-11-251-1/+1
* Fix debugging codeabcd2011-11-251-1/+1
* Fix compiler warnings.Aaron McCarthy2011-11-253-6/+6
* Removes the old map items.David Laing2011-11-2515-2136/+0
* Added maptype unit testsTimo Ojala2011-11-221-1/+1