summaryrefslogtreecommitdiffstats
path: root/examples/declarative/text
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-1122-22/+22
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix up examples.Daniel Molkentin2011-11-245-55/+0
| | | | | | | | | - Remove dependencies from examples - Remove stray copies of qtc_packaging - remove .desktop files - rename examples (to their old name) Reviewed-By: Casper van Donderen
* Compile fix for Mac OS X.Daniel Molkentin2011-11-241-1/+1
| | | | Reviewed-By; Casper van Donderen
* Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-225-5/+10
| | | | Rubberstamped-by: Oswald Buddenhagen
* Fix "make install" for declarative examplesDaniel Molkentin2011-11-222-0/+12
| | | | Reviewed-by: Oswald Buddenhagen
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-215-5/+10
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* text/textselection example modificationsartoka2011-11-1712-725/+6
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* text/ availableFonts, banner, fonts and hello example modificationsartoka2011-11-1749-2061/+24
| | | | | | | | | Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Re-apply licenseheader text in source files for qt4.8Jyri Tahtela2011-06-271-17/+17
| | | | | | New files after previous license change round. Reviewed-by: Trust Me
* Added missing license headers.David Boddie2011-06-153-0/+120
|
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-0812-0/+480
|
* Squashed merge of the master-temp branch.David Boddie2011-05-061-0/+16
| | | | | Conflicts: doc/src/examples/maemovibration.qdoc
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-2870-0/+4061
| | | | (4.7-generated-declarative branch).
* Fixed license headers for examples in masterTimo Turunen2011-04-051-27/+26
| | | | | | All examples should carry the BSD header. Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-195-5/+5
|\
| * Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | | | | | Reviewed-by: Trust Me
* | Use deselect() function in text selection exampleJoona Petrell2010-12-311-1/+1
|/ | | | | Task-number: QTBUG-16059 Reviewed-by: Christopher Ham
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix example after changes to font.letterSpacing.Yann Bodson2010-09-171-1/+2
|
* Doc: Fixed text in license headers.David Boddie2010-09-135-5/+5
|
* Rename example: edit -> textselectionBea Lam2010-06-226-0/+16
|
* Clean up some examplesBea Lam2010-06-221-17/+54
|
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-0/+3
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-7/+9
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-305-0/+258
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Add license headers for .qml files.Jason McDonald2010-05-214-0/+160
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Restructure the examples. They are now organized into variousBea Lam2010-05-167-0/+172
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).