summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge branch 'stable' into releaseKalle Viironen2014-02-211206-18361/+27337
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: (50 commits) Fix deployment of QML import plugins when building in Qt Creator Add QtWidgets dependecy to shared.pri Update title and description for Text Input demo Update content for About Boot to Qt demo Fix QML GroupBox: Binding loop detected for property [controls-touch] Deploy images Remove Sensors demo from the Qt Creator's list of examples Remove Sensor Explorer and Particles demos from launcher Fix layout issues with Qt-Everywhere (touchgallery) [qt5-launchpresentation] Don't crop the description text on nexus [launcher settings] improve visual appearance [qt5-everywhere] update preview image Fix vkb import path Fix issues in qt5-launcher presentation Remove Raspberry Pi logo from demo Fix Canvas2D error Qt5-Everywhere: show network error message fix glsl syntax in graphical effects demo Update copyright year Limit camera & mediaplayer demos to working devices ... Change-Id: I1ed9233a89ea989013b398c8480e1932949fff19
| * 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 Sensors demo from the Qt Creator's list of examplesTopi Reinio2014-02-201-0/+2
| | | | | | | | | | | | | | | | This demo doesn't work when built stand-alone. Task-number: QTEE-422 Change-Id: Ib5f85f5322e79c8fdf4221f804d9a0147e906740 Reviewed-by: Gatis Paeglis <gatis.paeglis@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-12206-206/+206
| | | | | | | | | | 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-077-0/+73
| | | | | | | | | | | | | | | | 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-0424-16/+111
| | | | | | | | | | | | | | | | | | | | | | - 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>
| * Merge branch 'dev' into stableKalle Viironen2014-02-03986-531/+4436
| |\ | | | | | | | | | Change-Id: Ia3862e686c17c11cd7415cd657d442e4ac8c7002
| | * 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-55/+221
| | | | | | | | | | | | | | | Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| | * Remove Controls Layouts demo and docs for Launcher SettingsTopi Reinio2014-01-286-139/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-27916-221/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1691-35/+3470
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * 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-1428-34/+1028
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 .export file to limit released sources codesSamuli Piippo2013-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Only basicsuite directory is added to released source codes Change-Id: I358b430e7f9e31d53bb7ba68e0b423abf7cf3eaa Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * | Add Digia license headersTopi Reinio2013-12-0361-0/+2440
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * Use new virtual keyboardRainer Keller2014-01-161-6/+2
| |/ | | | | | | | | Change-Id: I99c6658d5160a6b8fe0154813f75cba8e6a56fb1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Exclude some more demos (and fix syntax)v1.0.0-RC5v1.0.0aavit2013-10-182-2/+2
| | | | | | | | | | Change-Id: Ieed04db9d4b331efff7cc8f6f047c95ccf6ebe39 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
| * exclude Camera from linux_iMX6 (just shows black screen)aavit2013-10-181-1/+1
| | | | | | | | | | Change-Id: I57063ed075eb7bf5b5c812a58297f47bc44babb9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
| * Fix typosv1.0.0-RC4Rainer Keller2013-10-176-7/+7
| | | | | | | | | | Change-Id: I1cfd32f4109a21270ac3bfa64b7494abb6a07adb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Fix typoRainer Keller2013-10-171-1/+1
| | | | | | | | | | Change-Id: I74c7d1493cb12b6fe4c460f353b3f914aafeae3c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Show Sensor Explorer example in landscapeGatis Paeglis2013-10-162-3/+3
| | | | | | | | | | Change-Id: I4925704922c94d3a6980d7f4745498a56ff5bce5 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>