summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* MTMW-288 add Maze (TiltSensor Example)Wolfgang Beck2011-10-1024-0/+766
| | | | | | Change-Id: I023e4baeb82facfb7d2f97c3b6076d7f1e816e16 Reviewed-on: http://codereview.qt-project.org/5434 Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* MTMW-339 Make new QML API unit test quiterWolfgang Beck2011-10-102-2/+1
| | | | | | | Change-Id: Ibb417d21f6353d932fb84f136c62223ed2ea71f2 Reviewed-on: http://codereview.qt-project.org/5422 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* MTMW-338 New QML El. should be in QtSensors 5.0 importWolfgang Beck2011-10-104-4/+4
| | | | | | | Change-Id: Ic08c60c2c008aefb03c3a6987882e9824713ae58 Reviewed-on: http://codereview.qt-project.org/5420 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* MTMW-98 QML API Version 2Wolfgang Beck2011-10-1042-542/+2805
| | | | | | Change-Id: I10c610ae22974d291fad663088c5a11449a86b05 Reviewed-on: http://codereview.qt-project.org/4107 Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* Don't include QWidget.Lincoln Ramsay2011-10-101-3/+3
| | | | | | | | | | Widgets aren't available anymore in certain builds. Change-Id: Ic52df1557fd3d17cfbe800e8481b3b1b9a9c7dbb Fixes: MTMW-330 Reviewed-on: http://codereview.qt-project.org/5170 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Fixed compile of examples.Rohan McGovern2011-10-102-3/+4
| | | | | | | | | sensor_explorer needs QtWidgets. Change-Id: I423af27804f481d998f2354c5653c0ae50c1250e Reviewed-on: http://codereview.qt-project.org/5177 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Compile with refactorGunnar Sletta2011-10-101-0/+1
|
* Add the IR Proximity sensor to the QML pluginLincoln Ramsay2011-10-101-0/+3
| | | | | | | | | | Needed for compatibility with the unofficial presence of IR Proximity in Mobility 1.2 Change-Id: I3fb1b8febb6137dadae37b6065cf04c6ddd21eb6 Reviewed-on: http://codereview.qt-project.org/4303 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Fix outdated license headersJason McDonald2011-10-102-22/+22
| | | | | | | Change-Id: Icc930011a216907d075fe26956e2e984521869e5 Reviewed-on: http://codereview.qt-project.org/4317 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Add QIRProximitySensor to the sensors libraryzsimon2011-10-104-0/+303
| | | | | | | | | This class was unofficially present in Mobility 1.2 Change-Id: Id1f3b551f428742febfba46769decf4b8f7d9a23 Reviewed-on: http://codereview.qt.nokia.com/4223 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* Import sensors docs from Mobility.Peter Yard2011-08-3072-2/+11569
| | | | | | | | Also bring in some examples that are referenced in the docs. Change-Id: I74560c62be447dda06ccfd8996818225df007c2e Reviewed-on: http://codereview.qt.nokia.com/3828 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Reset the version to 1.0Lincoln Ramsay2011-08-291-23/+4
| | | | | | | Change-Id: I606bed710e5546a4f33c885dfafb033ce8f1d002 Reviewed-on: http://codereview.qt.nokia.com/3693 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Revert the QtmSensors library.Lincoln Ramsay2011-08-2974-8779/+28
| | | | | | | | | | The QtSensors API changes have been de-scoped so this library is no longer required. Change-Id: Iee555b69fc3f774c48c5911eeabc09aba50c13fc Reviewed-on: http://codereview.qt.nokia.com/3686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* qtmsensors does not have qsensorbackend.hLincoln Ramsay2011-08-261-2/+1
| | | | | | | Change-Id: Ie8f383dc420ebafd9b3d4d518083f33f301041f1 Reviewed-on: http://codereview.qt.nokia.com/3620 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Add a unit test for QtmSensors.Lincoln Ramsay2011-08-2521-22/+1483
| | | | | | | | | | As parts of the QtSensors unit test are re-used, they must be updated to include the correct headers. Change-Id: I189eb74fe312f74cfbe9e1fb605ac047bc9bdfbb Reviewed-on: http://codereview.qt.nokia.com/3349 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* Add a QML plugin that uses QtmSensors.Lincoln Ramsay2011-08-257-3/+797
| | | | | | | | | This will provide legacy import capability. Change-Id: I68e573b7eca10bffec16a24f4b76a40c64b9a7e0 Reviewed-on: http://codereview.qt.nokia.com/3351 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* Add an example that uses qtmsensorsLincoln Ramsay2011-08-254-0/+98
| | | | | | | Change-Id: I6bf4ad88aeafacc49b9718c91a3dd6f177d41208 Reviewed-on: http://codereview.qt.nokia.com/3350 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* QtmSensors, legacy sensors library.Lincoln Ramsay2011-08-2549-6/+6502
| | | | | | | | | | | | | | 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>
* Clean up .gitignoreLincoln Ramsay2011-08-251-187/+4
| | | | | | | | | | Remove all the bogus stuff that applies to qtbase. Add in things specific to the sensors repo. Change-Id: I0ce832ac65783c9d094017f19b0f4c3e0180780b Reviewed-on: http://codereview.qt.nokia.com/3347 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-231-2/+0
| | | | | | | Change-Id: I2e987b55262f29ccc364ca7f937d39421d94d9e2 Reviewed-on: http://codereview.qt.nokia.com/3378 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Apply a consistent license on all the filesLincoln Ramsay2011-08-0593-524/+528
| | | | | | Change-Id: I9d04e244df0abcf1aa5aa43ac2057fe2c40e2eb9 Reviewed-on: http://codereview.qt.nokia.com/2594 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Unit tests can't link to QtGui.Lincoln Ramsay2011-08-021-1/+1
| | | | | | | | | If they do, they don't work on Qt lighthouse builds. Change-Id: Ic832a88ed2d9d81da79616da4cc1020842a851f0 Reviewed-on: http://codereview.qt.nokia.com/2418 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@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-0112-56/+29
| | | | | | | | | | 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>
* Pull in the qsensor unit test from MobilityLincoln Ramsay2011-07-2918-0/+2209
| | | | | | | Change-Id: I72aa59c7253267b0dd4abccf71d37af0929b5e0b Reviewed-on: http://codereview.qt.nokia.com/2378 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> 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>
* Small cleanups on dependencies and such.Lincoln Ramsay2011-07-293-10/+3
| | | | | | | Change-Id: Ie01727ac318721c44cafd11ba0a7a138ab9f9c33 Reviewed-on: http://codereview.qt.nokia.com/2375 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>
* Update sync.profile dependencies to new syntaxAlan Alpert2011-07-081-8/+9
| | | | | | | | | | %dependencies now has a simpler format of gitmodule => %gitref instead of using qt modules and keywords. Change-Id: I785f30e24e0a793218e2e307bdde56067760c51e Reviewed-on: http://codereview.qt.nokia.com/1283 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-06-272-2/+2
|\ | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: Fix copy2build output path for QML plugin.
| * Fix copy2build output path for QML plugin.Xizhi Zhu2011-06-272-2/+2
| |
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-06-211-1/+2
|\| | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: make compile while Qt is compiled with namespace
| * make compile while Qt is compiled with namespaceAlex2011-06-211-1/+2
| |
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-06-1547-2/+3761
|\| | | | | | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: Fix mac dependencies for dummy sensor plug-in. honour configures -nomake examples/tests/demos flags in QtSensors make MacOS compile use MacOS specific monotonic time Add dummy, generic and simulator backend
| * Fix mac dependencies for dummy sensor plug-in.Alex2011-06-151-1/+1
| | | | | | | | librt is not required/available for/on mac.
| * honour configures -nomake examples/tests/demos flags in QtSensorsAlex2011-06-151-1/+9
| |
| * make MacOS compileAlex2011-06-151-1/+1
| |
| * use MacOS specific monotonic timeAlex2011-06-141-1/+21
| |
| * Add dummy, generic and simulator backendAlex2011-06-1046-1/+3732
| | | | | | | | | | | | 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.
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-06-082-3/+3
|\| | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: remove usage of QT_SOURCE_TREE from sensor module
| * remove usage of QT_SOURCE_TREE from sensor moduleAlex2011-06-082-3/+3
| |
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-06-061-1/+1
|\| | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: fix module pri to conform to new private header layout
| * fix module pri to conform to new private header layoutAlex2011-06-061-1/+1
| |
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-05-2445-765/+765
|\| | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: Update licenseheader text in source files for qtsensors Qt module
| * 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
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-05-231-2/+2
|\| | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: Fix Qt coding style issues (no white space at end of line)
| * Fix Qt coding style issues (no white space at end of line)Alex2011-05-231-2/+2
| |
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-stagingQt Continuous Integration System2011-05-239-5/+805
|\| | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtsensors-staging: Add sensor's declarative plugin Fix typo in MODULE_PRI (sensors.pro) This fixes integration issues with other Qt modules. Fix Qt coding style issues
| * Add sensor's declarative pluginAlex2011-05-236-1/+801
| |