summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-0/+6
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+37
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-3/+1
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
* Fix build issue in manual example qtabbar/stylesheetMatthias Rauter2023-02-133-15/+18
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-101-0/+39
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-02-091-1/+1
* Move findfiles example into manual testsVolker Hilsheimer2023-02-096-0/+644
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-096-0/+438
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-091-0/+7
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-081-0/+49
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-081-1/+2
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-081-0/+27
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* Fix QDir benchmark to do meaningful thingsDavid Faure2023-02-071-35/+25
* Unblacklist stable tst_QWidgetRepaintManagerAxel Spoerl2023-02-031-11/+0
* QMimeDatabase: add a test to ensure we can detect Unix specialsThiago Macieira2023-02-032-0/+82
* Update the public suffix listMårten Nordheim2023-02-031-0/+0
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-024-0/+61
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-021-8/+8
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-02-021-0/+15
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-02-021-15/+24
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-021-2/+11
* Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-02-011-13/+31
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-011-8/+8
* Revert "Fix tst_QWidgetRepaintManager on XCB"Axel Spoerl2023-02-012-37/+12
* dbus: Fix path to moc file in generated qdbusxml2cppDavid Edmundson2023-01-311-2/+8
* Revert "Revert "Add binary compatibility file generated against 6.4.0""Jani Heikkinen2023-01-311-0/+27176
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-01-301-2/+3
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-241-2/+8
* QWidgetTextControl: Ignore unconsumed mouse release eventsv6.5.0-beta2Axel Spoerl2023-01-221-0/+82
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* Fix build errors in manual testsAssam Boudjelthia2023-01-2011-5/+13
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* tst_QPermission: add more testsMarc Mutz2023-01-181-0/+71
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-181-39/+43
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+1
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-171-1/+1
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-171-0/+23
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-0/+44
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-131-0/+12