summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-06-271-1/+1
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-233-7/+7
* Geoclue: respect minimum update interval for satellite info updatesChris Adams2018-08-171-2/+2
* Declare/Register metatype for QGeoPositionInfoPaolo Angelelli2018-03-231-3/+0
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-052-9/+9
* Fix build for -no-feature-temporaryfileStephan Binner2017-04-251-1/+1
* Fix -Wreorder warningPaolo Angelelli2017-03-072-4/+4
* Set parent to timers in position pluginsVyacheslav Koscheev2017-02-072-2/+2
* Fix the direction of arguments in signalsThiago Macieira2016-11-022-3/+3
* Fix warnings in qgeopositioninfosource.hMichal Klocek2016-07-221-9/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-081-4/+5
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+5
* | Updated license headersAntti Kokko2016-01-2010-142/+202
|/
* Use categorized logging for Geoclue plugin.Aaron McCarthy2015-09-104-29/+47
* Remove dependency on libgeoclue.Aaron McCarthy2015-09-1019-545/+795
* Skip loading real plugins in testsLaszlo Agocs2015-09-092-2/+4
* Make geoclue plugin compile on gcc4.5Alex Blasche2015-07-241-1/+1
* Make geoclue plugin compile on RHEL 6.6Alex Blasche2015-05-121-1/+1
* Fix build systemUlf Hermann2015-03-131-2/+0
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-188-8/+8
* Update BSD and LGPLv2.1 licensesAlex Blasche2015-02-188-20/+20
* Update all LGPLv2.1 license headers in source to latest versionAlex Blasche2015-02-158-28/+28
* Add missing QDataStream include following header change in qtbaseAlex Blasche2015-01-081-0/+4
* Update license headers and add new license filesAntti Kokko2014-08-248-148/+84
* Report error when failing to connect to Geoclue.Aaron McCarthy2014-08-132-8/+26
* Fix the names of the plugin factory classes for static plugin loadingAlex Blasche2014-06-251-1/+1
* Add PLUGIN_CLASS_NAME declarations to plug-in projectsAlex Blasche2014-04-231-0/+1
* 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
* 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-0/+3
|\ \ | |/
| * 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 unneeded init() function.Aaron McCarthy2014-01-086-29/+5
|/
* Fix incorrect accuracy values reported by Geoclue plugin.Aaron McCarthy2013-12-031-9/+8
* Set default preferred positioning methods for Geoclue position source.Aaron McCarthy2013-12-031-0/+2
* Don't start Geoclue satellite providers until necessary.Aaron McCarthy2013-11-252-9/+46
* Don't require a position fix before reporting Geoclue satellite info.Aaron McCarthy2013-11-213-7/+111
* Fix requesting single updates from Geoclue plugin.Aaron McCarthy2013-11-192-32/+11
* Emit the last known position when Geoclue positioning is started.Aaron McCarthy2013-11-191-0/+6
* Fix occasional crash in Geoclue plugin.Aaron McCarthy2013-11-071-0/+3
* Add NoError to the various Positioning Source classes.Alex Blasche2013-10-302-2/+2
* Save and restore the last known position.v5.2.0-beta1Aaron McCarthy2013-10-181-1/+27
* Don't start Geoclue providers until necessary.Aaron McCarthy2013-10-164-48/+75
* Emit updates from Geoclue when an update interval is not specified.Aaron McCarthy2013-10-082-12/+21
* Improve area monitoring API.Alex Blasche2013-09-172-2/+2
* Fix Geoclue plugin when used with slow Geoclue providers.Aaron McCarthy2013-09-043-102/+26
* Fix conditional expression.Aaron McCarthy2013-09-041-1/+1