summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve the qmake ivigenerator integrationDominik Holland2018-01-101-5/+8
* Update Qt AS doc configurations for 2.0 releaseTarja Sundqvist2018-01-054-22/+47
* Update NVIDIA Drive CX installation guideTarja Sundqvist2018-01-041-1/+4
* Install the ivigenerator qmake features also when using system-ivigeneratorDominik Holland2017-12-201-0/+0
* ivimedia: Fix off by one error when inserting albums or artistsDominik Holland2017-12-041-1/+1
* QtGeniviExtras: Make sure to only register the contexts onceDominik Holland2017-11-301-2/+14
* media_simulator: Add support for adding Artists and Albums to the PlayQueueDominik Holland2017-11-282-11/+26
* Show which backends will be built in the config summaryDominik Holland2017-11-274-6/+54
* ivimedia: Fix media_simulator threading issuesDominik Holland2017-11-277-41/+64
* ivimedia: Improve the media_simulator backendDominik Holland2017-11-272-6/+43
* ivigenerator: Fix the deploy-virtualenv scriptDominik Holland2017-11-271-2/+2
* Fix a crash in the media simulation indexerDominik Holland2017-11-271-0/+2
* Add fixes that enable the use of struct members in interfacesAntti Hölttä2017-11-246-6/+59
* Build the ivivehiclefunction-controller after ivicoreDominik Holland2017-11-211-0/+1
* Add a command line option to force the qtsimulator feature to be enabledDominik Holland2017-11-212-3/+5
* doc: Move all ivigenerator related documentation into its own folderDominik Holland2017-11-106-0/+0
* doc: Add documentation for all supported filtersDominik Holland2017-11-094-3/+194
* Enable building docs againDominik Holland2017-11-091-1/+1
* doc: Add a section about the qmake integration for qt modulesDominik Holland2017-11-091-0/+34
* Improve the build system to be more modularDominik Holland2017-11-098-22/+88
* doc: Move the qface example documentation into the module doc folderDominik Holland2017-11-081-0/+0
* doc: Add images to all of the examplesDominik Holland2017-11-086-5/+3
* doc: Add documentation for the qml_name annotationDominik Holland2017-11-081-0/+7
* doc: Add documentation for the control_panel templateDominik Holland2017-11-081-1/+48
* Fix deploy-virtualenv.sh to not generate errors on macDominik Holland2017-11-081-15/+27
* Update qt_attribution for QFaceDominik Holland2017-11-083-2/+6
* Doc: Fix example manifest generationTopi Reinio2017-11-0815-30/+48
* Change the examples folder structure to match the module namingDominik Holland2017-11-033-3/+3
* Add stream serialization functions for generated structs and enums5.10Antti Hölttä2017-11-026-11/+99
* Fix notifications on property changesMike Krus2017-11-021-2/+2
* ivigenerator: Fix the deploy-virtualenv.sh to create usable virtualenvsDominik Holland2017-10-271-2/+15
* Build fix for msvc compilers 2012 and 2013Dominik Holland2017-10-241-1/+1
* Add documentation about the different configuration options of qtiviDominik Holland2017-10-182-0/+115
* Minor doc fixesDominik Holland2017-10-186-14/+17
* ivigenerator: Improve the deploy-virtualenv.sh scriptDominik Holland2017-10-181-11/+20
* Enable building on Windows for MSVC, MingW and AndroidRobert Griebl2017-10-161-5/+5
* Fix MSVC warningsRobert Griebl2017-10-161-2/+2
* Make the vehiclefunctions-controller a qt_toolDominik Holland2017-10-111-0/+2
* Fix crash in the indexer caused by QtMultimedia not being thread-safeDominik Holland2017-10-112-0/+3
* Create the ivigenerator during the prepare_docs phaseDominik Holland2017-09-221-0/+7
* Make sure QIviServiceObject returns a unique idDominik Holland2017-09-222-3/+3
* Improve Qt AS module and tool descriptions on Overview pageTarja Sundqvist2017-09-213-27/+59
* Merge remote-tracking branch 'origin/5.9' into 5.10Dominik Holland2017-09-192-2/+2
|\
| * Build fix for DLT < 2.12Dominik Holland2017-09-192-2/+2
| * Fix build errors for qivipropertyfactory.h with Qt 5.9Dominik Holland2017-09-041-1/+1
* | Update qface to the latest versionDominik Holland2017-09-191-0/+0
* | ivigenerator: Also use the default_values annotation in the control_panelDominik Holland2017-09-191-1/+6
* | ivigenerator: Add support for signals and operations to the control_panelDominik Holland2017-09-195-15/+64
* | ivigenerator: Also connect signals from backend to frontendDominik Holland2017-09-192-0/+35
* | Integrate qtsimulator support for the control_panelDominik Holland2017-09-1916-45/+308