summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetextinput
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-284-0/+0
| | | | (4.7-generated-declarative branch).
* Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-1010-0/+3300
| | | | | | | | | | Set keepMouseGrabs to true when the selectByMouse property is enabled to prevent flickable from stealing the mouse grab and interrupting a selection. Change-Id: I08e11265ab9c55d239fd09aceef4fdb8e74aba9d Task-number: QTBUG-16956 Reviewed-by: Martin Jones
* Fix word selection in QLineControlAlan Alpert2011-01-108-0/+1052
| | | | | | | | | | Word selection occasionally selected the word beforehand as well, in both QLineEdit and TextInput. Visual Test included to verify behavior. Task-number: QTBUG-15818 Reviewed-by: Martin Jones
* Update visual tests for the recent qmlviewer changeAlan Alpert2010-12-035-187/+187
| | | | | | | Changing the minimum size of the viewer changes the size of some of the visual test outputs which were really small. Task-number: QTBUG-14792
* Update QML visual testsAlan Alpert2010-12-036-159/+159
| | | | | | | Reintroducing text tests to X11, and updating a few tests where the behaviour of the items has subtly changed (and it was deemed acceptable) Task-number: QTBUG-14792
* Update qml visual tests for mac.Yann Bodson2010-11-255-172/+172
|
* Update qml visual tests on mac.Yann Bodson2010-11-2227-505/+4840
| | | | Task-number: QTBUG-14792
* Standardize selection color in visual testAlan Alpert2010-11-187-258/+259
| | | | Task-number: QTBUG-14792
* Update visuals for X11Alan Alpert2010-11-177-165/+165
| | | | | | | | Text visual tests may be dependant on the specific version of libfreetype. Comparison images have been regenerated with the specific version that the test machines use. Task-number: QTBUG-14792
* Update qml visual testsAlan Alpert2010-11-1626-1205/+1205
| | | | | | | | | | Added guidelines for size, and shrunk tests that exceeded them. Also updated the visuals for all text tests now that antialiasing is off Also some other minor cleanups. Also had to update the visuals for all tests, due to the bug in generating the test scripts being fixed (all need to be remade). Task-number: QTBUG-14792
* Update all qmlvisual testsAlan Alpert2010-11-158-29/+29
| | | | | | | Previous commit means that the snapshots are in different frames. All tests must be updated. Task-number: QTBUG-14792
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-0411-518/+518
|\
| * Update visual tests for Mac.Yann Bodson2010-11-0411-518/+518
| |
* | Whitespace fixesAlan Alpert2010-11-041-12/+12
|/ | | | | Supposed to be in the last commit - not really helpful if the filter says something is wrong but pushes it anyways.
* Make qmlvisual tests more stableAlan Alpert2010-11-049-111/+116
| | | | | | | | Text elements now use shared components that have the same default values, instead of using the system defaults (that can vary between computers). This also removes text edit/input cursor blinking. Task-number: QTBUG-14792
* Fix QML visual tests on Mac.Yann Bodson2010-11-0111-2397/+1719
| | | | Task-number: QTBUG-14792
* Clean up qmlvisual/qdeclarativetextinput visual testsAlan Alpert2010-10-2944-3305/+3029
| | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792
* 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
* Minor demo fixesAlan Alpert2010-06-161-4/+5
| | | | Found some minor demo issues while testing a TextInput change.
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-2/+1
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-301-2/+2
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2110-10/+10
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Add some TextInput properties and methodsAlan Alpert2010-04-1219-189/+4601
| | | | | | | | | | | | | | | | | | Adds the properties -passwordCharacter -displayText And the method -moveCursorSelection(int pos) These just provide a QML way to access existing QLineControl functionality, and are necessary to create desktop style LineEdits (the existing TextInput QML API was designed with a focus on touch input LineEdits) Includes tests and documentation. Task-number: QT-321 Reviewed-by: Aaron Kennedy
* Rename visual test to qmlvisual.Michael Brasser2010-03-2839-0/+9142