aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/tst_qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-5/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-5/+6
| |\
| | * Fix tst_qquicktext::lineLaidOutRelayout() with > 1 fontEskil Abrahamsen Blomfeldt2016-05-251-5/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+22
|\| |
| * | Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-201-0/+23
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-2/+4
|\| |
| * | Fix tst_qquicktext::hAlignImplicitWidth() on high DPI displaysMitch Curtis2016-05-121-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-071-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-25/+17
|\| |
| * | tst_qquicktext: Ensure windows are cleaned up on test failure.Friedemann Kleint2016-04-071-25/+17
* | | Add property for setting hinting preference on fontsEskil Abrahamsen Blomfeldt2016-03-151-0/+29
|/ /
* / Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Fix autotests for change in QtNetworkDaniel Molkentin2015-11-291-1/+1
* Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-0/+1
* Fix autotestsLars Knoll2015-09-141-5/+5
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-22/+22
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+57
|\
| * Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-041-0/+57
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-10/+25
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-10/+25
| |\
| | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-10/+25
* | | Skip the remote image source test and fix blacklisting of the other testsSimon Hausmann2015-04-231-0/+2
* | | Skip some tests that are hanging in the CI systemSimon Hausmann2015-04-211-1/+7
* | | Text: add support for paddingJ-P Nurmi2015-03-171-11/+187
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+19
|\|
| * Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-031-0/+19
* | QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-121-5/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-231-0/+29
* Fix QQuickText::lineLaidOutRelayout autotest on OS XJan Arve Saether2014-09-171-5/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Disable tests on failing ANGLE configGunnar Sletta2014-08-071-0/+3
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-4/+4
* Remove XFAILs from tst_QQuickTextEskil Abrahamsen Blomfeldt2014-07-221-4/+0
* Mark failing testcases with QEXPECT_FAIL for windowsGunnar Sletta2014-07-011-0/+4
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-1/+6
|\
| * QNX: Fix qquicktext auto testBernd Weimer2014-05-301-1/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-0/+7
|\|
| * Fix improper antialiasing property behaviorOleg Shparber2014-05-191-0/+7
* | TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-2/+4
|/
* Fix tst_qquicktext::hover()J-P Nurmi2014-02-281-0/+2
* Expose Text::linkAt(x, y)J-P Nurmi2014-01-291-0/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+18
|\
| * QQuickText: fix layout mirroringJ-P Nurmi2014-01-221-0/+18
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-0/+25
* | Ensure correct horizontal alignment for implicit width multiline text.Michael Brasser2013-12-021-0/+4
* | Ensure correct horizontal alignment when onLineLaidOut is used.Michael Brasser2013-12-021-0/+18
|/