summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetextedit
Commit message (Collapse)AuthorAgeFilesLines
* Support for justification in Text and TextEdit elements.Yann Bodson2010-12-173-0/+33
| | | | | Task-number: QTBUG-13242 Reviewed-by: Michael Brasser
* Update visual tests for the recent qmlviewer changeAlan Alpert2010-12-036-264/+264
| | | | | | | 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-0315-685/+685
| | | | | | | 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 on mac.Yann Bodson2010-11-2236-1753/+1753
| | | | Task-number: QTBUG-14792
* Standardize selection color in visual testAlan Alpert2010-11-187-270/+271
| | | | Task-number: QTBUG-14792
* Update visuals for X11Alan Alpert2010-11-1715-685/+685
| | | | | | | | 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-1636-1749/+1749
| | | | | | | | | | 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-1521-32/+32
| | | | | | | Previous commit means that the snapshots are in different frames. All tests must be updated. Task-number: QTBUG-14792
* Update visual tests for Mac.Yann Bodson2010-11-0432-1725/+1725
|
* Make qmlvisual tests more stableAlan Alpert2010-11-0411-339/+344
| | | | | | | | 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-0137-2818/+7916
| | | | Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetextedit testsAlan Alpert2010-10-2965-2989/+13177
| | | | | | Platform visuals and working again after a long period of 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
* 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-302-0/+87
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-1/+1
|
* Remove license headers from test data.Warwick Allison2010-05-239-369/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-219-0/+369
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-219-9/+9
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Enable other wrapping modes.Martin Jones2010-04-091-3/+16
| | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word.
* TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-091-2/+2
|
* Rename visual test to qmlvisual.Michael Brasser2010-03-2849-0/+14861