aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextdocument
Commit message (Expand)AuthorAgeFilesLines
* Fix enum-compare warning in tst_qquicktextdocumentShawn Rutledge2024-04-031-6/+6
* Restore tst_QQuickTextDocument::overrideTextFormat() test caseShawn Rutledge2024-03-111-0/+5
* Keep markup when toggling TextEdit.format: AutoText / PlainTextShawn Rutledge2024-03-091-13/+19
* tst_QQuickTextDocument::overrideTextFormat() remove failing data setAxel Spoerl2024-03-061-5/+0
* Add TextDocument.errorString propertyShawn Rutledge2024-02-271-2/+8
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-213-14/+284
* Rename TextDocument.Status.SaveDone to SavedShawn Rutledge2024-02-191-2/+2
* Refactor error handling in QQuickTextDocumentPrivate::load()Shawn Rutledge2024-02-122-0/+74
* Replace TextEdit.textDocument.error signal with status propertyShawn Rutledge2024-01-231-0/+7
* Resolve source URL just-in-time in QQuickTextDocumentShawn Rutledge2023-12-121-11/+11
* Add load/save functionality to QQuickTextDocument (Tech Preview)Shawn Rutledge2023-12-087-4/+119
* Add setter and notifier for QQuickTextDocument's documentShawn Rutledge2023-12-061-0/+95
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-041-16/+0
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+10
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-11/+2
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-0/+16
|\
| * Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-1/+1
| * Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-151-0/+16
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add QQuickTextDocumentFrederik Gladhorn2013-02-193-0/+108