aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace usage of the QObject keywords with their respective macrosAndy Shaw2019-09-171-11/+11
* | 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
* | Correctly emit change signals when clearing the ServiceObjectDominik Holland2019-06-111-7/+5
* | ivigenerator: Only register a flag to int converter if neededDominik Holland2019-05-271-1/+2
* | Use the same qface test file also for the QtRemotObject based autotestsDominik Holland2019-05-141-0/+4
* | Don't use the deprecated qVariantFromValue functionDominik Holland2019-05-091-2/+2
* | ivigenerator: Specify all common templates with the 'common/' prefixDominik Holland2019-04-0412-20/+20
* | ivigenerator: Fix the streaming operator for enums and flagsDominik Holland2019-02-272-5/+15
* | ivigenerator: Add the generation of a qmltypes for the simulation APIDominik Holland2019-02-152-141/+0
* | ivigenerator: Don't hardcode the QML module versionDominik Holland2019-02-153-4/+4
* | Use the new autogenerated qmltypes in our examplesDominik Holland2019-02-151-1/+1
* | ivigenerator: Autogenerate the qmltypes files for code-completionDominik Holland2019-02-152-0/+141
* | Fix old style cast in the autogenerated frontend codeDominik Holland2019-02-111-1/+1
* | ivigenerator: Generate documentation for the QML module singletonDominik Holland2019-02-115-6/+129
* | ivigenerator: Make use of the qml_type filter also for modulesDominik Holland2019-02-112-4/+3
|/
* Show a meaningful error message debug and release libraries mixedDominik Holland2019-01-111-2/+2
* Fix code style issues in the autogenerated codeDominik Holland2019-01-106-10/+16
* Update copyright statementsRobert Griebl2018-12-179-0/+9
* Clang-tidy and Clazy fixesDominik Holland2018-12-054-8/+9
* Rename and document the qtivi_convertFromJSON methodDominik Holland2018-12-041-1/+1
* Add a way to load and parse the data to the QIviSimulationEngineDominik Holland2018-10-292-3/+31
* Update the generator templates to use the new QIviSimulationEngineDominik Holland2018-10-151-1/+1
* Merge remote-tracking branch 'origin/5.11' into devDominik Holland2018-09-276-6/+6
|\
| * Use the full module uri for the class export macroDominik Holland2018-06-087-7/+7
* | 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-141-1/+2
* | Remove the need for some annotationsDominik Holland2018-07-232-2/+2
* | Use the new QIviPagingModel for the model type in qface filesDominik Holland2018-07-1611-427/+56
* | Rewrite the autogenerated structs to use QIviStandardItemDominik Holland2018-07-092-15/+70
|/
* ivigenerator: Fix the compilation errors introducec by the last commitDominik Holland2018-05-161-1/+1
* Update the ivigenerator templates to use macrosAntti Hölttä2018-05-1514-189/+69
* ivigenerator: Generate correct public headers when building a qt moduleDominik Holland2018-04-125-0/+20
* Use the new QIviPendingReply class in the autogenerator templatesDominik Holland2018-03-234-6/+12
* Fix backend initialization issuesAntti Hölttä2018-03-211-6/+5
* Add qtro templates that rely on the qt's replica compilerAntti Hölttä2018-03-091-2/+2
* Always generate class names with a uppercase first letter for modulesDominik Holland2018-02-146-12/+12
* ivigenerator: Also register all models in the generated module as MetaTypeDominik Holland2018-02-071-0/+4
* ivigenerator: Fix a problem generating signals without argumentsDominik Holland2018-02-062-2/+2
* doc: Minor fixesDominik Holland2018-01-161-0/+1
* Update all Pelagicore copyright headers to 2018Dominik Holland2018-01-1611-11/+11
* Add fixes that enable the use of struct members in interfacesAntti Hölttä2017-11-244-5/+26
* Add stream serialization functions for generated structs and enums5.10Antti Hölttä2017-11-024-6/+72
* Fix notifications on property changesMike Krus2017-11-021-2/+2
* Minor doc fixesDominik Holland2017-10-181-0/+1
* ivigenerator: Also connect signals from backend to frontendDominik Holland2017-09-192-0/+35
* Integrate qtsimulator support for the control_panelDominik Holland2017-09-192-0/+22