aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples
Commit message (Collapse)AuthorAgeFilesLines
* cinematicexperience: Fix file permissions for non-root userKhem Raj2022-05-161-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running this demo under non-root user it often does not come up because the asset are non-readable for non-root users e.g. weston user when running weston based images. Fixes raspberrypi4-64:/usr/share/cinematicexperience-1.0$ ./Qt5_CinematicExperience file:///usr/share/cinematicexperience-1.0/Qt5_CinematicExperience.qml:30:5: Type InfoView unavailable InfoView { ^ file:///usr/share/cinematicexperience-1.0/content/InfoView.qml: Permission denied ^C buildhistory view after the change --- a/packages/cortexa72-yoe-linux-musl/cinematicexperience/sysroot +++ b/packages/cortexa72-yoe-linux-musl/cinematicexperience/sysroot @@ -5,11 +5,11 @@ drwxr-xr-x - - 4096 ./usr/share drwxr-xr-x - - 4096 ./usr/share/cinematicexperience-1.0 drwxr-xr-x - - 4096 ./usr/share/cinematicexperience-1.0/content -rw-r--r-- - - 1184 ./usr/share/cinematicexperience-1.0/content/Background.qml --rw------- - - 2868 ./usr/share/cinematicexperience-1.0/content/Button.qml --rw------- - - 1777 ./usr/share/cinematicexperience-1.0/content/CurtainEffect.qml +-rw-r--r-- - - 2868 ./usr/share/cinematicexperience-1.0/content/Button.qml +-rw-r--r-- - - 1777 ./usr/share/cinematicexperience-1.0/content/CurtainEffect.qml -rw-r--r-- - - 3284 ./usr/share/cinematicexperience-1.0/content/DelegateItem.qml -rw-r--r-- - - 5499 ./usr/share/cinematicexperience-1.0/content/DetailsView.qml --rw------- - - 844 ./usr/share/cinematicexperience-1.0/content/FpsItem.qml +-rw-r--r-- - - 844 ./usr/share/cinematicexperience-1.0/content/FpsItem.qml drwxr-xr-x - - 4096 ./usr/share/cinematicexperience-1.0/content/images -rw-r--r-- - - 88497 ./usr/share/cinematicexperience-1.0/content/images/10.png -rw-r--r-- - - 106319 ./usr/share/cinematicexperience-1.0/content/images/11.png @@ -63,11 +63,11 @@ drwxr-xr-x - - 4096 ./usr/share/cinematicexperience-1.0/ -rw-r--r-- - - 5854 ./usr/share/cinematicexperience-1.0/content/images/switch_frame.png -rw-r--r-- - - 2383 ./usr/share/cinematicexperience-1.0/content/images/switch_on.png -rw-r--r-- - - 3366 ./usr/share/cinematicexperience-1.0/content/images/switch_thumb.png --rw------- - - 727 ./usr/share/cinematicexperience-1.0/content/InfoViewItem.qml --rw------- - - 10046 ./usr/share/cinematicexperience-1.0/content/InfoView.qml +-rw-r--r-- - - 727 ./usr/share/cinematicexperience-1.0/content/InfoViewItem.qml +-rw-r--r-- - - 10046 ./usr/share/cinematicexperience-1.0/content/InfoView.qml -rw-r--r-- - - 8136 ./usr/share/cinematicexperience-1.0/content/MainView.qml --rw------- - - 15431 ./usr/share/cinematicexperience-1.0/content/MoviesModel.qml --rw------- - - 794 ./usr/share/cinematicexperience-1.0/content/RatingsItem.qml +-rw-r--r-- - - 15431 ./usr/share/cinematicexperience-1.0/content/MoviesModel.qml +-rw-r--r-- - - 794 ./usr/share/cinematicexperience-1.0/content/RatingsItem.qml -rw-r--r-- - - 4155 ./usr/share/cinematicexperience-1.0/content/SettingsView.qml -rw-r--r-- - - 5020 ./usr/share/cinematicexperience-1.0/content/Switch.qml -rwxr-xr-x - - 9960 ./usr/share/cinematicexperience-1.0/Qt5_CinematicExperience Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta: update license namesMartin Jansa2022-02-221-1/+1
| | | | | | | | * openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-qt: update ambiguous "BSD" license with "BSD-3-Clause"Denys Dmytriyenko2022-02-111-1/+1
| | | | | | | | | OE-Core recently removed ambiguous "BSD" license in order for recipes to be more specific and use the exact variants of BSD. Update meta-qt5 recipes with "BSD-3-Clause" as that was the previous default. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Recipes: add explicit branch parameter and use https:// instead of git:// ↵Martin Jansa2021-11-132-2/+3
| | | | | | | | | | | | | | | | | | | | | for github.com * github decided that nobody should use git:// https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and starting today all the builds were failing to fetch the metadata layers from github like: 2021-11-01T18:53:26 INFO _main_ Updating [meta-ros] fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. this was just a "test" as they said: "November 2, 2021: We'll also run several short brownouts on this date." and it will be completely disabled on January 11 2022. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-038-16/+16
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: don't use trailing slash in SMartin Jansa2020-10-091-1/+1
| | | | | | | | * see oe-core base.bbclass changes from: https://lists.openembedded.org/g/openembedded-core/message/143159 https://lists.openembedded.org/g/openembedded-core/message/143161 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5everywheredemo: update HOMEPAGECallum O'Brien2019-07-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5everywheredemo: add dependency on qtxmlpatternsMartin Jansa2018-12-231-1/+1
| | | | | | | | * after xmlpatterns PACKAGECONFIG was removed from qtdeclarative it fails with: | Project ERROR: Unknown module(s) in QT: xmlpatterns Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt: remove unnecessary FILES.*-dbg variables for packaging .debug filesMartin Jansa2018-09-198-8/+0
| | | | | | | | | | | | | | | | | | | | * package.bbclass can do it automatically since: commit da5ec06814e105451cca11cce76b5c5231110524 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue Dec 15 15:38:54 2015 +0000 package: Add auto package splitting of .debug files * .debug files for examples were incorrectly picked by qtbase-qmlplugins-dbg causing following QE error, because unlike qtbase-examples-dbg we don't have libdir in INSANE_SKIP. ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA Issue: qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/styleplugin/styles/.debug/libsimplestyleplugin.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugins/.debug/libechoplugin.so [libdir] ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: Add liberation-fonts to RDEPENDSFabio Berton2018-04-181-1/+1
| | | | | | | Install liberation-fonts package to show cinematicexperience fonts. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Change default SRC_URI from github.com to code.qt.ioMikko Gronoff2018-04-181-1/+2
| | | | | | | | | | | | | There have been issues in the past with github qt mirror being out of sync with code.qt.io for certain module repos. Right now there's been a several days long break in update cycle for seemingly all the qt modules where content has not been pushed to the github mirror. Change the default SRC_URI to the more reliable code.qt.io. Change-Id: Ic7d3b9a82ef0ae502e99a8516ef78ca09250fd1e Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-qt5: Update to 5.9.2 releaseHerman van Hazendonk2017-10-171-4/+4
| | | | Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* Update Qt5's git repositories to match new locationsVesa Jääskeläinen2016-11-011-1/+1
| | | | | | | | | | | | | Qt5's repositories in github has changed locations. Qt5 itself and most of its modules are now under: github.com/qt Where as qt5-everywhere-demo is under: github.com/qt-labs Signed-off-by: Vesa Jääskeläinen <dachaac@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: Add recipeStefan Müller-Klieser2016-09-051-0/+19
| | | | | | | | | This brings back the qt5-opengles2-test. I cloned the vanished repository, as it is a handy and small test application. We use it for our embedded boards. Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: removeMartin Jansa2016-08-041-19/+0
| | | | | | | | | | * https://github.com/thp/qt5-opengles2-test no longer exists there is some clone of it in: https://github.com/mer-qa/qt5-opengles2-test but that doesn't have the SRCREV we were using and last commit is from 2014 version 1.0.2 while we had 1.0.4 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* examples: fix few thousands host-user-contaminated QA warningsMartin Jansa2016-02-208-18/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes, conf: Direct QT_GIT to use github mirrorsKhem Raj2015-08-261-1/+1
| | | | | | | | This helps in load balancing code.qt.io may be overloaded and bails out occasionally when doing fresh clones Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: update to last commitAndreas Müller2015-07-021-1/+1
| | | | | | | * don't segfault in case qtsensors does not find accelerometer values Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: Upgrade to latest tipKhem Raj2015-05-211-3/+3
| | | | | | | Fix dependencies on the way Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5nmapper: Fix compatibility issueNeena Busireddy2015-04-152-1/+28
| | | | | | | | | | | | | | | | | | | qt5nmapper app fails to run with the following error: file:///usr/share/qt5nmapper-1.0/Qt5_NMapper.qml:34:5: Type Panel unavailable Panel { ^ file:///usr/share/qt5nmapper-1.0/content/Panel.qml:118:9: Type Switch unavailable Switch { ^ file:///usr/share/qt5nmapper-1.0/content/Switch.qml:8:21: Cannot assign a value to a signal (expecting a script to be run) property string onText: "On" This patch changes the string from onText to onTextstring which was introduced with Qt 5.3 Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt5: add QT_GIT to define git repo for Qt core componentsAndre McCurdy2015-03-171-1/+1
| | | | | | | Replace duplicated git URIs with a single definition in layer.conf. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-git, *qtbase*, qt5everywheredemo: Fetch from code.qt.ioFrederico Cadete2015-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Gitorious disabled the git:// protocol, breaking fetches. * Also, this service is scheduled to stop in May 2015, so move to code.qt.io. * qt5everywheredemo needs different SRCREV because this repo was recreated in code.qt.io and SRCREV 9a868f96ee63c21ceda890d8dfc9d33f093d1b6d doesn't exist on code.qt.io It was initial commit in gitorious repo: commit 9a868f96ee63c21ceda890d8dfc9d33f093d1b6d Author: Sergio Ahumada <sergio.ahumada@digia.com> Date: Wed Jul 3 12:09:40 2013 +0200 Initial commit This is exactly matching with this commit in code.qt.io: commit c17fe9e0ec0882ac4c4dc1168095f569acab5d09 Author: Kimmo Ollila <kimmo.ollila@digia.com> Date: Wed Jun 19 13:02:05 2013 +0300 Fixed radio crash on application close Signed-off-by: Frederico Cadete <frederico@cadete.eu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: exclude from world because of gles2 dependencyMartin Jansa2015-01-121-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-opengles2-test: import from meta-webos-portsMartin Jansa2014-12-171-0/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: fix qt5.3 compatibilityYen-Chin Lee2014-07-232-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cinematicexperience will run failed on Qt5.3.0 and Qt5.3.1, error message as below ------------------------------------------------------------ Qt5_CinematicExperience.qml:26:5: Type MainView unavailable MainView { ^ /content/MainView.qml:241:9: Type SettingsView unavailable SettingsView { ^ /content/SettingsView.qml:88:13: Type Switch unavailable Switch { ^ /content/Switch.qml:9:21: Cannot assign a value to a signal (expecting a script to be run) property string onText: "On" ^ ------------------------------------------------------------ This patch fix this issue and make cinematicexperience can run on qt5.3. ref: http://wickwire2099.blogspot.tw/2014/05/qt-530-qt5-cinematic-experience.html Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quitindicators: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+25
| | | | | | | | | | This example shows the implementation of QUITIndicators components. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quitbattery: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+26
| | | | | | | | | | | This example demonstrates how QUItBattery could behave in different situations. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5nmapper: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+28
| | | | | | | | | | NMapper is a small application to experiment with normal mapping on Qt5. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5nmapcarousedemo: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+27
| | | | | | | | | | Qt5 Nmapcarousel demonstrates the normal mapping technique using Qt5 This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5ledscreen: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+24
| | | | | | | | | | This is demonstration of simple LedScreen Component utilizing Qt5 QML. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtsmarthome: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+28
| | | | | | | | | | | This is the Smarthome QML demo application showing interface to control an automated house. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5everywheredemo: Create recipe to demonstrate qt5 example.Neena Busireddy2014-07-061-0/+25
| | | | | | | | | | | Qt5 Everywhere Demo provides a quick tour of Qt 5.0, primarily focusing on its graphical capabilities. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: add exampleEric Bénard2013-10-081-0/+40
for more informations on this demo : http://kgronholm.blogspot.fr/2012/08/qt5-cinematic-experience.html http://quitcoding.com/?page=work#cinex Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>