aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/tst_qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-0/+10
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-231-0/+37
* Allow proper registration of value typesUlf Hermann2020-09-231-7/+7
* Fix font-related test failures triggered by Qt Base updateEskil Abrahamsen Blomfeldt2020-04-291-0/+24
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-3/+3
|\
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-3/+3
* | Make Font.weight an integer instead of enumerationEskil Abrahamsen Blomfeldt2020-01-211-1/+1
|/
* QQuickTextNodeEngine: reduce redundant rendering of glyphsWang Chuan2020-01-161-0/+28
* Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-041-0/+56
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-0/+22
|\
| * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-0/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-0/+14
|\|
| * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-0/+14
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-0/+14
|\|
| * QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-201-0/+14
* | tst_qquicktext: use new QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-311-78/+79
|/
* 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-261-0/+18
* Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-0/+41
* 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
* 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-311-0/+19
* Remove remnants of blackberry platform supportRobin Burchell2017-01-161-5/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+60
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+60
| |\
| | * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-291-0/+48
| | * 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
* | | 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