aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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>