index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
quick
/
qquicktext
/
tst_qquicktext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect target DPR when drawing text objects in QQuickTextNodeEngine
Tor Arne Vestbø
2025-04-24
1
-0
/
+88
*
test: Improve robustness of tst_QQuickText::baselineOffset()
Eskil Abrahamsen Blomfeldt
2025-03-12
1
-2
/
+2
*
Text: calculate implicitWidth even when width hasn't been set
Morteza Jamshidi
2025-01-06
1
-0
/
+7
*
Stabilize tst_qquicktext's warning checking
Tor Arne Vestbø
2024-10-02
1
-5
/
+5
*
Wrap SKIP_IF_NO_* macros in do while(false) loop
Mitch Curtis
2024-09-05
1
-3
/
+3
*
Move duplicate window grab checks into a skip macro
Mitch Curtis
2024-09-04
1
-7
/
+5
*
Text: load inline images from resources the same as local files
Shawn Rutledge
2024-06-28
1
-14
/
+30
*
Fix Text with ElideRight rendering when margins are set
Ivan Solovev
2024-04-12
1
-1
/
+11
*
Correct license for test files
Lucie Gérard
2024-02-27
1
-1
/
+1
*
Force text layout update in the thread where its created
Santhosh Kumar
2024-01-26
1
-0
/
+24
*
Get rid of QQuickTextDocumentWithImageResources
Shawn Rutledge
2023-12-04
1
-18
/
+19
*
tst_qquicktext: avoid common leak-on-failure pattern
Edward Welbourne
2023-09-10
1
-199
/
+131
*
Prevent, ignore or correct warning and info messages in tst_qquicktext
Edward Welbourne
2023-09-10
1
-3
/
+7
*
Loader: re-set ItemObservesViewport flag on child if already set
Shawn Rutledge
2023-09-10
1
-0
/
+25
*
Make text node scenegraph API public
Eskil Abrahamsen Blomfeldt
2023-09-01
1
-5
/
+5
*
Add missing null-checks in tst_qquicktest
Edward Welbourne
2023-08-09
1
-1
/
+34
*
Prefer QCOMPARE() for equality comparisons
Edward Welbourne
2023-08-09
1
-3
/
+3
*
QQuickText: Mark as a dirty node when its ClipRect changes
Piotr Wierciński
2023-05-12
1
-0
/
+23
*
Text: respect to maximumLineCount when calculating implicitWidth
Vladimir Belyavsky
2022-12-19
1
-0
/
+15
*
Re-enable auto testing of remote image downloading on Linux and Android
Shawn Rutledge
2022-11-10
1
-8
/
+0
*
Silence warnings from usage of deprecated APIs in tests
Volker Hilsheimer
2022-11-10
1
-4
/
+4
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-50
/
+50
*
Adjust baselineOffset correctly when fontSizeMode == HorizontalFit
Jan Arve Sæther
2022-09-20
1
-0
/
+16
*
Text: Re-layout the text when a alignment is set and the height grows
Dominik Holland
2022-09-15
1
-0
/
+24
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
QtQuickTest: add API for checking for polish at window level
Mitch Curtis
2022-06-02
1
-78
/
+78
*
Correctly include test data in tst_qquicktext
Andreas Buhr
2022-05-31
1
-12
/
+16
*
Skip crashing test in tst_qquicktext on Android
Andreas Buhr
2022-05-18
1
-0
/
+4
*
Text: don't fall back to full-width layout if availableWidth == 0
Shawn Rutledge
2022-05-05
1
-0
/
+41
*
Enable passing tests that were skipped on offscreen
Volker Hilsheimer
2022-03-07
1
-12
/
+6
*
QQuickText: fix fractional pointSize rounding error bug
Oliver Eftevaag
2022-03-02
1
-6
/
+21
*
Use the new QHoverEvent ctor taking globalPos
Shawn Rutledge
2022-02-05
1
-6
/
+8
*
Skip tests that fail on platforms that don't implement grabWindow
Volker Hilsheimer
2022-01-24
1
-1
/
+1
*
Large Rich Text: don't populate blocks outside the viewport into SG
Shawn Rutledge
2021-11-30
1
-38
/
+79
*
Allow any Item to act as a viewport for any of its children
Shawn Rutledge
2021-11-29
1
-0
/
+63
*
Use stack-allocated QQView in tst_qquicktext::fontFormatSizes()
Shawn Rutledge
2021-10-22
1
-12
/
+11
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
1
-2
/
+3
*
Fix Text with ElideRight not being rendered when width goes from 0 to >0
Fabian Kosmale
2021-01-14
1
-0
/
+10
*
Correct height properties for QQuickText with reducing lineHeight
Reinhard Raschbauer
2020-11-26
1
-2
/
+16
*
QML Text doesn't reset lineCount when text is empty
Shinichi Okada
2020-11-20
1
-0
/
+37
*
Allow proper registration of value types
Ulf Hermann
2020-09-23
1
-7
/
+7
*
Fix font-related test failures triggered by Qt Base update
Eskil Abrahamsen Blomfeldt
2020-04-29
1
-0
/
+24
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-20
1
-3
/
+3
|
\
|
*
Fix copy-pasted typo minimimal -> minimal
Allan Sandfeld Jensen
2020-03-18
1
-3
/
+3
*
|
Make Font.weight an integer instead of enumeration
Eskil Abrahamsen Blomfeldt
2020-01-21
1
-1
/
+1
|
/
*
QQuickTextNodeEngine: reduce redundant rendering of glyphs
Wang Chuan
2020-01-16
1
-0
/
+28
*
Add API to get more information for each line in a QML Text element
Timur Kristóf
2019-11-04
1
-0
/
+56
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-09-12
1
-0
/
+22
|
\
|
*
QQuickTextNodeEngine: don't create background when its alpha is 0
Wang Chuan
2019-08-29
1
-0
/
+22
[next]