summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt
Commit message (Collapse)AuthorAgeFilesLines
* Update "Code less" logoSamuli Piippo2014-10-071-0/+0
| | | | | | Task-number: QTEE-777 Change-Id: I3732cc813ec2b6ca5165f29884c708073da703ab Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update Qt logosSamuli Piippo2014-10-071-0/+0
| | | | | | | | | New Qt logos, no update available for the "Code less" image. Removed old images that were not used anymore. Task-number: QTEE-777 Change-Id: I3b60496d237b2340c679ae0b756b939f95e4ad87 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Change URLs to qt.ioRainer Keller2014-10-079-10/+10
| | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@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>
* Doc: Content/language improvement for About QtEE demo.Topi Reinio2014-06-271-6/+6
| | | | | | | | | Rephrase a couple of sentences. Task-number: QTEE-691 Change-Id: I92d55e8215f5ce6bf4aab2019854149f37c78ad2 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* about: fit text properly to the boxSamuli Piippo2014-06-261-1/+1
| | | | | | | Did not look good in smaller resolution Change-Id: Id7e33d9e1b06a13282d0ca82c017ff860f0cf312 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix a typo in the new About presentationLaszlo Agocs2014-06-251-1/+1
| | | | | Change-Id: I7af338332b09f01fd9af9c82a5271a7faa5629d3 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* About Boot to Qt-demo updateKalle Viironen2014-06-257-63/+326
| | | | | | | | | Content update for About Boot to Qt-demo Change-Id: I8217a6c6ee0ca7f642dbe4d250a329f9f27c0713 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove yocto version from about-b2qt demoSamuli Piippo2014-05-191-1/+1
| | | | | | | | Version changes almost every relese, no point having it here. Task-number: QTEE-546 Change-Id: I97185ffbceebedceddd38983edc2fc44c0a93469 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* [about-b2qt] Use Screen element for setting width/heightGatis Paeglis2014-04-091-2/+3
| | | | | | Task-number: QTRD-3032 Change-Id: Ifdd27fe756f120bcb78093626908b04a62065d3a Reviewed-by: Laszlo Agocs <laszlo.agocs@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>
* Update content for About Boot to Qt demoTopi Reinio2014-02-205-34/+45
| | | | | | | | | | | - Replace Boot to Qt with Qt Enterprise Embedded where suitable, and update content with current messaging - Rename title to 'About Qt Enterprise Embedded' Task-number: QTEE-390 Change-Id: I30c2ee11954da43dc4010cc890beec9020cc529f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update copyright yearaavit2014-02-127-7/+7
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee 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-2715-0/+634
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>