aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext
Commit message (Expand)AuthorAgeFilesLines
* QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-0/+21
* Increase fine-grained signals for some properties in TextAleix Pol2018-07-311-7/+17
* Skip tests that are currently asserting on macOSLars Knoll2018-05-021-0/+3
* tst_qquicktext::hAlignImplicitWidth: wait for window exposed, not just activeTor Arne Vestbø2018-05-021-1/+1
* Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-262-0/+45
* Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-172-0/+54
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-74/+74
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-3/+0
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
* Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
* QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-061-0/+55
* tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-312-0/+43
* Remove remnants of blackberry platform supportRobin Burchell2017-01-161-5/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-2/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-2/+0
| |\
| | * tst_qquicktext: remove bogus blacklistingJ-P Nurmi2016-10-231-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-102-0/+85
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-302-0/+85
| |\|
| | * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-292-0/+73
| | * QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-0/+12
* | | 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
* | | Blacklisting tst_QQuickText::fontSizeMode on OpenSUSE 42.1Milla Pohjanheimo2016-05-311-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-242-0/+39
|\| |
| * | Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-202-0/+40
* | | 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-082-25/+19
|\| |
| * | Blacklist tst_qquicktext::lineLaidOutRelayout() for MSVC 2015.Friedemann Kleint2016-04-071-0/+2
| * | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+1
|\|
| * Fix autotests for change in QtNetworkDaniel Molkentin2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-0/+1
|\|
| * Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-8/+8
|\|
| * Fix autotestsLars Knoll2015-09-143-8/+8
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* 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
* Blacklist unstable tests for nowSimon Hausmann2015-06-051-0/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-042-0/+156
|\
| * Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-042-0/+156
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-284-13/+28
|\|