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
/
src
/
quick
/
items
/
qquicktextnode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add renderTypeQuality property to Text element
Eskil Abrahamsen Blomfeldt
2020-08-17
1
-3
/
+3
*
Fix outline for connected text
Eskil Abrahamsen Blomfeldt
2020-06-18
1
-0
/
+16
*
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-1
/
+1
*
Fix vertical alignment of images in a text document
Lars Knoll
2018-11-22
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-6
/
+6
*
Get rid of most QT_NO_FOO usages
Lars Knoll
2016-11-29
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-28
1
-3
/
+5
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
5.7
Liang Qi
2016-11-25
1
-3
/
+5
|
|
\
|
|
*
Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngine
Robin Burchell
2016-11-18
1
-3
/
+5
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Simon Hausmann
2016-11-15
1
-6
/
+2
|
\
|
|
|
*
|
Fix performance regression in rich text with images
Eskil Abrahamsen Blomfeldt
2016-11-14
1
-6
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-21
1
-0
/
+8
|
\
|
|
|
*
|
Fix smooth scaling for Qt Quick Text items
Jake Petroules
2016-09-14
1
-0
/
+8
*
|
|
Add cross-backend simple rect, texture, and ninepatch nodes
Laszlo Agocs
2016-06-22
1
-3
/
+3
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-29
1
-118
/
+0
|
\
|
|
*
QQuickTextNode: Nuke some dead code.
Robin Burchell
2016-01-26
1
-118
/
+0
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
QQuickText: Don't store node engine per node.
Robin Burchell
2015-06-06
1
-23
/
+22
*
Cleanup math function includes and usage
Allan Sandfeld Jensen
2015-02-19
1
-1
/
+0
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Fix cursor blinking for TextInput and TextEdit
Simon Hausmann
2014-08-26
1
-0
/
+8
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Create rectangle nodes in the text editing through the context
Lars Knoll
2014-08-13
1
-2
/
+9
*
Clean up the textures when deleting the content
Andy Shaw
2014-07-24
1
-0
/
+2
*
QWindowsFontEnginge uses GetGlyphOutline which seems to fail
Jørgen Lind
2014-05-07
1
-2
/
+9
*
Move logic for determining native vs. DF text into single factory function
Tor Arne Vestbø
2014-01-27
1
-5
/
+3
*
Use QFontDatabase to check if a font is scalable.
Yoann Lopes
2013-11-25
1
-2
/
+5
*
Fallback to native font rendering for bitmap fonts.
Yoann Lopes
2013-11-09
1
-1
/
+2
*
Use one render loop per QQuickWindow
Gunnar Sletta
2013-10-30
1
-6
/
+9
*
Fix license headers of QtQuick sources.
Gunnar Sletta
2013-09-30
1
-1
/
+1
*
Support opt-in QSGNode descriptions without breaking binary compat.
Gunnar Sletta
2013-08-12
1
-2
/
+2
*
Silence a warning for unused variable in QQuickTextNode.
Pierre Rossi
2013-04-17
1
-3
/
+3
*
Fix new warnings in qtdeclarative (found by GCC 4.8)
Thiago Macieira
2013-04-09
1
-0
/
+1
*
Optimize QQuickTextEdit for larger documents.
Pierre Rossi
2013-03-20
1
-1094
/
+35
*
Fix embedding images in text elements
Eskil Abrahamsen Blomfeldt
2013-02-19
1
-0
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-10
1
-1
/
+1
*
Enable module build with QT_NO_IM
Tasuku Suzuki
2012-11-26
1
-0
/
+10
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-23
1
-24
/
+24
*
Add option to use native rasterizer for SceneGraph text
Eskil Abrahamsen Blomfeldt
2012-07-10
1
-2
/
+4
*
Fix crash when selecting transformed text.
Andrew den Exter
2012-06-22
1
-7
/
+9
*
Avoid non-deterministic ordering of glyph nodes.
aavit
2012-05-30
1
-6
/
+3
*
Don't create glyphs for truncated text.
Andrew den Exter
2012-04-19
1
-2
/
+7
*
Use relative position to when getting line from layout.
Andrew den Exter
2012-04-10
1
-1
/
+1
*
Remove workaround for QTBUG-22919.
Andrew den Exter
2012-04-04
1
-3
/
+0
*
Fix visibility of trailing preedit text.
Andrew den Exter
2012-04-03
1
-6
/
+13
*
Rename QDeclarative symbols to QQuick and QQml
Matthew Vogt
2012-02-24
1
-2
/
+2
*
Add linkColor property to Text.
Andrew den Exter
2012-02-09
1
-8
/
+27
*
Fix truncation and incorrect formatting of RichText.
Andrew den Exter
2012-02-07
1
-1
/
+1
*
Fix TextEdit vertical alignment.
Andrew den Exter
2012-02-06
1
-2
/
+2
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
[next]