summaryrefslogtreecommitdiff
path: root/examples/vehiclefunctions
Commit message (Expand)AuthorAgeFilesLines
* Renamed the classes and imports to match the Qt conventionsDominik Holland2016-05-248-50/+50
* Added install targets for all examplesDominik Holland2016-05-243-0/+12
* Added a WindowControl classDominik Holland2016-05-106-1/+410
* Made the ClimateControl API more completeDominik Holland2016-04-263-10/+28
* Changed the AirflowDirection to be Flags instead of a enumDominik Holland2016-04-234-87/+60
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-115-45/+45
* Fix license headers to comply with Qt 5.7 standards.Robert Griebl2016-04-075-50/+165
* Added support for detection and loading of simulation backendsDominik Holland2016-02-231-1/+1
* climate_widget: inline pointless setupUI() functionMarc Mutz2016-02-052-12/+5
* climate_widget: reflow connect statementsMarc Mutz2016-02-051-12/+24
* climate_widget: use tr() on user-visible stringsMarc Mutz2016-02-051-1/+1
* Fixed the climate_widget example to also build with a namespaced Qt buildDominik Holland2016-02-041-0/+2
* Use the new QtIVIProperty class in the ClimateControl FeatureDominik Holland2016-01-283-37/+173
* Refactored the constructors of all featuresDominik Holland2016-01-131-1/+1
* Add Neptune UI support to climate backend simulatorMarko Kangas2015-12-071-6/+37
* Add documentation for QtIVIMarko Kangas2015-12-022-6/+19
* Refactor QtIVI to use new architectureMarko Kangas2015-11-261-5/+4
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-245-20/+30
* Changed the Copyright to LGPLv3 + CommercialDominik Holland2015-09-158-76/+130
* Added initial attached zones implementation.Johan Thelin2015-09-043-54/+36
* Introduced 'make docs' supportDominik Holland2015-03-301-1/+1
* Fixed examples to the new ClimateControlDominik Holland2015-03-273-18/+28
* Added Copyright HeadersDominik Holland2015-03-278-4/+79
* Introduced a isValid property for AbstractFeatureDominik Holland2015-03-272-2/+2
* Added a Climate QML exampleDominik Holland2015-03-265-1/+161
* Fixed compilation issues of the climate_widget exampleDominik Holland2015-03-261-2/+2
* Fix the broken connect statements in the climate_widget exampleDominik Holland2015-03-261-4/+2
* Added a first small widget based example for ClimateControlDominik Holland2015-03-266-0/+279