summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/dummy
Commit message (Expand)AuthorAgeFilesLines
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-08-051-1/+1
* Rename subclass static variable which shadowed baseclass methodJuha Vuolle2021-05-191-2/+2
* QtSensors initial cmake supportLorn Potter2021-04-192-19/+27
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+1
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* | Add missing override and remove redundant virtualAlexander Volkov2017-11-141-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Liang Qi2017-08-161-77/+2
|\
| * Use QDeadlineTimer to greatly simplify dummy plugin implementationJake Petroules2017-07-111-77/+2
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-2/+2
|/
* Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-023-5/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+1
|\
| * OpenBSD: librt.so is not available on systemRalf Nolden2016-05-311-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersAntti Kokko2016-01-207-98/+140
|/
* Update copyright headersJani Heikkinen2015-02-177-49/+49
* Update license headers and add new licensesJani Heikkinen2014-08-247-133/+77
* add PLUGIN_CLASS_NAME declarations to plugin projectsOswald Buddenhagen2014-04-091-0/+1
* BlackBerry: update plugin keyAndrew Inwood2014-04-071-1/+1
* Compile fix for WinRTMaurice Kalinowski2014-01-281-0/+4
* Make QtSensors use Q_DECL_OVERRIDESamuel Gaist2013-11-193-5/+5
* Remove debug output.Friedemann Kleint2013-05-131-1/+0
* Fix warnings in qtsensorsThiago Macieira2013-04-031-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-1/+1
|\
| * remove nokia and replace with qt-project in pluginsLorn Potter2013-02-071-1/+1
* | Do not link librt on Android platformsRainer Keller2013-01-151-1/+1
|/
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-021-5/+1
* make compile with -no-guiTasuku Suzuki2012-10-151-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-247-170/+170
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-131-2/+0
* build system cleanupsOswald Buddenhagen2012-06-261-1/+1
* Fix QNX buildThomas McGuire2012-04-021-1/+1
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-164-14/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-307-7/+7
* Update obsolete contact address.Jason McDonald2012-01-237-7/+7
* Update copyright year in license headers.Jason McDonald2012-01-057-7/+7
* remove qmobilitypluginsearch and use the QFactoryLoader instead.Lorn Potter2011-11-141-1/+2
* QtSensors: Compile on Windows.Friedemann Kleint2011-10-101-4/+27
* QtmSensors, legacy sensors library.Lincoln Ramsay2011-08-251-0/+1
* Apply a consistent license on all the filesLincoln Ramsay2011-08-057-14/+14
* Update licenseheader text in source files for qtsensors Qt moduleJyri Tahtela2011-07-087-121/+121
* Fix mac dependencies for dummy sensor plug-in.Alex2011-06-151-1/+1
* make MacOS compileAlex2011-06-151-1/+1
* use MacOS specific monotonic timeAlex2011-06-141-1/+21
* Add dummy, generic and simulator backendAlex2011-06-109-0/+536