summaryrefslogtreecommitdiffstats
path: root/plugins/sensors/n900
Commit message (Expand)AuthorAgeFilesLines
* Update to new license formatSergio Ahumada2012-11-079-198/+198
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-079-27/+27
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-309-153/+153
* Merge branch 'master' of ../qtmobility into master-from-1.1Alex2011-04-181-6/+3
|\
| * The N900 proximity sensor runs at 10HzLincoln Ramsay2011-04-081-6/+3
* | Merge branch '1.1' of ../qtmobility into master-from-1.1Alex2011-04-152-2/+0
|\ \ | |/ |/|
| * Add version tag to all deployable plug-ins.Alex2011-04-142-2/+0
* | Allow slower polling of N900 sensorsLincoln Ramsay2011-04-084-7/+17
* | N900 poll immediately on start()Lincoln Ramsay2011-03-184-2/+16
* | A better monotonic clock for timestamps.Lincoln Ramsay2011-02-256-6/+20
* | Allow applications to opt-in to portrait-orientation sensors on N900.Lincoln Ramsay2011-02-022-2/+14
* | Add a light sensor.Lincoln Ramsay2010-10-183-72/+9
|/
* Fix a compiler warning.Lincoln Ramsay2010-07-091-2/+0
* Fix meta-data.Lincoln Ramsay2010-07-053-25/+4
* Disable setting of data rate and output range on N900.Lincoln Ramsay2010-07-023-6/+6
* Clarify dataRate.Lincoln Ramsay2010-05-254-20/+23
* extra const-ness for identifiers tooLincoln Ramsay2010-05-256-16/+16
* Bump copyright date from 2009 to 2010dac2010-05-079-9/+9
* simplify plugin project filesAlex2010-05-041-4/+0
* Merge branch '1.0' of ../qtmobility into 1.0Alex2010-04-301-0/+1
|\
| * Maemo6 plugins use a different target.pathLincoln Ramsay2010-04-291-0/+1
| * Stop setting DESTDIR, it breaks things.Lincoln Ramsay2010-04-291-1/+0
* | don't install plug-ins until make install timeAlex2010-04-291-5/+4
|/
* Unify plugin loading and push install prefix into mobility libraries.Wolfgang Beck2010-04-271-1/+3
* Renamed QtSensors pluginsStian Sandvik Thomassen2010-04-142-2/+2
* updateInterval -> dataRateLincoln Ramsay2010-03-264-7/+12
* Remove distance concept from proximity sensor.Lincoln Ramsay2010-03-191-5/+5
* remove polling from the APILincoln Ramsay2010-03-182-1/+1
* N900 reporting 8G range incorrectlyLincoln Ramsay2010-03-161-1/+1
* Refactor the N900 light sensor.Lincoln Ramsay2010-03-101-16/+71
* poll() cleanupsLincoln Ramsay2010-03-101-0/+1
* Clarify updateIntervalLincoln Ramsay2010-03-051-0/+2
* Update the proximity sensor.Lincoln Ramsay2010-03-041-7/+9
* Revert the select-based polling.Lincoln Ramsay2010-03-022-32/+6
* Refactoring the N900 plugin.Lincoln Ramsay2010-03-029-32/+114
* Catch the backend up with the main API.Lincoln Ramsay2010-03-021-4/+5
* sensor measurement detailsLincoln Ramsay2010-03-021-0/+4
* Add availableDataRatesLincoln Ramsay2010-03-023-0/+17
* Remove updatePolicyLincoln Ramsay2010-03-021-24/+0
* Add a QSensorBackend::sensor() method.Lincoln Ramsay2010-03-011-1/+1
* Cleanups to the N900 sensor backends.Lincoln Ramsay2010-02-047-25/+19
* Move the strict flags into a common file.Lincoln Ramsay2010-02-041-5/+1
* Enable these flags if $STRICT is set to 1.Lincoln Ramsay2010-01-281-5/+5
* Don't set these variablesLincoln Ramsay2010-01-281-2/+2
* Turn off these GCC-specific flags.Lincoln Ramsay2010-01-271-2/+3
* oops, broke the N900 pluginLincoln Ramsay2010-01-223-3/+3
* Refactor the backend registration.Lincoln Ramsay2010-01-227-27/+40
* Remove the orientation sensor (a generic one is coming)Lincoln Ramsay2010-01-214-169/+0
* Simplify n900 orientation sensor backend.Michael Brasser2010-01-202-34/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/sensorsMichael Brasser2010-01-209-120/+173
|\