summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-196-8/+11
| | | | | Change-Id: I852d90b1c6afdc0316c7d4e45415c53eda94066a Reviewed-by: Gatis Paeglis <gatis.paeglis@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-1266-66/+66
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* [qt5-everywhere] Fix shader pathGatis Paeglis2014-01-301-1/+8
| | | | | Change-Id: I5705acafc25f5cd7df258dc543d86007d023cc22 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-27295-0/+14227
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>