From 7e125c2a6e765bd0dc7cf10e9cd4be9a1ae5ef60 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Mon, 11 Feb 2019 15:27:48 +0200 Subject: democompositor: update to latest revision * democompositor related changelog: a028e83 democompositor: Use == to compare the appEntry and not === 163764b democompositor: Introduce a graceful stop of a client application f73fdd9 democompositor: Allow to stop running processes by AppEntry 613fb8c democompositor: Export the sourceFileName as well c228605 democompositor: Store the AppEntry in the Chrome e5047dc processlauncher: Fix crashing on destruction with running apps a84980d democompositor: Add a mandatory "Id" to the app specification a55e763 democompositor: Allow arbitrary extensions inside the app map 04c907b democompositor: Move images and apps to resources/ folder f196da3 democompositor: Remove deleted files from the model 7f17ecb democompositor: Make font name, font size and scene configurable 1a80548 democompositor: Forward client application output ff2b5b5 democompositor: Provide an example to detect unknown apps e9dc7f1 democompositor: Keep track of running apps and enforce singleton 1b2ca45 democompositor: Log process related events b18b35e democompositor: Give up on having AppEntry with only const members e1c257c democompositor: Move to start by AppEntry 5b64a6d democompositor: Expose the AppListModel and use to display apps 335968b democompositor: Add method to scan and watch a directory 097cbe3 democompositor: Add method to scan entire directory for files 3bc5f85 democompositor: Introduce a project file that builds the tests 331a7bf democompositor: Add .gitignore to ignore build and generated files df9402f democompositor: Introduce an AppListModel to expose apps c09aa96 democompositor: Add parsing of entries and testcode cdc7adb democompositor: Describe applications using a JSON file 534e108 democompositor: QFont takes only int as parameters. Pass one Change-Id: I5c0f72ffd1ca95bcde798ba5011e673a864b3b6e Reviewed-by: Samuli Piippo --- meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb b/meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb index cc05383..64d95f5 100644 --- a/meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb +++ b/meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb @@ -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 Boot to Qt meta layer. @@ -37,7 +37,7 @@ require recipes-qt/qt5/qt5-git.inc QT_GIT_PROJECT = "qt-apps" QT_MODULE = "boot2qt-demos" -SRCREV = "b9585b440819e1444b20f30435f81c46801158c5" +SRCREV = "0ea39397893edb54454bfceabde4b83fc5b60a2e" S = "${WORKDIR}/git/wayland/democompositor/" -- cgit v1.2.3-54-g00ecf