aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator
Commit message (Expand)AuthorAgeFilesLines
* windows: More fixes for spaces in the pathDominik Holland2019-01-112-4/+4
* Show a meaningful error message debug and release libraries mixedDominik Holland2019-01-112-3/+6
* 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
* Windows: allow for python.exe in paths with spacesv5.12.0_QtASRobert Griebl2018-12-191-2/+2
* Update copyright statementsRobert Griebl2018-12-1756-24/+80
* Clang-tidy and Clazy fixesDominik Holland2018-12-056-13/+14
* Rename and document the qtivi_convertFromJSON methodDominik Holland2018-12-041-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-291-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-292-3/+31
* Refactor the simulation_backend for zoned interfacesDominik Holland2018-10-295-152/+132
* Change the zone annotation to be a list instead of a mapDominik Holland2018-10-261-5/+5
* 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-159-32/+150
* Install extra python file when building on macOSSamuli Piippo2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.11' into devDominik Holland2018-09-277-6/+9
|\
| * 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
* | 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-142-1/+3
* | Add a option to use the system python instead of creating a virtualenvDominik Holland2018-09-141-1/+4
* | Use a already setup wheel directory when possibleDominik Holland2018-09-101-1/+7
* | Enable building on iOSRobert Griebl2018-08-141-1/+1
* | Remove the need for some annotationsDominik Holland2018-07-234-6/+7
* | Improve the default_value annotation parserDominik Holland2018-07-173-25/+44
* | Use the new QIviPagingModel for the model type in qface filesDominik Holland2018-07-1623-373/+341
* | Rewrite the autogenerated structs to use QIviStandardItemDominik Holland2018-07-092-15/+70
|/
* Add support for additional annotation filesDominik Holland2018-05-181-6/+19
* ivigenerator: Fix the Q_PROPERTY NOTIFY part for uppercase propertiesDominik Holland2018-05-171-1/+1
* ivigenerator: Fix the compilation errors introducec by the last commitDominik Holland2018-05-165-6/+12
* Update the ivigenerator templates to use macrosAntti Hölttä2018-05-1534-514/+319
* Improve deploy-virtualenv.sh to also fix wrong permissionsDominik Holland2018-05-092-0/+7
* Add missing QStringLiteralsAntti Hölttä2018-04-272-9/+9
* ivigenerator: Generate correct public headers when building a qt moduleDominik Holland2018-04-125-0/+20
* Fix bug with qtro-backend's pending repliesAntti Hölttä2018-04-091-0/+3
* ivigenerator: Fix Makefile dependency problemsDominik Holland2018-04-041-0/+6
* Add config check for remote objects generatorAntti Hölttä2018-03-291-4/+9
* Add a warning if QIviAbstractFeature::connectToServiceObject was not calledDominik Holland2018-03-231-0/+1
* Use the new QIviPendingReply class in the autogenerator templatesDominik Holland2018-03-239-22/+45
* Fix backend initialization issuesAntti Hölttä2018-03-216-19/+59
* Fix the custom signals and slots in qtro templatesAntti Hölttä2018-03-151-1/+10
* Disable the QtSimulator connection of the simulator backend by defaultDominik Holland2018-03-141-4/+8