aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/vehiclefunctions/climatecontroltest/tst_climatecontroltest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneeded filesDominik Holland2018-02-071-827/+0
* Update all Pelagicore copyright headers to 2018Dominik Holland2018-01-161-1/+1
* Fix issues found by clazyDominik Holland2017-04-051-2/+9
* C++11 cleanupDominik Holland2017-04-051-19/+19
* Streamline the initialization logicDominik Holland2017-04-041-2/+15
* Use QIviFeatureInterface in QIviServiceInterfaceDominik Holland2017-04-041-4/+4
* Updated copyright headersDominik Holland2017-02-031-1/+1
* 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-191-8/+10
|\|
| * Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-171-8/+10
* | Changed the plugin interfaces to match the Qt standardDominik Holland2016-07-281-3/+3
* | Fixed coding style issuesDominik Holland2016-07-271-6/+6
|/
* Renamed all files to match the new class names and fixed the includesDominik Holland2016-05-241-1/+1
* Renamed the classes and imports to match the Qt conventionsDominik Holland2016-05-241-135/+135
* Changed the climatecontrol autotest to use the new test helper functionsDominik Holland2016-04-271-208/+203
* 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-151-9/+26
* Added initial attached zones implementation.Johan Thelin2015-09-041-138/+140
* Extended climate control unit tests to try setting/getting through propertiesJohan Thelin2015-03-271-11/+43
* Added Copyright HeadersDominik Holland2015-03-271-0/+10
* 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-261-0/+41