summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix the custom signals and slots in qtro templatesAntti Hölttä2018-03-151-0/+1
| | | | | | | | | | | | | Fix the custom slot implememtation in qtro templates. Calling a slot on a remote object replica causes an asynchronous call and returns a pending result object. The current backend slot implementation merely waits for the call to finish before returning to the code that uses it. This behavior will change when all method calls are made asynchronous. Also add tests for passing a remote objects initial values to newly connected clients. Change-Id: I278bfc583a657e8a30265af8ec6c02e178f0f245 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Add an autotest generator templateDominik Holland2018-02-071-0/+4
| | | | | | | | | | | | | | | | | The template generates a basic autotest for the generated API and the backend interfaces. It tests the following: - default behavior when no or an invalid backend is connected. - Changes from the backend are populated to the frontend API - Changes in the frontend are populated to the backend API The test are generated and executed for the autogenerator test as well as for the ivivehiclefunctions module Task-number: QTAUTO-365 Change-Id: Ie7ac78db821d930dca99c3e7db95c1d373460f85 Reviewed-by: Antti Hölttä <ahoelttae@luxoft.com>
* Make the ivigenerator qmake feature workDominik Holland2017-05-291-1/+0
| | | | | | | | | Move it to the mkspec/features folder and install it. Also add install targets for the generator itself and the qface virtualenv. Change-Id: I49ebaaf850d90517d4795023cd8343bd111b9a0d Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Update .gitignoreKevin Funk2017-04-071-0/+1
| | | | | Change-Id: I5d2a154ed71eaba4f4aa3d9a5a75409825b1a9ed Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* gitignore: Add ignore directivesGordan Markuš2016-12-161-0/+18
| | | | | | | | * Ignore .qmake, .log, .pch and version files. * Ignore generated directories and configure executables. Change-Id: I2b0c24f7238aa36e34b4f542ca3b77cd96bec054 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Doc: Add documentation project for Qt Automotive SuiteTopi Reinio2016-06-021-0/+1
| | | | | | | | | | | | | | Add structure for Qt Automotive Suite documentation set. This is a high-level overview documentation that links to the rest of the Automotive component documentation, including Qt IVI. As part of the new structure, move Qt IVI documentation files into doc/qtivi subfolder. Change-Id: I83052ab6cd8cc95f90385e61326fecaeb2b374ec Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com> Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com>
* Changed .gitignore to not ignore imports anymoreDominik Holland2015-03-261-1/+0
|
* Added .gitignore fileDominik Holland2015-01-261-0/+11