summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the generator templates to use the new QIviSimulationEngineDominik Holland2018-10-1510-32/+161
* QIviSimulationProxy Fix static initialization problem on MSVCDominik Holland2018-10-151-5/+9
* Add the new QIviSimulationEngine and QIviSimulationProxy classesDominik Holland2018-10-115-0/+795
* Update the qmltypes filesDominik Holland2018-10-113-3/+3
* Install extra python file when building on macOSSamuli Piippo2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.11' into devDominik Holland2018-09-2720-263/+940
|\
| * Add SDK Creation Instructions to Qt AS documentation5.11Tarja Sundqvist2018-08-277-20/+849
| * Doc: Remove links to DriveCX installation guideTarja Sundqvist2018-08-073-73/+2
| * Doc: Fix problems in external-resources.qdocTopi Reinio2018-06-221-2/+3
| * [doc] Update broken link to Neptune pagesv5.11.1_QtASBramastyo Harimukti2018-06-121-1/+1
| * Use the full module uri for the class export macroDominik Holland2018-06-087-7/+7
| * Initialize all properties in the vehiclefunction-controllerDominik Holland2018-06-081-0/+3
| * Doc: update installation guide for 5.11Tarja Sundqvist2018-06-073-8/+37
| * Doc: update byos instructionsTarja Sundqvist2018-06-062-155/+7
| * Doc: Update compoment listTarja Sundqvist2018-06-062-1/+35
* | Refactor the backend() method in the autogenerated interface classesDominik Holland2018-09-252-9/+15
* | Fix missing override warnings in autogenerated codeDominik Holland2018-09-251-0/+8
* | Fix qdoc errors and some broken linksDominik Holland2018-09-1421-39/+70
* | Build-system cleanupDominik Holland2018-09-147-17/+19
* | Make it possible to set the result for QIviPendingReply<void> from QMLDominik Holland2018-09-141-2/+2
* | Add a option to use the system python instead of creating a virtualenvDominik Holland2018-09-143-8/+32
* | Use a already setup wheel directory when possibleDominik Holland2018-09-101-1/+7
* | Update the qface submodule to the latest version (1.10)Dominik Holland2018-08-282-1/+1
* | Enable building on iOSRobert Griebl2018-08-142-2/+2
* | Add a addressbook example for models and custom simulationDominik Holland2018-07-274-1/+107
* | Remove the need for some annotationsDominik Holland2018-07-234-6/+7
* | Improve the default_value annotation parserDominik Holland2018-07-173-25/+44