summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/TextField.qml
Commit message (Collapse)AuthorAgeFilesLines
* Change text input demo to match virtual keyboard 1.0 APIRainer Keller2014-05-131-2/+12
| | | | | Change-Id: I331138272037cd627e74cbcb7fd5cca99e019fb6 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Merge updates from upstream into keyboard exampleRainer Keller2014-02-261-6/+0
| | | | | Change-Id: I0b48f285e63f88788ca6015a1d7a53edaccd35b8 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright yearaavit2014-02-121-1/+1
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Fix license issues in demo sourcesTopi Reinio2014-02-121-6/+7
| | | | | Change-Id: I6c87139bb729f2970ae22d7ef92688de647f8e3c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+93
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>