summaryrefslogtreecommitdiffstats
path: root/basicsuite
Commit message (Collapse)AuthorAgeFilesLines
* Change default font for demos to support arabic numbersPasi Petäjäjärvi2014-04-081-2/+2
| | | | | | | | | Demos itself did use the wrong font when virtualkeyboard used the correct one. Task-number: QTEE-354 Change-Id: I987b7b6d9c1132c906b6283951bbe46d38237a3d Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* [launchersettings] Small fixes in wifi settings sectionGatis Paeglis2014-04-071-33/+40
| | | | | | | | - only one list section expanded at a time. - adjust example to the changes in QtWifi API. Change-Id: I08eed885e08f581302f2704e07a0218c95c7454e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* sensorexplorer: Use identifier field when description is emptySamuli Piippo2014-04-031-1/+1
| | | | | | | | | Dummy sensors do not have description set, so they show up empty in the sensorexplorer. Use identifier in those cases. Task-number: QTEE-245 Change-Id: Iad160ddccde12124e1c293bb9894870ca4ab7ab9 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make sensors demo not rely on measurement errorsRainer Keller2014-04-021-21/+43
| | | | | | | | | | | The former implementation only updates the bubble when notified by a sensor changed event. This is not optimal because when the accelerometer is kept at a constant tilt the value does not change anymore but the bubble has to move further nevertheless. Change-Id: I24793b4c8da3fdc75eb3054acd88976d053149e3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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>
* Updated preview_l.jpg for textinput demoPasi Petäjäjärvi2014-03-141-0/+0
| | | | | | Task-number: QTEE-424 Change-Id: I4d23e42d5097386e55666f655b9b6566277ccf4b Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Rearrange the order of demos in the launcherTopi Reinio2014-03-1317-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Merge updates from upstream into keyboard exampleRainer Keller2014-02-264-17/+3
| | | | | Change-Id: I0b48f285e63f88788ca6015a1d7a53edaccd35b8 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add input field for decimal numbersRainer Keller2014-02-261-2/+13
| | | | | Change-Id: Ie0331e7152b992c79708da66d77371558ceaf1cf Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix typo Main -> SharedMainQtEE_v2.0.0Gatis Paeglis2014-02-241-1/+1
| | | | | Change-Id: I0b5929e42631f08e864b3642373b63f7b7ae62cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix stand alone demo layout issues on portrait devicesGatis Paeglis2014-02-214-4/+39
| | | | | | | | | | | | B2Qt demos are designed for landscape view, nexus by default is a portrait device, so we have to rotate demos by 90 degrees to show them in portrait view on nexus. This matches the implementation from b2qt-launcher. Task-number: QTEE-432 Change-Id: Id063dc4a3ff97d86a3a02cb62f1066882316208f Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Exclude mediaplayer also from eLinux-bone, since not workingaavit2014-02-211-0/+1
| | | | | Change-Id: Ida0fb9c0e1a8186d8a0437074882d27b000a8ab3 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix deployment of QML import plugins when building in Qt CreatorTopi Reinio2014-02-203-11/+26
| | | | | | | | 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>
* Add QtWidgets dependecy to shared.priGatis Paeglis2014-02-202-4/+6
| | | | | | | | Task-number: QTEE-417 Change-Id: I927a6ac2bfe4fbce4819bd740f4a7d1df19466ac Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Update title and description for Text Input demoTopi Reinio2014-02-202-2/+2
| | | | | | | | Rename to 'Virtual Keyboard' and use 'Qt Enterprise Embedded' in the description. Change-Id: Id98b83d2be41d51acf279ee3d357603bfe99295a 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>
* Fix QML GroupBox: Binding loop detected for propertyAndy Nichols2014-02-201-0/+3
| | | | | | | | QTEE-357 Change-Id: I8f400f5d204f56e61339e097d6288961d3d7133d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [controls-touch] Deploy imagesGatis Paeglis2014-02-201-2/+4
| | | | | | Task-number: QTEE-418 Change-Id: I11b84680f2e93df27da601b5948336640428d4a1 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Remove Sensor Explorer and Particles demos from launcherTopi Reinio2014-02-202-1/+2
| | | | | | | | | Remove the two demos from the launcher. Keep them in the repository still, making it possible to build them stand-alone. Change-Id: I00fc2e91d556584a9a1124ccc8598ec65804bacb Reviewed-by: Gatis Paeglis <gatis.paeglis@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-launchpresentation] Don't crop the description text on nexusGatis Paeglis2014-02-191-4/+3
| | | | | | | Tesk-number: QTEE-407 Change-Id: I6f89136ceece1e6aae1c6b00c3b2aa53c47c1e4c Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* [launcher settings] improve visual appearanceGatis Paeglis2014-02-198-97/+137
| | | | | | | and fix the UI shrinking issue when vkb is visible. Change-Id: I8609dbc4a852b04e3ed9f3fbd3eb1175f3576f5e Reviewed-by: Andy Nichols <andy.nichols@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 vkb import pathGatis Paeglis2014-02-181-1/+2
| | | | | | | Task-number: QTEE-391 Change-Id: I14b1d6ad883bb62bcfd0ec44d083e95b7c4932cd Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Fix issues in qt5-launcher presentationAndy Nichols2014-02-143-3/+4
| | | | | | | | | No warnings on start Using a valid fontfamily for Context2D example velocityfrommotion particle demo is now visible Change-Id: Ibc805d32f55950279918935d1711f61afe0d7308 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove Raspberry Pi logo from demoAndy Nichols2014-02-142-0/+0
| | | | | | | | | This demo was designed to be run the raspberry pi but we run it on all kinds of devices so I've removed the logo. Change-Id: I72e0101b0cd2c331436037099c8142a0f3780dc7 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>
* fix glsl syntax in graphical effects demoaavit2014-02-131-1/+1
| | | | | | | On BBB/eLinux, the Dissolve effect would fail to compile at runtime. Change-Id: Ib9c1383d1543dd8c759634b79eabe4489d7b4868 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Update copyright yearaavit2014-02-12200-200/+200
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Limit camera & mediaplayer demos to working devicesaavit2014-02-122-2/+10
| | | | | Change-Id: I81d3f3a7e142eb0f5f0fef251de7daa9a3f7a7a9 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Fix license issues in demo sourcesTopi Reinio2014-02-126-32/+37
| | | | | Change-Id: I6c87139bb729f2970ae22d7ef92688de647f8e3c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add documentation for enterprise examplesTopi Reinio2014-02-073-0/+39
| | | | | | | | Add documentation for enterprise examples and make them run stand-alone. Change-Id: I579a57bd32c97649b6d619f73caa681174b56381 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Exclude sensor demos from devices that don't have sensorsSamuli Piippo2014-02-072-0/+2
| | | | | | | | Sensor demos make sense only on devices that have sensors, i.e., emulators and nexus7. Change-Id: I3c49cce9675a0e37e3b20f73b61fcd71e1b5baf9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Ensure common files are deployed when building demos stand-aloneTopi Reinio2014-02-061-0/+2
| | | | | | | | | In addition to exporting the INSTALLS variable, we also need to export the files and their path to have correct deployment targets generated. Change-Id: I1e84cd5673f9a2e9f7d32ec237ca31f090e50e5f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Improve demo documentation and descriptionsTopi Reinio2014-02-049-10/+16
| | | | | | | | | | | - 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>
* Improve description of the Text Input demoTopi Reinio2014-02-031-5/+2
| | | | | | | Change-Id: Ia8d0e61c0592c28f98e7d489f4bc533ab261a507 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add Qt Charts demos to the qtlauncherGatis Paeglis2014-01-3020-0/+1005
| | | | | | | | This change depends on a2f0bd6002708aa0c782684ca6e6982e6e766015 in b2qt-launcher. Change-Id: If76be005a905546e9c474d6597dffeeb095f97f8 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>
* Add Enterprise Controls demos to the qtlauncherGatis Paeglis2014-01-3045-0/+2583
| | | | | Change-Id: I4d8873343b47157e0d5733129c321b3b0f5e5d56 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-3017-8/+92
| | | | | | | | | | 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>
* [Launcher Settings] Add Wifi GroupBoxGatis Paeglis2014-01-308-15/+380
| | | | | Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Remove Controls Layouts demo and docs for Launcher SettingsTopi Reinio2014-01-285-132/+0
| | | | | | | | | | | | | Remove Controls Layouts demo which is not very useful in a touch environment. Layouts themselves are covered by Qt examples and documentation. Also, stop showing Launcher Settings as an stand-alone example in Qt Creator. It's not functional as a stand-alone app (controls do nothing). Change-Id: I1c869b546b92ca911ee2ac268ee21fd3f078b709 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-27914-209/+411
| | | | | | | | | | | | | | | | 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>
* Remove background image of text input applicationRainer Keller2014-01-172-61/+57
| | | | | | | The image does not scale well and looks horribly. Change-Id: I3c0b34588e74315623dfb68c260706151be2bade Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Merge remote-tracking branch 'origin/stable' into devaavit2014-01-1669-34/+2424
|\ | | | | | | | | | | | | | | | | | | * origin/stable: Introduce documentation for Qt Enterprise Embedded Examples Add .export file to limit released sources codes Add Digia license headers include media player for raspberry pi Change-Id: Id630e4aa43ada32806503d8021a11d30b9dcd24b
| * Introduce documentation for Qt Enterprise Embedded ExamplesTopi Reinio2014-01-1412-33/+183
| | | | | | | | | | | | | | | | | | | | | | Create documentation structure for Qt Enterprise Embedded Examples and Demos, including the subprojects from the /basicsuite subdirectory. Task-number: QTEE-137 Change-Id: Ic6f9f9fa8cea8b7fa4821508fda93822c0b99ea3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Add Digia license headersTopi Reinio2013-12-0356-0/+2240
| | | | | | | | | | | | | | | | Adds a BSD license header to example source (*.cpp, *.h, and *.qml) files that do not have a license already. Change-Id: If51883d2d1b76f84acce42ccd4e42b706c42431d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * include media player for raspberry piSamuli Piippo2013-11-251-1/+1
| | | | | | | | | | | | | | Performance is not great, but at least videos work on raspberry pi. Change-Id: Iad71fa7421b1b18de7ed7f5415c2006ba2347553 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>