summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.3' into devSergio Ahumada2014-06-149-11/+680
|\ \ | |/
| * Fix crash on S4 when running Satellite and Position updates concurrentlyAlex Blasche2014-05-232-11/+23
| * Implement WinRT plugin for positioningMaurice Kalinowski2014-05-237-0/+657
* | Use QStringLiteral whereever possibleAlex Blasche2014-05-159-140/+140
|/
* Add PLUGIN_CLASS_NAME declarations to plug-in projectsAlex Blasche2014-04-239-1/+9
* Fix crash when initializing Nokia place categories.Aaron McCarthy2014-04-231-31/+46
* Avoid excessive QImage::fill/copy in copyright handlerGunnar Sletta2014-04-071-51/+25
* Avoid blocking simulator backend during its constructionAlex Blasche2014-04-041-5/+0
* Simplify the detection of a QtSimulator buildAlex Blasche2014-04-041-1/+1
* Fix compilation for embedded Androidaavit2014-04-021-1/+1
* Android: Fix crashes due to insufficient resource cleanupsAlex Blasche2014-04-021-1/+7
* Nokia plugin: Move message about malformed reply to common messages.Friedemann Kleint2014-03-184-2/+9
* Parse Nokia route response in helper thread.Aaron McCarthy2014-03-144-79/+99
* Parse Nokia geocode response in helper thread.Aaron McCarthy2014-03-144-63/+79
* Send requested update interval to Geoclue providers.Aaron McCarthy2014-03-043-207/+154
* Emit updateTimeout() when regular position updates aren't received.Aaron McCarthy2014-03-042-8/+13
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Tile cache versioning for Nokia mapsAnders Gunnarsson2014-03-039-7/+315
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-284-10/+10
* Position plug-ins don't need QtGuiOswald Buddenhagen2014-02-283-3/+3
* Use 512 pixel tiles from the Nokia/HERE service.Aaron McCarthy2014-02-262-9/+6
* Fix translatable strings and cleanup unnecessary stringsAlex Blasche2014-02-262-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-14/+53
|\
| * Report direction and vertical speed with Geoclue plugin.Aaron McCarthy2014-02-042-14/+53
* | Test that the mapping manager engine pointer is still valid.Aaron McCarthy2014-02-105-38/+26
* | Remove dependency between MapStyle and Nokia map schemesAnders Gunnarsson2014-02-074-60/+48
* | Nokia plug-in URL and tiler API updatesAnders Gunnarsson2014-02-078-58/+119
* | Fix QGeoRouteXmlParser test.Aaron McCarthy2014-02-041-1/+1
* | Fix crash in tile fetcher when no engine is set.Aaron McCarthy2014-02-041-13/+17
* | Switch to MapQuest tileserverFabian Bumberger2014-02-043-1/+12
* | Remove offset attribute from place content requests.Aaron McCarthy2014-01-226-70/+78
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Alex Blasche2014-01-202-1/+4
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-172-1/+4
| |\ \ | | |/
| | * Merge branch 'release' into stableAlex Blasche2014-01-161-1/+1
| | |\
| | | * Remove byte order marker which causes problems with older compilersAlex Blasche2014-01-151-1/+1
| | * | Fix run-time warning when using Geoclue positioning plugin.Aaron McCarthy2014-01-151-0/+3
| | |/
| | * Revert "Don't require applications to declare metatypes."Aaron McCarthy2013-12-101-2/+0
| | * Don't require applications to declare metatypes.Aaron McCarthy2013-12-101-0/+2
* | | Remove offset attribute from place search requests.Aaron McCarthy2014-01-202-16/+15
* | | Fix Nokia place recommendation search parsing.Aaron McCarthy2014-01-201-2/+5
|/ /
* | Don't use QString if not required (Performance improvement)Alex Blasche2014-01-151-3/+7
* | Android: Fix crash while retrieving GPS based location.Alex Blasche2014-01-151-1/+2
* | Android: Avoid unnecessary methodId lookups (use a cache instead)Alex Blasche2014-01-151-16/+45
* | Use QVariantMap instead of QMap<QString, QVariant>.Aaron McCarthy2014-01-0816-19/+19
* | Remove unneeded init() function.Aaron McCarthy2014-01-086-29/+5
* | Enhance measurement system support in routing manager.Aaron McCarthy2014-01-071-3/+3
* | Android: Use constants to reflect type of occurred errorAlex Blasche2014-01-031-22/+30
* | QGeoSatelliteInfoSource backend for AndroidAlex Blasche2014-01-038-32/+590
* | Positioning backend for AndroidAlex Blasche2014-01-0318-4/+1417
* | Add CoreLocation positioning plugin for QtLocationIan Dean2013-12-127-0/+492