summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit
Commit message (Expand)AuthorAgeFilesLines
* tst_QTextEdit::inputMethodEvent() remove setActiveWindow()Frédéric Lefebvre4 days1-1/+0
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-071-0/+11
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-141-3/+2
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-23/+23
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-1/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+94
* Remove unused variable in tst_QTextEdit::setDocumentPreservesPalette()Shawn Rutledge2022-06-211-1/+0
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-3/+2
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-2/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-1/+1
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-1/+2
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-021-0/+94
* Remove the qmake project filesJoerg Bornemann2021-01-071-10/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-16/+17
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+0
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-011-45/+0
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-4/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-0/+22
|\|
| * Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+22
* | Regenerate tests/auto/widgets/widgetsAlexandru Croitor2019-11-131-3/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+17
|\|
| * QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-171-0/+17
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-2/+4
|\|
| * Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+4
* | Regenerate qtextedit testAlexandru Croitor2019-07-241-4/+28
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-0/+31
|\|
| * Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-211-0/+31
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-6/+6
|\|
| * Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-6/+6
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+8
|/
* Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-081-0/+45