diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-02-11 15:27:48 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-02-12 12:14:41 +0000 |
commit | 7e125c2a6e765bd0dc7cf10e9cd4be9a1ae5ef60 (patch) | |
tree | 8383a20259de40ac47128762dd1961857765bdaf /meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb | |
parent | 8ee9f5325dade8ee9a6db80375103ad9b73ccd11 (diff) | |
download | meta-boot2qt-thud.tar.gz |
democompositor: update to latest revisionthud
* 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 <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb')
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/democompositor_git.bb | 4 |
1 files 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 @@ | |||
1 | ############################################################################ | 1 | ############################################################################ |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2018 The Qt Company Ltd. | 3 | ## Copyright (C) 2019 The Qt Company Ltd. |
4 | ## Contact: https://www.qt.io/licensing/ | 4 | ## Contact: https://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
@@ -37,7 +37,7 @@ require recipes-qt/qt5/qt5-git.inc | |||
37 | QT_GIT_PROJECT = "qt-apps" | 37 | QT_GIT_PROJECT = "qt-apps" |
38 | QT_MODULE = "boot2qt-demos" | 38 | QT_MODULE = "boot2qt-demos" |
39 | 39 | ||
40 | SRCREV = "b9585b440819e1444b20f30435f81c46801158c5" | 40 | SRCREV = "0ea39397893edb54454bfceabde4b83fc5b60a2e" |
41 | 41 | ||
42 | S = "${WORKDIR}/git/wayland/democompositor/" | 42 | S = "${WORKDIR}/git/wayland/democompositor/" |
43 | 43 | ||