aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/tst_qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-051-0/+28
* Merge branch 'stable' into devSergio Ahumada2013-08-051-15/+37
|\
| * Stabilize text tests that grab windows.Friedemann Kleint2013-07-251-15/+37
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-1/+1
|\|
| * Replace qt.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-151-1/+1
* | Add QQuickText::hoveredLinkJ-P Nurmi2013-06-181-49/+119
|/
* Fix assert when calculating the implicit width of truncated lines.Andrew den Exter2013-05-311-0/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-7/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Remove tst_qquicktext::alignments()J-P Nurmi2012-09-131-56/+0
* Add tests for Text(*) default property values and notifiers.Andrew den Exter2012-07-301-3/+96
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-4/+4
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-3/+3