summaryrefslogtreecommitdiff
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-95/+88
* QtQuick: Fix conflicting definition of ProtectedLayoutAccessor in CMake Unity...Friedemann Kleint2023-02-031-10/+1
* Use the right list-element type in documentationThibaut Cuvelier2022-11-051-15/+15
* TextEdit: deal with scrolling backwards in plain textShawn Rutledge2022-10-211-2/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Fix thread issue in TextEdit when font db updatesEskil Abrahamsen Blomfeldt2022-08-301-0/+5
* TextArea: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-08-291-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-251-2/+14
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-231-10/+50
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-191-0/+3
* Deal with markdown fragments in TextEditShawn Rutledge2022-07-091-10/+43
* Don't trigger update when text edit is hiddenPaul Olav Tvete2022-06-181-7/+8
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-171-0/+2
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-161-14/+28
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Invalidate text when application fonts are added or removedEskil Abrahamsen Blomfeldt2022-04-081-3/+20
* 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
|\