aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bad rendering after text selectionShawn Rutledge2022-08-271-2/+14
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-191-0/+3
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-181-0/+2
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-171-14/+28
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-291-1/+9
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-061-3/+20
* TextEdit large text: don't populate blocks outside the viewport into SGShawn Rutledge2021-12-031-12/+93
* TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
* Android: Add possibility to copy text from read-only Qml TextEditPiotr Mikolajczyk2021-03-311-0/+3
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-1/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2020-10-281-0/+4
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-1/+3
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-6/+0
|\
| * Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* | Make Font.weight an integer instead of enumerationEskil Abrahamsen Blomfeldt2020-01-211-4/+3
|/
* Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-171-28/+31
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-5/+4
|\
| * Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-3/+3
|\|
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-3/+3
* | Add Markdown support to TextEditShawn Rutledge2019-05-291-2/+29
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+18
|\
| * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-151-1/+18
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+6
* | Fix Keys.onShortcutOverride for TextEditJan Arve Sæther2018-12-131-1/+2
|/
* Fix vertical alignment of images in a text documentLars Knoll2018-11-221-1/+1
* Fix updating of text nodes in QQuickTextEditLars Knoll2018-11-221-1/+12
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Fix misleading doc for kerningRobert Loehning2018-02-081-3/+3
* QQuickTextEdit: Simplify node handlingUlf Hermann2018-02-021-34/+40
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\
| * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-0/+17
|\ \
| * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-251-0/+17
* | | use QTextOption::tabStopDistance now that it existsShawn Rutledge2017-08-291-3/+3
|/ /
* | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-2/+3
* | Add tabStopDistance property to QQuickTextEditPaolo Angelelli2017-08-031-0/+26
* | doc: Use correct class in docs for font.kerningEskil Abrahamsen Blomfeldt2017-07-041-1/+1
* | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-301-0/+13
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-0/+2
|\
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-36/+36
|\|