summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* QtmSensors, legacy sensors library.Lincoln Ramsay2011-08-2547-6/+6481
| | | | | | | | | | | | | | QtSensors will not remain source-compatible with Mobility. QtmSensors exists to provide a source-compatible API. QtmSensors is implemented as a wrapper over the QtSensors library. Only front end functionality is supported. Backends must be ported to QtSensors. Change-Id: Ia7e45b719fb5f84637f899374990dbd680e259bd Reviewed-on: http://codereview.qt.nokia.com/3348 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* Apply a consistent license on all the filesLincoln Ramsay2011-08-0575-150/+151
| | | | | | Change-Id: I9d04e244df0abcf1aa5aa43ac2057fe2c40e2eb9 Reviewed-on: http://codereview.qt.nokia.com/2594 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* We need to keep qtimestamp for source compatibility.Lincoln Ramsay2011-08-011-0/+3
| | | | | | | | It's not used in the API but third party apps are likely using it. Change-Id: I657e5c8feb7c3f282dfc6e5b6f9859038c521d04 Reviewed-on: http://codereview.qt.nokia.com/2414 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* remove qtimestampLincoln Ramsay2011-08-0110-48/+23
| | | | | | | | | | Just use a quint64. Not binary compatible but source compatible. Change-Id: I240baeef905744f844f3c37b2739fd9a6562af15 Reviewed-on: http://codereview.qt.nokia.com/2412 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* report errors when plugins can't be loadedLincoln Ramsay2011-07-291-0/+8
| | | | | | | Change-Id: Ib1aa3416b516ae6835c33a482bf8d3c924cf72e6 Reviewed-on: http://codereview.qt.nokia.com/2373 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Use dependencies, not ordered buildingLincoln Ramsay2011-07-291-2/+15
| | | | | | | Change-Id: I9cc2310f245866b92a2c4bbe72498ab07004aebf Reviewed-on: http://codereview.qt.nokia.com/2372 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Update licenseheader text in source files for qtsensors Qt moduleJyri Tahtela2011-07-0831-535/+535
| | | | | | | | Replace old license header with correct one. Change-Id: I4ff0ca473033dfd846e8812acc21b3830dab6bdd Reviewed-on: http://codereview.qt.nokia.com/1372 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Fix copy2build output path for QML plugin.Xizhi Zhu2011-06-272-2/+2
|
* make compile while Qt is compiled with namespaceAlex2011-06-211-1/+2
|
* Fix mac dependencies for dummy sensor plug-in.Alex2011-06-151-1/+1
| | | | librt is not required/available for/on mac.
* make MacOS compileAlex2011-06-151-1/+1
|
* use MacOS specific monotonic timeAlex2011-06-141-1/+21
|
* Add dummy, generic and simulator backendAlex2011-06-1040-1/+2730
| | | | | | The Simulator backend is not working/tested at this stage as the simulator library is not available for Qt5 at this stage. In addtion the sensor_explorer test app was added for simple sensor testing.
* remove usage of QT_SOURCE_TREE from sensor moduleAlex2011-06-082-3/+3
|
* Update licenseheader text in source files for qtsensors Qt moduleJyri Tahtela2011-05-2445-765/+765
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Fix Qt coding style issues (no white space at end of line)Alex2011-05-231-2/+2
|
* Add sensor's declarative pluginAlex2011-05-236-1/+801
|
* Fix typo in MODULE_PRI (sensors.pro)Alex2011-05-231-1/+1
| | | | This fixes integration issues with other Qt modules.
* Fix Qt coding style issuesAlex2011-05-203-3/+3
|
* Add the first version of QtSensors to Qt 5Alex2011-05-2046-0/+6970