summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add input field for decimal numbers"Rainer Keller2014-04-101-12/+2
| | | | | | | | | | This reverts commit b6c311a039f520cf9a681708a5d94d2034b4b1a9. Numeric input does not work due to QTRD-2945. Task-number: QTEE-485 Change-Id: Ie7ab6860dbaf65b6105e7dbd722a557b15c3e08b Reviewed-by: Kalle Viironen <kalle.viironen@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-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>
* 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>
* 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 copyright yearaavit2014-02-125-5/+5
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Fix license issues in demo sourcesTopi Reinio2014-02-125-31/+36
| | | | | Change-Id: I6c87139bb729f2970ae22d7ef92688de647f8e3c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Improve demo documentation and descriptionsTopi Reinio2014-02-041-1/+1
| | | | | | | | | | | - 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>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-301-1/+2
| | | | | | | | | | 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-279-0/+474
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>