aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change the zone annotation to be a list instead of a mapDominik Holland2018-10-264-13/+12
* Fix QIviSimulationEngine loadSimulation to use QUrl instead of QStringDominik Holland2018-10-253-5/+4
* 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-157-6/+133
* 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 an autotest for the QIviSimulationEngineDominik Holland2018-10-153-0/+883
* Add the new QIviSimulationEngine and QIviSimulationProxy classesDominik Holland2018-10-115-0/+795
* Update the qmltypes filesDominik Holland2018-10-113-3/+3
* Fix the flaky tst_echoqtro autotestDominik Holland2018-10-111-44/+35
* Install extra python file when building on macOSSamuli Piippo2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.11' into devDominik Holland2018-09-2727-270/+947
|\
| * 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-0813-13/+13
| * 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-1414-28/+23
* | Make it possible to set the result for QIviPendingReply<void> from QMLDominik Holland2018-09-143-3/+39
* | Add a option to use the system python instead of creating a virtualenvDominik Holland2018-09-144-15/+50
* | 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
* | Fix an error in sync.profileDominik Holland2018-07-271-1/+1
* | Add a addressbook example for models and custom simulationDominik Holland2018-07-2714-2/+391
* | Remove the need for some annotationsDominik Holland2018-07-234-6/+7
* | Improve the default_value annotation parserDominik Holland2018-07-175-25/+68
* | Use the new QIviPagingModel for the model type in qface filesDominik Holland2018-07-1623-373/+341
* | Improve the overview documentationDominik Holland2018-07-1312-42/+136
* | Add better qt-creator target names for examplesDominik Holland2018-07-132-0/+2
* | Rewrite the autogenerated structs to use QIviStandardItemDominik Holland2018-07-092-15/+70
* | Rename the QIviSearchAndBrowseModelItem to QIviStandardItemDominik Holland2018-07-0923-155/+159
* | Make the QIviProxyServiceObject class publicDominik Holland2018-07-068-35/+212
* | Add a generic backend() function to QIviAbstractFeaturePrivateDominik Holland2018-07-0513-70/+64
* | Update the QtIviMedia qmltypesDominik Holland2018-07-041-0/+18
* | Add new (un)registerInstance functions to the QIviPagingModelInterfaceDominik Holland2018-06-2613-4/+131
* | Update the QtIviCore qmltypesDominik Holland2018-06-221-49/+59
* | ivimedia: expose volume and muted from MediaPlayerLukáš Tinkl2018-06-228-1/+132
* | Use the QIviPagingModel as base class in the QIviSearchAndBrowseModelDominik Holland2018-06-1917-753/+201
* | Consolidate the Capabilities flag from QIviSearchAndBrowseModel and QIviPagin...Dominik Holland2018-06-1919-139/+295
* | Add the QIviPagingModel classDominik Holland2018-06-1911-0/+1821
* | Merge remote-tracking branch 'origin/5.11' into devDominik Holland2018-06-01112-730/+751
|\|