summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-2821-0/+0
| | | | (4.7-generated-declarative branch).
* Fix MaximumLineCount in Text and add testsChristopher Ham2011-01-2825-0/+181
| | | | | | | | | Fixed MaximumLineCount not truncating when wrapMode was not set. Visual autotests were added to test various possible options for maximumLineCount. Task-number: QTBUG-12305 Reviewed-by: Michael Brasser
* 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-0315-554/+554
| | | | | | | 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-0318-468/+468
| | | | | | | 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-2527-527/+1002
|
* Update qml visual tests on mac.Yann Bodson2010-11-2225-587/+598
| | | | Task-number: QTBUG-14792
* Remove pointSize from visual testsAlan Alpert2010-11-173-2/+2
| | | | | | Too unstable Task-number: QTBUG-14792
* Update visuals for X11Alan Alpert2010-11-1719-554/+554
| | | | | | | | 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-858/+890
| | | | | | | | | | 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
* 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