summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere
Commit message (Collapse)AuthorAgeFilesLines
* Qt5 Everywhere: keep only metadata.Gatis Paeglis2014-10-03353-16736/+3
| | | | | | | | | | This demo is prepared during build process by pulling in the latest version from git repository and making it b2qt-launcher compatible. Task-number: QTEE-756 Change-Id: If8fb202b6437c43ff3a8d381234c574e631b00bb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Capture preview images in ~800x600 resolutionRainer Keller2014-09-171-0/+0
| | | | | | Task-number: QTEE-694 Change-Id: Ibcee4da0108a8d087d54495d129b0b871d7b0983 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Remove incorrect assingment of QUrl to boolSamuli Piippo2014-06-241-2/+0
| | | | | | | This time in RSS reader. Change-Id: I2b9e74e1605f76d8c954f2f988506d0704d9e81d Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Remove incorrect assingment of QUrl to boolPasi Petäjäjärvi2014-04-011-2/+0
| | | | | | Task-number: QTEE-403 Change-Id: Idd20f43546e133473da54fdad804d23254fd4ba2 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* qt5-everywhere: update working radio playlistSamuli Piippo2014-03-271-5/+1
| | | | | | | | | List is actually read from qt-project.org, so need to update it there as well. Task-number: QTEE-398 Change-Id: I9dcbda1f3dcb1c6cd8e63434d17289d0e029a1b4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Rearrange the order of demos in the launcherTopi Reinio2014-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The launcher will sort the demos alphabetically based on their titles, and then removes leading digits (see cf9b6d17). This allows us to control the order of the demos. This change sets the following order, from left to right: About Qt Enterprise Embedded Launcher Settings Qt5 Everywhere Qt5 Cinematic Demo Qt5 Launch Presentation Virtual Keyboard Qt Quick Enterprise Controls - Dashboard Qt Quick Enterprise Controls - Gallery Controls: Touch Qt Charts - Gallery Media Player Camera Photo Gallery Graphical Effects Sensors Demo Change-Id: I80e5fb66b55f5b5541acc70410c555d4d971e220 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix deployment of QML import plugins when building in Qt CreatorTopi Reinio2014-02-201-5/+12
| | | | | | | | Task-number: QTEE-419 Task-number: QTEE-420 Change-Id: Iaa57cf0b4060f1dfb3fad3e81bc4c4d070cc6820 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix layout issues with Qt-Everywhere (touchgallery)Andy Nichols2014-02-197-9/+12
| | | | | Change-Id: I852d90b1c6afdc0316c7d4e45415c53eda94066a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [qt5-everywhere] update preview imageGatis Paeglis2014-02-191-0/+0
| | | | | | | | Updated preview image to show clouds with open applications. This way it looks less boring and matches screenshot from Android store. Change-Id: I2669d6afaa98fd20e20d8bd30d6f2129d3e8b870 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix Canvas2D errorAndy Nichols2014-02-141-1/+1
| | | | | | | | The numbers on the clock were being rendered wrong because of an invalid Context2D font family. Change-Id: I74d3ce15ccfba77dae4997874f940b5d1fff34a9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Qt5-Everywhere: show network error messageAndy Nichols2014-02-144-0/+93
| | | | | | | | | | | Instead of showing broken applications when there is no available network, we now show an error message indicating that there is no network available. This is neat because now we dont have to let customers know why things are working at shows, and people trying this for themselves will know what they need to do to remedy the issue. Change-Id: Idda904946fb823abce3f8f11c51b5516cb58472c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update copyright yearaavit2014-02-1282-82/+82
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Improve demo documentation and descriptionsTopi Reinio2014-02-041-1/+1
| | | | | | | | | | | - Copy thumbnails from launcher to example documentation - Fix typos and improve demo descriptions and use them also in the example docs - Add missing docs for Qt 5 Launch Presentation, fix typo in its .pro file name. Change-Id: Ic658b7e536853d7272aaee26c6fd8769bc3fc060 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* [qt5-everywhere] Fix shader pathGatis Paeglis2014-01-301-1/+8
| | | | | Change-Id: I5705acafc25f5cd7df258dc543d86007d023cc22 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-301-0/+1
| | | | | | | | | | Add a shared QML file that defines an InputPanel and loads the main QML for each demo. Also, - Do not define QT_IM_MODULE (set already in the system) - Improved exclude file parsing to match b2qt-launcher Change-Id: Ibdd0371a57878ef7bc585aa67fcd148377f54bc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-27356-0/+16637
This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>