summaryrefslogtreecommitdiffstats
path: root/src/sensors/qsensorbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Docs: QTMOBILITY-790 organizer, publish&subscribe, service frameworks, sensors.Peter Yard2011-05-161-0/+16
* Docs: added since version to 1.0 classes. QTMOBILITY-790Peter Yard2011-04-151-0/+1
* Add module tag for sensors classes.Michael Goddard2010-07-161-0/+1
* Don't change the output range when addOutputRange is called.Lincoln Ramsay2010-06-171-5/+0
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
* Doc: removed preliminary keyword from QtSensorsStian Sandvik Thomassen2010-04-211-1/+0
* Remove the need to set a data rate.Lincoln Ramsay2010-04-191-4/+1
* updateInterval -> dataRateLincoln Ramsay2010-03-261-0/+8
* remove polling from the APILincoln Ramsay2010-03-181-25/+1
* qoutputrange/qoutputrangelistLincoln Ramsay2010-03-161-7/+3
* poll() cleanupsLincoln Ramsay2010-03-101-0/+14
* Update docs for clarity.Lincoln Ramsay2010-03-041-1/+11
* Remove asserts.Lincoln Ramsay2010-03-021-1/+5
* Catch the backend up with the main API.Lincoln Ramsay2010-03-021-11/+84
* Support for reporting errors.Lincoln Ramsay2010-03-021-0/+13
* active/busy refactoringLincoln Ramsay2010-03-021-0/+12
* Add availableDataRatesLincoln Ramsay2010-03-021-2/+14
* Remove updatePolicyLincoln Ramsay2010-03-021-12/+1
* Document QSensorBackend::sensor()Lincoln Ramsay2010-03-021-0/+6
* Remove this hack.Lincoln Ramsay2010-02-151-3/+0
* Add no_keywords to strict checking.Lincoln Ramsay2010-02-111-2/+1
* put a note here so I remember to take this ifdef outLincoln Ramsay2010-02-081-0/+1
* Call it copyValuesFrom instead of operator=Lincoln Ramsay2010-02-011-2/+2
* Blindly attempt to fix Windows build issues (v2)Lincoln Ramsay2010-02-011-1/+1
* Change how the sensor readings copy their values.Lincoln Ramsay2010-01-221-2/+22
* For some reason qdoc wasn't warning me about this.Lincoln Ramsay2010-01-211-1/+1
* We want 3 readings behind the scenes.Lincoln Ramsay2010-01-211-17/+80
* Doc updates (not complete)Lincoln Ramsay2010-01-201-3/+16
* Fix up the N900 backends.Lincoln Ramsay2010-01-201-2/+3
* Pass the sensor through the constructor.Lincoln Ramsay2010-01-201-9/+2
* New design.Lincoln Ramsay2010-01-191-50/+27
* supportedPolicies -> supportedUpdatePoliciesLincoln Ramsay2010-01-191-1/+1
* QSensorId -> QByteArrayLincoln Ramsay2010-01-191-1/+1
* id -> identifierLincoln Ramsay2010-01-111-4/+4
* refactor the backend a bit.Lincoln Ramsay2010-01-071-39/+40
* Add missing virtual destructors.Lincoln Ramsay2010-01-071-0/+7
* make this a Q_OBJECTLincoln Ramsay2010-01-071-0/+1
* make newReadingAvailable() protectedLincoln Ramsay2010-01-071-0/+8
* doc updateLincoln Ramsay2010-01-051-6/+0
* doc de-warnLincoln Ramsay2010-01-041-0/+21
* Proof of concept end-to-end for sensors.Lincoln Ramsay2009-12-181-24/+1
* Big refactoring after API feedback.Lincoln Ramsay2009-12-171-21/+5
* QSensorID -> QSensorIdLincoln Ramsay2009-12-101-1/+1
* actually connect up the front and back endsLincoln Ramsay2009-12-101-1/+10
* Add a magnetic north sensor.Lincoln Ramsay2009-12-101-13/+16
* Add in some sensor backends for N900Lincoln Ramsay2009-12-101-0/+151