summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add module_version to .qmake.confHEADv2.0_QtASmasterKatja Marttila2018-01-251-0/+2
| | | | | | | Task-number: AUTOSUITE-136 Change-Id: Iff704512882c40df114bc357365c1c22f2c1d948 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Forward the screenRemoved signal instead of screenAdded twiceHolger Hans Peter Freyther2017-11-271-1/+1
| | | | | | | | | | This looks like a copy and paste issue. Connect screenAdded and screenRemoved instead of screenAdded twice. Change-Id: I1d4f908af36d044a3bb26acd8d4205725cf19056 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Skip build for QNXIikka Eklund2017-10-091-1/+1
| | | | | | | Target does not compile at the moment and it is not needed. Change-Id: I5f3e81b9ed998f784769d360fdcbbeb6631ba069 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Skip build if IntegrityIikka Eklund2017-10-031-1/+1
| | | | | Change-Id: I286be6dc76b69e50afd6bc5cba33533913c3fc30 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update demo-assets sha1Iikka Eklund2017-08-151-0/+0
| | | | | Change-Id: Ib7690e36190e4c3dc387b5aa4af1c1b3aa9a137b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix license headers to make it pass CIIikka Eklund2017-08-157-4/+131
| | | | | | | | | | | | | Added: - header.GPL-QTAS - header.LGPL3-PELAGICORE And fixed the some of the existing headers for new version. Change-Id: I5c53063d72c70d554350c5d4a061176a4e390694 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Disable watchos buildIikka Eklund2017-08-111-0/+1
| | | | | | | Does not compile and not needed for automotive product. Change-Id: Id53c2a18ebccb09e6fbf28b05f30012d32f0da1f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Change posix sin & cos to qSin & qCosRisto Avila2017-08-101-16/+16
| | | | | | | Change posix sin and cos to qSin & qCos to allow compilation on QNX Change-Id: Ic35bf63d5bc4e3a0f63934f41aa40a98976922a3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add empty tests.pro for CIIikka Eklund2017-08-091-0/+1
| | | | | | | | | | | Currently Coin/CI expects to have tests in place and the integration will fail if there are no tests. Add dummy tests.pro to make it pass the CI. Change-Id: Iea5b5f83334b160e64fc2a09a7ab46d99874a2b2 Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Add dummy documentation targetsTopi Reinio2017-07-061-0/+2
| | | | | | | | | This allows the build to succeed when multiscreen-demo is a module in a super-repository with other modules using the standard doc targets. Change-Id: Ib62d525aae11c55357af710ebf39b06ab5553ee0 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Create the cluster view directly to the second displaySamuli Piippo2017-05-176-10/+13
| | | | | | | | | | | | | The 'screen' QML property was introduced in Qt 5.9 and enables to create component directly to the correct screen, instead of moving it afterwards. Needed to support multiple displays in Intel NUC with KMS. Other fixes included to work correctly with latest appman. Task-number: AUTOSUITE-111 Change-Id: Ib0bb0b271a8ddfd01af795e7c94053bed0e6cc52 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Update start.sh scriptSamuli Piippo2017-04-051-1/+1
| | | | | | | | config.yaml from AM no longer needed Change-Id: I1fe4a47f1ae44681daad24dcd2725534224e2351 Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update am-config.yaml to not depend anymore on config.yaml from appmanSamuli Piippo2017-04-052-1/+32
| | | | | | | | | | | | All the configurations should now live in am-config.yaml Instead of using /opt/am as the directory for the apps.db and app installations /tmp/am should be used. Using the same config now as neptune-ui. Change-Id: Ic775ad9a64b613b5285ee5635357fd01135ca12e Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add padding to plugin RPATHsSamuli Piippo2017-04-035-0/+10
| | | | | | | | | | | Installer needs to change the absolute rpaths to relative paths, but can only do that when the new path is shorter than the original. Add padding the RPATH to make sure this happens. Task-number: QTAUTO-336 Change-Id: Ide2ce08b7e01185f9143259db8edf6c9e769c299 Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Move obsolete additionalConfiguration to systemPropertiesSamuli Piippo2017-03-204-8/+11
| | | | | | | Change-Id: Ib6e0e41a7f1da8cb25af914649a261a1bc703693 Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix time and image misplacingKatja Marttila2017-03-202-3/+5
| | | | | Change-Id: I207a8216fbe0af7619079ac0130f6423982c8a5b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add multiscreen-demo sourcesKatja Marttila2017-03-16364-0/+24897
| | | | | | | | | Change-Id: I96652b6d05285b751b6d8a99c81102facc2e8adb Reviewed-by: Alistair Adams <alistair.adams@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@theqtcompany.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Initial empty repositoryOswald Buddenhagen2017-03-020-0/+0