aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext
Commit message (Expand)AuthorAgeFilesLines
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+37
* Blacklist tst_qquicktextedit::hAlignVisual on SLESFabian Kosmale2020-04-201-0/+2
* Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-1/+1
|\
| * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-1/+1
* | QQuickTextNodeEngine: reduce redundant rendering of glyphsWang Chuan2020-01-162-0/+46
* | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-043-0/+145
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-172-0/+38
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-122-0/+38
| |\
| | * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-292-0/+38
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-202-0/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-052-0/+28
| |\|
| | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-302-0/+28
* | | unblacklist passing testsDaniel Smith2019-06-271-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-242-0/+21
|\|
| * QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-0/+21
* | tst_qquicktext: use new QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-312-79/+80
|/
* 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
|\| |