aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator
Commit message (Expand)AuthorAgeFilesLines
* Update to new CMake API for QMLUlf Hermann2021-06-071-5/+11
* Remove QMake project filesDominik Holland2021-06-023-287/+0
* Update copyright headers to 2021Dominik Holland2021-06-0272-2306/+2045
* cmake: Adapt to the new QtRemoteObjects cmake APIDominik Holland2021-06-023-3/+3
* ivigenerator: Remove the "Module" postfix in the autogenerated classesDominik Holland2021-05-2823-53/+53
* Make the ivicore examples to be fully functional againDominik Holland2021-05-262-2/+2
* cmake: Don't build the virtualenv if the python3 qface package is installedDominik Holland2021-05-261-106/+114
* ivigenerator: Fix class names of the backend_qtro backendDominik Holland2021-05-209-29/+29
* Enable the QtRemoteObjects supportDominik Holland2021-05-205-15/+50
* ivigenerator: Add missing override in autogenerated test codeDominik Holland2021-05-201-4/+4
* Remove 'virtual' keyword when overriding methodsDominik Holland2021-05-203-6/+6
* cmake integration of the ivigeneratorDominik Holland2021-05-1015-4/+129
* cmake: Add virtualenv creationDominik Holland2021-05-101-0/+290
* Fix missing override keywords backend pluginsDominik Holland2021-05-102-4/+4
* Fix some pro and qrc files to get rid of cmake conversion warningsDominik Holland2021-05-101-65/+0
* ivigenerator: Generate metainfo files for usage in Design StudioDominik Holland2020-12-157-1/+89
* Add support for custom filters per templateDominik Holland2020-12-141-0/+12
* Qt6 port without cmake supportDominik Holland2020-12-022-9/+6
* ivigenerator: Make sure deploy-virtualenv.sh is able to fix the lib64 folderDominik Holland2020-12-021-1/+2
* Fix build issuesTopi Reinio2020-08-271-0/+1
* ivigenerator: Deprecate old filters and don't use them internallyDominik Holland2020-04-154-3/+44
* ivigenerator: Set the export define when building the frontendDominik Holland2020-04-151-0/+3
* ivigenerator: Improve the errors for incorrect simulation data in annotationsDominik Holland2020-04-021-7/+8
* ivigenerator: Improve support support for zoned default_value dataDominik Holland2020-04-021-2/+13
* ivigenerator: More default_value fixes for the QtRO backend/serverDominik Holland2020-03-312-2/+9
* ivigenerator: Fix broken jinja_error functionDominik Holland2020-03-232-7/+6
* ivigenerator: Fix generation error with zoned default valuesDominik Holland2020-03-231-4/+4
* Host and use our own copy of "virtualenv --relocatable"Dominik Holland2020-02-194-10/+63
* ivigenerator: Report an error for 'unsupported' types within qface filesDominik Holland2020-01-241-0/+32
* ivigenerator: Fix python code styleDominik Holland2020-01-225-76/+124
* ivigenerator: Fix the jinja_error global functionDominik Holland2020-01-221-2/+9
* ivigenerator: Improve the autogenerated simulationDominik Holland2020-01-211-13/+15
* Merge remote-tracking branch 'origin/5.13' into 5.14Dominik Holland2020-01-176-34/+47
|\
| * ivigenerator: Fix iterating over the items of a model inside a simulationDominik Holland2019-12-173-2/+14
| * Merge remote-tracking branch 'origin/5.12' into 5.13Dominik Holland2019-12-172-29/+30
| |\
| | * Fix creation of structs from simulationDataDominik Holland2019-12-092-29/+30
| | * ivigenerator: Fix the timing issue when install the virtualenvDominik Holland2019-07-081-0/+1
| * | ivigenerator: Use QStringLiterals for string default_valuesDominik Holland2019-11-291-3/+3
* | | ivigenerator: Register the equals comparator of all structs to the meta type ...Dominik Holland2020-01-141-0/+6
* | | ivicore: Discover new plugins at runtimeDominik Holland2020-01-081-0/+1
* | | Fix all plugin class names to be unique within the moduleDominik Holland2019-10-308-12/+12
* | | ivigenerator: Use the rule YAML format from QFace 2.0Dominik Holland2019-10-3012-217/+251
* | | ivigenerator: Move all templates into a separate 'templates' folderDominik Holland2019-10-3067-87/+92
* | | ivigenerator: Split the generator into several filesDominik Holland2019-10-305-708/+858
* | | ivigenerator: Add support to import other modulesDominik Holland2019-10-294-21/+75
* | | ivigenerator: Properly support models in zoned interfaces part 2Dominik Holland2019-10-2917-109/+117
* | | ivigenerator: Remove the generation_validator templateDominik Holland2019-10-1512-635/+2
* | | ivigenerator: Properly support models in zoned interfacesDominik Holland2019-10-157-24/+51
* | | Update QFace to version 2.0Dominik Holland2019-10-101-27/+2
|/ /
* | Replace usage of the QObject keywords with their respective macrosAndy Shaw2019-09-1710-51/+51