From ec7cc518acc087f9366db2fc34139807df4e7398 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Wed, 30 Jan 2019 14:31:46 +0200 Subject: Enable boot2qt launcher automatic demo mode Task-number: QTBUG-72852 Change-Id: Id07b45185f1d033cd27f72b9ab28d23d9cb39a3d Reviewed-by: Tuomas Heimonen --- basicsuite/ebike-ui/MainPage.qml | 3 +++ basicsuite/ebike-ui/SpeedView.qml | 1 + basicsuite/enterprise-charts/main.qml | 1 + basicsuite/graphicaleffects/main.qml | 1 + 4 files changed, 6 insertions(+) diff --git a/basicsuite/ebike-ui/MainPage.qml b/basicsuite/ebike-ui/MainPage.qml index ae36401..e459789 100644 --- a/basicsuite/ebike-ui/MainPage.qml +++ b/basicsuite/ebike-ui/MainPage.qml @@ -54,6 +54,7 @@ Page { StatsBox { id: statsButton + objectName: "ebikeStatsButton" anchors.left: parent.left anchors.top: parent.top @@ -67,6 +68,7 @@ Page { NaviBox { id: naviButton + objectName: "ebikeNaviButton" anchors.right: parent.right anchors.top: parent.top arrowSource: naviGuideArrowSource @@ -82,6 +84,7 @@ Page { LightsBox { id: lightsButton + objectName: "ebikeLightsButton" anchors.left: parent.left anchors.bottom: parent.bottom } diff --git a/basicsuite/ebike-ui/SpeedView.qml b/basicsuite/ebike-ui/SpeedView.qml index 1a153d3..49be98a 100644 --- a/basicsuite/ebike-ui/SpeedView.qml +++ b/basicsuite/ebike-ui/SpeedView.qml @@ -40,6 +40,7 @@ import "./BikeStyle" Rectangle { id: speedViewItem + objectName: "ebikeSpeedView" width: root.width * 0.35 height: width color: "transparent" diff --git a/basicsuite/enterprise-charts/main.qml b/basicsuite/enterprise-charts/main.qml index 5fadbbd..02b4f8b 100644 --- a/basicsuite/enterprise-charts/main.qml +++ b/basicsuite/enterprise-charts/main.qml @@ -67,6 +67,7 @@ Rectangle { ListView { id: root + objectName: "chartsListView" focus: true anchors.fill: parent snapMode: ListView.SnapOneItem diff --git a/basicsuite/graphicaleffects/main.qml b/basicsuite/graphicaleffects/main.qml index 4eb694d..eb6421c 100644 --- a/basicsuite/graphicaleffects/main.qml +++ b/basicsuite/graphicaleffects/main.qml @@ -94,6 +94,7 @@ Item { ListView { id: list + objectName: "graphicsEffectsList" anchors.top: parent.top anchors.left: parent.left width: parent.width / 4 -- cgit v1.2.3 From f732f98e0cb3871c5a2cb1c94d68f812daa9abba Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 5 Feb 2019 14:52:11 +0200 Subject: Doc: Bump version to 5.12.2 Change-Id: Ia690ab2043e27d54691b957b5d0a21db674ca412 Reviewed-by: Samuli Piippo --- doc/b2qt-demos.qdoc | 4 ++-- doc/b2qt-demos.qdocconf | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc index 6190e47..b20b660 100644 --- a/doc/b2qt-demos.qdoc +++ b/doc/b2qt-demos.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2019 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of Qt for Device Creation. @@ -50,7 +50,7 @@ /*! \page index.html - \title Qt 5.12.1 for Device Creation Examples and Demos + \title Qt 5.12.2 for Device Creation Examples and Demos \SDK has a number of examples and demos. These are included in the \B2Q images, available in the launcher that is run by default at diff --git a/doc/b2qt-demos.qdocconf b/doc/b2qt-demos.qdocconf index 67a08e6..0ce4e66 100644 --- a/doc/b2qt-demos.qdocconf +++ b/doc/b2qt-demos.qdocconf @@ -5,8 +5,8 @@ outputencoding = UTF-8 sourceencoding = UTF-8 project = QtforDeviceCreationDemos -description = Qt 5.12.1 for Device Creation Examples and Demos -version = 5.12.1 +description = Qt 5.12.2 for Device Creation Examples and Demos +version = 5.12.2 sourcedirs = . imagedirs += images @@ -21,9 +21,9 @@ exampledirs = .. qhp.projects = QtforDeviceCreationDemos qhp.QtforDeviceCreationDemos.file = b2qt-demos.qhp -qhp.QtforDeviceCreationDemos.namespace = org.qt-project.b2qt-demos.5121 +qhp.QtforDeviceCreationDemos.namespace = org.qt-project.b2qt-demos.5122 qhp.QtforDeviceCreationDemos.virtualFolder = b2qt-demos -qhp.QtforDeviceCreationDemos.indexTitle = Qt 5.12.1 for Device Creation Examples and Demos +qhp.QtforDeviceCreationDemos.indexTitle = Qt 5.12.2 for Device Creation Examples and Demos qhp.QtforDeviceCreationDemos.indexRoot = qhp.QtforDeviceCreationDemos.subprojects = demos @@ -35,4 +35,4 @@ manifestmeta.b2qt.names = "QtforDeviceCreationDemos/*" macro.B2Q = "Boot to Qt" macro.SDK = "Qt for Device Creation" -navigation.landingpage = "Qt 5.12.1 for Device Creation Examples and Demos" +navigation.landingpage = "Qt 5.12.2 for Device Creation Examples and Demos" -- cgit v1.2.3