summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ivigenerator: Also use the qml_types filter for the uri of the simluation engineDominik Holland2019-02-156-7/+7
* ivigenerator: Don't hardcode the QML module versionDominik Holland2019-02-153-4/+4
* Use the new autogenerated qmltypes in our examplesDominik Holland2019-02-153-5/+5
* ivigenerator: Autogenerate the qmltypes files for code-completionDominik Holland2019-02-156-2/+174
* ivigenerator: Use the new jinja_error function in all filtersDominik Holland2019-02-151-11/+11
* ivigenerator: Add global functions to create warnings and errorsDominik Holland2019-02-152-28/+91
* Fix old style cast in the autogenerated frontend codeDominik Holland2019-02-111-1/+1
* QtIviVehicleFunctions: Remove the documentation about the value boundariesDominik Holland2019-02-111-17/+8
* Fix qdoc warningsDominik Holland2019-02-112-11/+9
* Don't show the examples in the ivigenerator architecture doc pageDominik Holland2019-02-111-2/+6
* ivigenerator: Don't use the javadoc syntax in our qface filesDominik Holland2019-02-114-9/+34
* Fix the QML type registration for the VehicleFunctions moduleDominik Holland2019-02-112-4/+58
* Add QML doc for the QtIvi singelton and the exported enumsDominik Holland2019-02-111-0/+37
* ivigenerator: Generate documentation for the QML module singletonDominik Holland2019-02-118-6/+135
* ivigenerator: Make use of the qml_type filter also for modulesDominik Holland2019-02-116-19/+22
* [docs] Cleanups on Qt Automotive Suite Overview and Installation stepsKavindra Palaraja2019-02-062-43/+35
* Fix a crash in the QIviSimulationEngine when using animationsDominik Holland2019-01-122-3/+17
* windows: More fixes for spaces in the pathDominik Holland2019-01-112-4/+4
* Move the QIviServiceInterface documentation to the correct source fileDominik Holland2019-01-112-30/+27
* doc: Fix the documentation for the discoveryResult propertyDominik Holland2019-01-112-2/+2
* Show a meaningful error message debug and release libraries mixedDominik Holland2019-01-1114-13/+63
* ivigenerator: Fix the backend_qtro template to generate a correct plugin.jsonDominik Holland2019-01-101-3/+4
* Fix code style issues in the autogenerated codeDominik Holland2019-01-109-11/+25
* Doc: Link to Qt Design Studio in top-level documentationTopi Reinio2019-01-092-0/+13
* Windows: allow for python.exe in paths with spacesv5.12.0_QtASRobert Griebl2018-12-192-5/+5
* Link the 'The Qt IVI Simulation System' documentation in the concept overviewDominik Holland2018-12-191-0/+1
* Update copyright statementsRobert Griebl2018-12-17229-25/+253
* Fix crash in qtivi when no rtti is availableDominik Holland2018-12-071-1/+1
* Clang-tidy and Clazy fixesDominik Holland2018-12-0518-39/+34
* Rename and document the qtivi_convertFromJSON methodDominik Holland2018-12-045-19/+29
* Add a high level documentation for the Qt Simulation SystemDominik Holland2018-12-045-2/+465
* Fix loading QML file in the QIviSimulationEngineDominik Holland2018-12-031-1/+1
* ivigenerator: Fix the wrong model count when using a model simulationDominik Holland2018-12-031-1/+1
* Add support for overriding the simulation/data-file at runtimeDominik Holland2018-11-293-7/+91
* Move the ConcreteWindowSimulation C++ implementation to QMLDominik Holland2018-11-277-333/+225
* Add better error reporting for loading the simulation dataDominik Holland2018-11-273-9/+17
* Fix the default zones in ivivehiclefunctionsDominik Holland2018-11-071-1/+1
* ivigenerator: Fix the "backend_simulator" simulation to support zonesDominik Holland2018-11-072-3/+23
* ivigenerator: Don't load the default values in initialize() in the simulation...Dominik Holland2018-11-071-2/+5
* ivigenerator: Fix the control_panel template to work with zone lists instead ...Dominik Holland2018-11-021-2/+2
* ivigenerator: Don't populate the models with values in the simulator backendDominik Holland2018-10-291-1/+0
* ivigenerator: Autogenerate QML simulation filesDominik Holland2018-10-296-2/+134
* ivigenerator: Add a simulation_data.json for the backend_simulator templateDominik Holland2018-10-298-3/+138
* Add a way to load and parse the data to the QIviSimulationEngineDominik Holland2018-10-299-6/+409
* Refactor the simulation_backend for zoned interfacesDominik Holland2018-10-296-166/+146
* Change the zone annotation to be a list instead of a mapDominik Holland2018-10-263-12/+11
* Fix QIviSimulationEngine loadSimulation to use QUrl instead of QStringDominik Holland2018-10-252-4/+3
* Don't crash when calling QIviSimulationProxy::qt_static_metacall without objDominik Holland2018-10-251-1/+2
* Extend the addressbook example to use the new QIviSimulationEngineDominik Holland2018-10-152-5/+47
* Add helper functions to the autogenerated pagingmodel backend implementationsDominik Holland2018-10-152-4/+57