summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext
Commit message (Collapse)AuthorAgeFilesLines
* Shrink size of a visual testAlan Alpert2010-11-163-110/+110
| | | | Task-number: QTBUG-14792
* Update all qmlvisual testsAlan Alpert2010-11-1512-22/+22
| | | | | | | Previous commit means that the snapshots are in different frames. All tests must be updated. Task-number: QTBUG-14792
* Fix failing visual testsAlan Alpert2010-11-155-35/+41
| | | | | | | One case of non-standardized text, and one case of what is presumably random number generation. Task-number: QTBUG-14792
* Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-086-0/+97
| | | | | | Also add some visual tests for multi-line text elememts. Task-number: QTBUG-15018
* Update visual tests for Mac.Yann Bodson2010-11-0418-925/+533
|
* Make qmlvisual tests more stableAlan Alpert2010-11-0415-161/+171
| | | | | | | | 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
* Maintain passing visualtests on X11Alan Alpert2010-11-048-0/+916
| | | | | | | | springanimation/follow.qml has had updated visuals, unknown cause. the text tests were committed without an actual testcase, now added the 'skip' property has now been documented in the tst_qmlvisual help Task-number: QTBUG-14792
* Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-034-0/+736
| | | | | Task-number: QTBUG-14865 Reviewed-by: Michael Brasser
* Regression: Text element breaks when using \n for separating linesYann Bodson2010-11-022-0/+153
| | | | | Task-number: QTBUG-14915 Reviewed-by: Michael Brasser
* Fix QML visual tests on Mac.Yann Bodson2010-11-0114-380/+758
| | | | Task-number: QTBUG-14792
* Update visual tests for MacYann Bodson2010-10-294-0/+22
| | | | Task-number: QTBUG-14792
* Add a test for multiline text alignmentAlan Alpert2010-10-295-0/+518
| | | | | | Apparently this is something we've had troubles with in the past Task-number: QTBUG-14792
* Update when text changes to ""Alan Alpert2010-10-295-0/+972
| | | | | | Also fixes a doc typo. Includes test. Task-number: QTBUG-14469
* Shrink and update qdeclarativetext visual testsAlan Alpert2010-10-2910-70/+112
| | | | Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetext visual testsAlan Alpert2010-10-2930-2861/+2182
| | | | | | | Getting them running again, and smaller. Need to fix a bug before they pass again though. Task-number: QTBUG-14792
* Update some tests to modern syntaxAlan Alpert2010-10-152-2/+2
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-212-4/+4
| | | | | | | ... and percentage is useless. Task-number: QTBUG-12282 Reviewed-by: Warwick Allison
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-262-2/+2
|
* Remove license headers from test data.Warwick Allison2010-05-2319-779/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-2119-0/+779
| | | | | | | 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-2119-19/+19
| | | | | | 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-092-0/+12
| | | | | | | | 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.
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-082-8/+8
| | | | wrap remains for a little while, and will produce a warning.
* Rename visual test to qmlvisual.Michael Brasser2010-03-2836-0/+5353