summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the autogenerated structs to use QIviStandardItemDominik Holland2018-07-092-15/+70
* Rename the QIviSearchAndBrowseModelItem to QIviStandardItemDominik Holland2018-07-0920-93/+96
* Make the QIviProxyServiceObject class publicDominik Holland2018-07-066-31/+166
* Add a generic backend() function to QIviAbstractFeaturePrivateDominik Holland2018-07-0512-59/+63
* Update the QtIviMedia qmltypesDominik Holland2018-07-041-0/+18
* Add new (un)registerInstance functions to the QIviPagingModelInterfaceDominik Holland2018-06-2610-3/+72
* 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-1916-736/+166
* Consolidate the Capabilities flag from QIviSearchAndBrowseModel and QIviPagin...Dominik Holland2018-06-1917-115/+271
* Add the QIviPagingModel classDominik Holland2018-06-197-0/+1264
* doc: Add a better structure to the landing pageDominik Holland2018-05-302-13/+28
* Document the limitations of the control_panel templateDominik Holland2018-05-301-0/+3
* Update Qt Automotive Suite documentation for NeptuneBramastyo Harimukti2018-05-254-6/+6
* Add support for additional annotation filesDominik Holland2018-05-183-8/+35
* doc: Add QML documentation for the ServiceManager objectDominik Holland2018-05-181-1/+61
* 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 plugins.qmltypes filesDominik Holland2018-05-162-3/+46
* Update the ivigenerator templates to use macrosAntti Hölttä2018-05-1534-514/+319
* Doc: Add '..' directory as include pathTopi Reinio2018-05-151-1/+2
* Fix documentation for 5.11Dominik Holland2018-05-1452-168/+129
* Improve deploy-virtualenv.sh to also fix wrong permissionsDominik Holland2018-05-092-0/+7
* Merge remote-tracking branch 'origin/5.9' into 5.11Dominik Holland2018-05-046-0/+982
|\
| * Automatically run the "qmltypes" target for every plugin5.9Dominik Holland2018-05-033-0/+21
| * Add qmltypes files for all QML pluginsDominik Holland2018-04-276-0/+961
* | Change the example walkthroughs to include code from filesAntti Hölttä2018-05-032-141/+25
* | Only load every plugin onceDominik Holland2018-05-031-8/+9
* | Fix plugin loading with different configurationsDominik Holland2018-05-032-22/+73
* | Fix the QIviServiceManager singleton ownershipDominik Holland2018-04-271-1/+3
* | Add missing QStringLiteralsAntti Hölttä2018-04-272-9/+9
* | Add documentation and an example for QtRemoteObjects templatesAntti Hölttä2018-04-258-5/+455
* | Clazy and clang-tidy fixesDominik Holland2018-04-1972-537/+457
* | Fix the submodule detection during the configure stepDominik Holland2018-04-182-2/+5
* | Add documentation for the QIviPendingReply classDominik Holland2018-04-172-20/+530
* | Disable the ivimedia-simulator backend when no QtMultimedia is availableDominik Holland2018-04-122-1/+7
* | Add a note why the ivivehiclefunctions module is not buildDominik Holland2018-04-121-1/+8
* | ivigenerator: Generate correct public headers when building a qt moduleDominik Holland2018-04-125-0/+20
* | Update the version to use the new QtAS version schemaDominik Holland2018-04-111-2/+2
* | Mark the attribute system obsoleteDominik Holland2018-04-105-19/+5
* | Fix bug with qtro-backend's pending repliesAntti Hölttä2018-04-091-0/+3
* | Make the QIviPendingReplyWatcher constructor privateDominik Holland2018-04-041-1/+1
* | ivigenerator: Fix Makefile dependency problemsDominik Holland2018-04-041-0/+6
* | Only check for the taglib submodule when really neededDominik Holland2018-03-291-1/+1
* | Add config check for remote objects generatorAntti Hölttä2018-03-292-6/+23
* | Update the QIviSearchAndBrowseModel to use the new QIviPendingReplyDominik Holland2018-03-2811-131/+105
* | Add a warning if QIviAbstractFeature::connectToServiceObject was not calledDominik Holland2018-03-233-0/+11
* | Use the new QIviPendingReply class in the autogenerator templatesDominik Holland2018-03-2311-38/+80
* | Fix backend initialization issuesAntti Hölttä2018-03-218-25/+65
* | QIviPendingReply: Only create a watcher when really neededDominik Holland2018-03-202-9/+56