aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit
Commit message (Expand)AuthorAgeFilesLines
* Call polish after setting HAlign in Qml TextEditEd Cooke2024-05-222-26/+26
* Move duplicate WindowActivation checks into a skip macroMitch Curtis2024-05-151-8/+2
* TextEdit: don't skip nested frames or their blocks in updatePaintNodeShawn Rutledge2024-04-082-0/+112
* Legitimize qWait()s in tst_qquicktexteditShawn Rutledge2024-03-051-12/+8
* Use showView in most test functions in tst_qquicktexteditShawn Rutledge2024-03-052-316/+197
* Use showView in tst_qquicktextedit::mouseSelectionModeShawn Rutledge2024-02-291-12/+8
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-211-0/+1
* Avoid dangling pointers in QQuickTextEdit::resourceRequestFinished()Shawn Rutledge2024-02-125-0/+89
* Stabilize tst_qquicktextedit::largeTextObservesViewportShawn Rutledge2023-12-132-16/+9
* Fix polish issue in quick text editSanthosh Kumar2023-12-122-0/+73
* Add TextSelection (Tech Preview)Shawn Rutledge2023-12-081-0/+69
* Attempt to stabilize tst_qquicktextedit::embeddedImages()Shawn Rutledge2023-12-082-2/+2
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-042-24/+31
* Rename duplicate tags in tst_qquicktextedit::embeddedImagesShawn Rutledge2023-11-011-2/+2
* Tests: Add flaky/crashing tests to the BLACKLIST for opensuse-leapOlivier De Cannière2023-10-311-0/+8
* TextEdit/TextArea: don't deselect on release if IM just selected textShawn Rutledge2023-09-121-0/+35
* Port some trivial Q_FOREACH users to ranged for loopsMarc Mutz2023-08-071-2/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQuickTextEdit: Fix rendering issues when selecting in long textPiotr Wierciński2023-06-122-11/+231
* TextEdit: fix wrong RTL text alignment when used with a ColumnLayoutVladimir Belyavsky2023-06-022-0/+46
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Blacklist tst_qquicktextedit::largeTextObservesViewportAxel Spoerl2022-12-201-0/+7
* Blacklist tst_qquicktextedit::pasteHtmlIntoMarkdown on Ubuntu 20.04Shawn Rutledge2022-12-101-0/+4
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-261-2/+2
* Android: Unblacklist tst_qquicktextedit::pasteHtmlIntoMarkdownSamuel Mira2022-10-241-4/+0
* Use fixed font, tighten tolerance in TextEdit largeTextObservesViewportShawn Rutledge2022-10-223-11/+21
* Fix tst_qquicktextedit::largeTextObservesViewport (scroll backwards)Shawn Rutledge2022-10-211-1/+1
* TextEdit: deal with scrolling backwards in plain textShawn Rutledge2022-10-211-6/+13
* tst_qquicktextedit: test double- and triple-clicks with delays onlyShawn Rutledge2022-10-181-8/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-246/+246
* Blacklist tst_qquicktextedit::pasteHtmlIntoMarkdown on AndoidFabian Kosmale2022-09-151-0/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-252-0/+94
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-234-5/+125
* Deal with markdown fragments in TextEditShawn Rutledge2022-07-092-5/+180
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Fix tst_qquicktextedit::hAlignVisual on high-dpiShawn Rutledge2022-07-051-4/+4
* Remove dead code in TextEdit/TextInput testsShawn Rutledge2022-06-211-20/+0
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-161-3/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Blacklist tests which fail on OpenGL context creation on AndroidAndreas Buhr2022-05-061-0/+4
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Blacklist failing tests in tst_qquicktextedit on AndroidAndreas Buhr2022-05-031-0/+10
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-181-11/+11
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-8/+5
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-1/+2
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-241-1/+1
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-0/+3