summaryrefslogtreecommitdiff
path: root/tests/auto/vehiclefunctions
Commit message (Expand)AuthorAgeFilesLines
* Remove QMake project filesDominik Holland2021-06-022-11/+0
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-261-1/+1
* cmake: Enable all autogenerated autotests againDominik Holland2021-05-251-13/+14
* cmake integration of the ivigeneratorDominik Holland2021-05-101-8/+14
* cmake: Start of cmake port using run_pro2cmake.py and friendsDominik Holland2021-03-262-0/+20
* Use QMAKE_PROJECT_NAME to mark all test executables for QtCreatorDominik Holland2018-03-201-0/+1
* Cleanup unneeded filesDominik Holland2018-02-075-1338/+0
* Add an autotest generator templateDominik Holland2018-02-072-1/+9
* Update all Pelagicore copyright headers to 2018Dominik Holland2018-01-162-2/+2
* Fix issues found by clazyDominik Holland2017-04-052-4/+19
* C++11 cleanupDominik Holland2017-04-052-29/+29
* Streamline the initialization logicDominik Holland2017-04-042-4/+30
* Use QIviFeatureInterface in QIviServiceInterfaceDominik Holland2017-04-042-8/+8
* Updated copyright headersDominik Holland2017-02-032-2/+2
* Merge branch '5.7' into devDominik Holland2016-11-231-0/+1
|\
| * Build fix for Qt 5.6Dominik Holland2016-11-231-0/+1
* | Merge branch '5.7' into devDominik Holland2016-10-192-22/+28
|\ \ | |/
| * Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-172-22/+28
* | Changed the plugin interfaces to match the Qt standardDominik Holland2016-07-282-6/+6
* | Fixed coding style issuesDominik Holland2016-07-272-15/+15
|/
* Renamed all files to match the new class names and fixed the includesDominik Holland2016-05-242-2/+2
* Renamed the classes and imports to match the Qt conventionsDominik Holland2016-05-242-225/+225
* Cleanup all zones when a backend got disconnected in clearServiceObjectDominik Holland2016-05-101-12/+11
* Added a WindowControl classDominik Holland2016-05-103-1/+476
* Changed the climatecontrol autotest to use the new test helper functionsDominik Holland2016-04-272-209/+204
* Made the ClimateControl API more completeDominik Holland2016-04-261-32/+185
* Changed the AirflowDirection to be Flags instead of a enumDominik Holland2016-04-231-16/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-7/+8
* Fix license headers to comply with Qt 5.7 standards.Robert Griebl2016-04-071-10/+9
* Fixed a crash in QtIVIAbstractZonedFeature when setting a NULL ServiceObjectDominik Holland2016-01-281-0/+54
* Use the new QtIVIProperty class in the ClimateControl FeatureDominik Holland2016-01-281-61/+210
* Get rid of all getter functions in qtiviclimatecontrolbackendinterfaceDominik Holland2016-01-131-37/+0
* Fixed warnings in climatecontrol autotestDominik Holland2016-01-131-1/+9
* Refactor QtIVI to use new architectureMarko Kangas2015-11-261-117/+112
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-241-4/+6
* Changed the Copyright to LGPLv3 + CommercialDominik Holland2015-09-153-29/+26
* Added initial attached zones implementation.Johan Thelin2015-09-041-138/+140
* Introduced 'make docs' supportDominik Holland2015-03-301-1/+1
* Fixed the autotest to use CONFIG+=testcase to be executed when doing make checkDominik Holland2015-03-301-2/+1
* Extended climate control unit tests to try setting/getting through propertiesJohan Thelin2015-03-271-11/+43
* Added Copyright HeadersDominik Holland2015-03-273-4/+28
* Changed ClimateControl steeringWheelHeater from boolean to integer to align w...Johan Thelin2015-03-271-10/+10
* Added unit tests for climate control and fixed the code according to the unit...Johan Thelin2015-03-261-0/+33
* Added more unit tests to climate controlJohan Thelin2015-03-261-15/+92
* Added unit tests for top level properties in climate controlJohan Thelin2015-03-261-17/+42
* Added test infrastructure for the climate control testsJohan Thelin2015-03-261-3/+251
* Restructured tests and added a placeholder for climate control testsJohan Thelin2015-03-263-0/+62