summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* cmake integration of the ivigeneratorDominik Holland2021-05-1016-7/+136
* 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
* cmake: Integrate the taglib buildingDominik Holland2021-03-261-167/+1
* cmake: Start of cmake port using run_pro2cmake.py and friendsDominik Holland2021-03-262-0/+255
* 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
* Merge remote-tracking branch 'origin/5.13' into 5.14Dominik Holland2020-03-021-1/+3
|\
| * Host and use our own copy of "virtualenv --relocatable"Dominik Holland2020-02-254-10/+63
| * ivimedia-simulation-server: Don't show an icon in the dockDominik Holland2020-02-071-1/+3
* | 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: 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
* | | ivimedia-simulation-server: Update wrapper and adapter to accept a custom loo...Dominik Holland2019-10-308-13/+63
* | | 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
* | Use replace() instead of re.escape() to escape the backslashAndy Shaw2019-09-171-1/+1
* | ivigenerator: Add a '_simulation' as the postfix for the generated resource f...Dominik Holland2019-09-124-4/+4
* | ivigenerator: Fix the 'server_qtro_simulator' template to handle 'getter-name...Dominik Holland2019-09-122-2/+2
* | Protect against unused variable warnings when no properties are addedAndy Shaw2019-09-061-2/+6
* | ivigenerator: Support enums and flags as return values of operationsDominik Holland2019-08-281-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Dominik Holland2019-08-271-2/+4
|\ \ | |/