summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moc: silence a GCC warningAhmad Samir2023-05-181-0/+1
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-171-4/+17
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-10/+95
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-100/+0
* QList: add STL-style assign()Dennis Oberst2023-05-162-0/+69
* tst_ContainerApiSymmetry: fix spacing of template <typenameMarc Mutz2023-05-161-1/+1
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-1613-0/+617
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-165-0/+180
* QTabBar: Add testcase for tabs not scrollingVolker Hilsheimer2023-05-151-0/+26
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-151-8/+21
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-151-2/+2
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-151-0/+29
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-151-0/+9