summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QDockWidget: Propagate window title when re-dockingAxel Spoerl2023-06-071-2/+15
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-071-0/+36
* Modernize the qtloaderMikolaj Boc2023-06-076-9/+726
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-071-0/+37
* Revert "QStringBuilder: remove unneeded specializations"Andy Nichols2023-06-061-0/+26
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-051-2/+2
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-041-0/+98
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-041-2/+2
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-031-8/+31
* Move widgets Application example to manual testsAxel Spoerl2023-06-0412-0/+466
* tst_QProcess: put the tests in the right orderThiago Macieira2023-06-031-75/+73
* QVariant: add rvalue overload of fromStdVariant()Marc Mutz2023-06-021-0/+45
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-021-0/+23
* QVariant: Support emplaceFabian Kosmale2023-06-021-0/+98
* QByteArray: add STL-style assign()Dennis Oberst2023-06-022-0/+191
* tst_ContainerApiSymmetry: make assign_impl() more robustDennis Oberst2023-06-011-22/+30
* tst_QByteArray: add Qt::StringLiterals to the namespace scopeDennis Oberst2023-06-011-1/+2
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-5/+55
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-301-2/+2
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-301-0/+47
* Extend QFuture continuations testsIvan Solovev2023-05-301-0/+103
* Replace AUTO_RESOURCE_PREFIX with RESOURCE_PREFIX in qt-cmake-projectAmir Masoud Abdol2023-05-301-1/+1
* rhi: vulkan: expose the instance in the nativeHandles queryLaszlo Agocs2023-05-301-0/+2
* Ssl: Copy the on-demand cert loading bool from default configMårten Nordheim2023-05-291-3/+21
* CMake: remove "res_ninit" feature and collapse to just "libresolv"Thiago Macieira2023-05-271-1/+1
* QDBus: Fix typo in a function nameIevgenii Meshcheriakov2023-05-261-1/+1
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-261-1/+2
* QWindow test: Blacklist enterLeaveOnWindowShowHideVolker Hilsheimer2023-05-251-0/+2
* QLabel: always show the context menu created by the controlVolker Hilsheimer2023-05-251-0/+39
* Silence warning from unused variable in QObject testVolker Hilsheimer2023-05-251-1/+5
* QPauseAnimation test: add QNX to platforms that might failVolker Hilsheimer2023-05-251-1/+1
* QDBusAbstractAdaptor: Send signals using correct interfaceIevgenii Meshcheriakov2023-05-252-0/+36
* SQL: Make QSqlDatabase::DriverDict creation thread-safeChristian Ehrlicher2023-05-241-0/+4
* Skip diffie-hellman parameter test when not supportedMårten Nordheim2023-05-241-0/+2
* Change QFont::fontFeatures() -> QFont::features()Eskil Abrahamsen Blomfeldt2023-05-241-1/+1
* Move qopenglwidget example to manual testsLaszlo Agocs2023-05-2411-0/+1106
* tst_QDnsLookup: add a test for setNameserverThiago Macieira2023-05-232-0/+156
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-232-6/+95
* macOS: Extend accessibility testing of treeviewVolker Hilsheimer2023-05-231-8/+30
* Schannel: Reject certificate not signed by a configured CA certificateMårten Nordheim2023-05-235-0/+193
* QRegularExpression: match newlines when converting wildcardsGiuseppe D'Angelo2023-05-231-0/+4
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-221-2/+16
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-224-0/+185
* macOS: Fix assertion in accessibility implementation for treeviewsVolker Hilsheimer2023-05-221-0/+50
* macOS: show the test function in the title of the test windowVolker Hilsheimer2023-05-221-2/+2
* Fix warning, remove unused variableVolker Hilsheimer2023-05-221-3/+0
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-222-8/+24
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-212-4/+52
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-2124-123/+51
* QUuid: add support for 128-bit integersThiago Macieira2023-05-201-0/+26