aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/tst_qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Respect target DPR when drawing text objects in QQuickTextNodeEngineTor Arne Vestbø2025-04-241-0/+88
* test: Improve robustness of tst_QQuickText::baselineOffset()Eskil Abrahamsen Blomfeldt2025-03-121-2/+2
* Text: calculate implicitWidth even when width hasn't been setMorteza Jamshidi2025-01-061-0/+7
* Stabilize tst_qquicktext's warning checkingTor Arne Vestbø2024-10-021-5/+5
* Wrap SKIP_IF_NO_* macros in do while(false) loopMitch Curtis2024-09-051-3/+3
* Move duplicate window grab checks into a skip macroMitch Curtis2024-09-041-7/+5
* Text: load inline images from resources the same as local filesShawn Rutledge2024-06-281-14/+30
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-121-1/+11
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Force text layout update in the thread where its createdSanthosh Kumar2024-01-261-0/+24
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-041-18/+19
* tst_qquicktext: avoid common leak-on-failure patternEdward Welbourne2023-09-101-199/+131
* Prevent, ignore or correct warning and info messages in tst_qquicktextEdward Welbourne2023-09-101-3/+7
* Loader: re-set ItemObservesViewport flag on child if already setShawn Rutledge2023-09-101-0/+25
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-011-5/+5
* Add missing null-checks in tst_qquicktestEdward Welbourne2023-08-091-1/+34
* Prefer QCOMPARE() for equality comparisonsEdward Welbourne2023-08-091-3/+3
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-121-0/+23
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-191-0/+15
* Re-enable auto testing of remote image downloading on Linux and AndroidShawn Rutledge2022-11-101-8/+0
* Silence warnings from usage of deprecated APIs in testsVolker Hilsheimer2022-11-101-4/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-50/+50
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-201-0/+16
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-151-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-78/+78
* Correctly include test data in tst_qquicktextAndreas Buhr2022-05-311-12/+16
* Skip crashing test in tst_qquicktext on AndroidAndreas Buhr2022-05-181-0/+4
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-051-0/+41
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-12/+6
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-6/+21
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-051-6/+8
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-241-1/+1
* Large Rich Text: don't populate blocks outside the viewport into SGShawn Rutledge2021-11-301-38/+79
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-0/+63
* Use stack-allocated QQView in tst_qquicktext::fontFormatSizes()Shawn Rutledge2021-10-221-12/+11
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+3
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-0/+10
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-2/+16
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-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