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
/
qquicktextedit_p_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
TextEdit and TextInput: map QContextMenuEvent to text cursor pos
Shawn Rutledge
2025-05-02
1
-0
/
+3
*
Update text components with color fonts when dpr changes
Eskil Abrahamsen Blomfeldt
2024-08-15
1
-0
/
+2
*
TextEdit: don't skip nested frames or their blocks in updatePaintNode
Shawn Rutledge
2024-04-08
1
-0
/
+1
*
Stabilize tst_qquicktextedit::largeTextObservesViewport
Shawn Rutledge
2024-02-27
1
-1
/
+1
*
Respect TextEdit.textFormat in TextDocument load(); detect format
Shawn Rutledge
2024-02-21
1
-0
/
+1
*
Remove the use of Q_QUICK_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
1
-3
/
+3
*
Reorder members of QQuickTextEditPrivate::Node
Mårten Nordheim
2023-12-20
1
-2
/
+2
*
Add TextSelection (Tech Preview)
Shawn Rutledge
2023-12-08
1
-0
/
+3
*
Add setter and notifier for QQuickTextDocument's document
Shawn Rutledge
2023-12-06
1
-1
/
+2
*
Get rid of QQuickTextDocumentWithImageResources
Shawn Rutledge
2023-12-04
1
-2
/
+4
*
QQuickTextArea: move accessibility handling into base QQuickTextEdit class
Vladimir Belyavsky
2023-11-01
1
-0
/
+22
*
QQuickTextEditPrivate: use in-class initialization
Vladimir Belyavsky
2023-10-27
1
-44
/
+31
*
Make text node scenegraph API public
Eskil Abrahamsen Blomfeldt
2023-09-01
1
-6
/
+6
*
QQuickScrollView and QQuickTextEdit: Fix binding loops
Kaj Grönholm
2023-05-26
1
-1
/
+2
*
Fix bad rendering after text selection
Shawn Rutledge
2022-08-25
1
-0
/
+8
*
TextEdit: selectByMouse default=true, but not on touchscreens
Shawn Rutledge
2022-07-23
1
-1
/
+1
*
Fix TextEdit/TextArea mouse cursor shape handling logic
Vladimir Belyavsky
2022-06-16
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Invalidate text when application fonts are added or removed
Eskil Abrahamsen Blomfeldt
2022-04-08
1
-1
/
+2
*
TextEdit: deal with scrolling backwards in rich text
Shawn Rutledge
2022-01-06
1
-2
/
+2
*
TextEdit large text: don't populate blocks outside the viewport into SG
Shawn Rutledge
2021-12-03
1
-0
/
+6
*
Add Markdown support to TextEdit
Shawn Rutledge
2019-05-29
1
-1
/
+2
*
TextEdit: use I-beam cursor by default, pointing cursor for links
Shawn Rutledge
2019-05-15
1
-0
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
QQuickTextEdit: Simplify node handling
Ulf Hermann
2018-02-02
1
-8
/
+6
*
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-25
1
-2
/
+2
*
Add a way to set the default render type of text-like elements
Giuseppe D'Angelo
2017-08-23
1
-5
/
+2
*
Get rid of most QT_NO_FOO usages
Lars Knoll
2016-11-29
1
-3
/
+3
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
QQuickTextEdit: added clear() method
Liang Qi
2016-01-19
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-10-14
1
-1
/
+4
|
\
|
*
QQuickTextEdit/Input: revise implicit resizing - take two
J-P Nurmi
2015-10-04
1
-6
/
+2
|
*
QQuickTextEdit/Input: revise implicit resizing
J-P Nurmi
2015-10-03
1
-1
/
+8
*
|
Add a way to set default font rendering at build time.
Stephen Kelly
2015-10-13
1
-0
/
+4
|
/
*
TextInput & TextEdit: allow controls to override the implicit size
J-P Nurmi
2015-09-06
1
-0
/
+1
*
qquicktextedit_p_p.h: cleanup unneeded include
J-P Nurmi
2015-06-24
1
-1
/
+0
*
Export QQuickTextInputPrivate and QQuickTextEditPrivate
J-P Nurmi
2015-06-23
1
-1
/
+1
*
QQuickTextEdit: move paddings into extraData
Liang Qi
2015-06-15
1
-11
/
+18
*
QQuickText: Don't store node engine per node.
Robin Burchell
2015-06-06
1
-1
/
+2
*
TextEdit: add support for padding
J-P Nurmi
2015-03-05
1
-1
/
+17
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-10-31
1
-1
/
+1
|
\
|
*
text input: always let cursor rect have a width == 1
Richard Moe Gustavsen
2014-10-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Oswald Buddenhagen
2014-09-11
1
-20
/
+12
|
\
|
|
*
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
-1
/
+1
*
|
Add Q_DECL_OVERRIDE
Albert Astals Cid
2014-08-14
1
-2
/
+2
|
/
*
Fix Node object leak in QQuickTextEditPrivate
Liang Jian
2014-07-23
1
-0
/
+5
*
Fix license headers of QtQuick sources.
Gunnar Sletta
2013-09-30
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-07-04
1
-4
/
+1
|
\
[next]