summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-gallery
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Mikko Gronoff2016-12-121-1/+1
|\ | | | | | | | | | | | | * origin/5.6: Remove wildcard in enterprise-gallery demo .pro file Change-Id: I64fe114bcb616f792bd02625cdf11ecdf6f9c093
| * Remove wildcard in enterprise-gallery demo .pro fileMikko Gronoff2016-12-121-1/+1
| | | | | | | | | | Change-Id: I5ff4496f0046bf6cb68545d20b108f7272fbf6f9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update license headersKari Hormi2016-06-071-0/+49
| | | | | | | | | | | | | | - Update all license headers to commercial+BSD Change-Id: I7dbf9d967cde7dfe21bef255ea63652b42fccb71 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | Remove strings 'Digia' and 'Enterprise Embedded' from examplesTopi Reinio2016-05-031-1/+1
|/ | | | | | Change-Id: I5ad8723335f6ef34e674c98a6b82d1881ae8e388 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Exclude Extras Gallery demo from B2Qt demosKimmo Ollila2015-12-301-0/+1
| | | | | | Change-Id: Iee230afd54ed80bde13e14a385d16442546f4254 Task-Id: QTRD-3780 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Modified application imagesKatja Marttila2015-11-261-0/+0
| | | | | | | | Launcher has a new white layout. Images needs to have white rectangle around them to avoid saw edges Change-Id: I8d92a488f9a7f987b8d0108bf1b8cc0c894a74f0 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update demos after the upstream merge of enterprise controlsAndras Becsi2015-04-093-3/+2
| | | | | | | | | The enterprise controls are now located in the upstream qtquickcontrols repository and are called Qt Quick Extras. This patch also re-enables the gallery demo. Change-Id: I828d4b2aa1a35270dd4036580a6a645e09fbc391 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Support Flat style and add new Controls demoAndy Nichols2014-12-021-0/+1
| | | | | | | | | | | | | | | The Flat style for Qt Quick Controls is now enabled by defualt for the launcher and there are a few places that needed to be tweeked for use the correct style. In addition there is a new controls demo that shows off both the Enterprise Controls from before along side the existing controls, but both using the new Flat style which is only available to customers and is intended for touch devices. So we add one new demo, and disable 2 others (via exclude.txt) Change-Id: I8aa6ddd7d48375fdf64150b0c5e2d451da07d00d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Correctly include all qml files in enterprise controls demosSamuli Piippo2014-10-081-1/+2
| | | | | | | Task-number: QTEE-788 Change-Id: I5fdb6e837fd3a0248e503dc0eca0dd86d9ee3226 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> 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>
* Enterprise controls: keep only metadata.Gatis Paeglis2014-09-0933-1774/+4
| | | | | | | | | | Keep only metadata about enterprise controls demos. Demos itself are prepared and added to b2qt-demos package during build process. Task-number: QTEE-758 Change-Id: I4f931b8f232f484c87563584407d380c8acdc7ad Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update Enterprise gallery demo descriptionPasi Petäjäjärvi2014-06-251-1/+1
| | | | | | Task-number: QTEE-661 Change-Id: Iaea48d6db731452c7df824c59a6f16e13e8517b3 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Revert "Show PieMenu in enterprise controls list view."Rainer Keller2014-04-141-3/+3
| | | | | | | | | | The PieMenu does not handle screen rotation properly. Thus it will be removed from the demo right now. This reverts commit 846728c8a3f7681dc56d52bb3859a82130c84cc8. Change-Id: Ie8e7f30761a6da403b7ad4de16d4594c95c16163 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Show PieMenu in enterprise controls list view.Gatis Paeglis2014-04-111-3/+3
| | | | | Change-Id: I022ef68df7a5e5635717679e3cf7447b75a62d9a Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Update enterprise controls demos to version 1.1Gatis Paeglis2014-04-1014-103/+186
| | | | | | Task-number: QTEE-482 Change-Id: I79f665de133cbe1c77962a8d93acdddd2e05fcc1 Reviewed-by: Samuli Piippo <samuli.piippo@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 copyright yearaavit2014-02-1217-17/+17
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Add documentation for enterprise examplesTopi Reinio2014-02-071-0/+14
| | | | | | | | Add documentation for enterprise examples and make them run stand-alone. Change-Id: I579a57bd32c97649b6d619f73caa681174b56381 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add Enterprise Controls demos to the qtlauncherGatis Paeglis2014-01-3034-0/+1696
Change-Id: I4d8873343b47157e0d5733129c321b3b0f5e5d56 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>