summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add QRhiWidgetLaszlo Agocs2023-08-1455-8/+3717
* Make QNetworkInformation thread safeMate Barany2023-08-142-9/+41
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-142-20/+42
* Doc: Add example categories for Qt D-bus examplesMats Honkamaa2023-08-144-0/+4
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-1412-35/+52
* Modernize snippetFabian Kosmale2023-08-141-4/+4
* CMake: Place resources into static libraries, not object librariesAlexandru Croitor2023-08-149-8/+200
* Do not override the generator type in configure scriptAlexey Edelev2023-08-141-2/+33
* dbus test headers: port away from Q_FOREACHMarc Mutz2023-08-132-5/+10
* Mark QNX plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-126-0/+18
* Fix key truncation logic for Windows QSystemSemaphore::platformSafeKeyJøger Hansegård2023-08-121-1/+3
* Revert "QDbus: Avoid memory leak in registerComplexDBusType"Ievgenii Meshcheriakov2023-08-111-4/+1
* QDBusMetaType: Check that Q_GLOBAL_STATIC is not destroyed before using itIevgenii Meshcheriakov2023-08-111-22/+43
* Pull QWidget::setTabOrder(std::initializer_list...) behind ABI boundaryAxel Spoerl2023-08-112-14/+15
* tst_QTextBoundaryFinder: clean out the last two foreach usesEdward Welbourne2023-08-111-2/+3
* tst_QLocale: clean out the last use of foreachEdward Welbourne2023-08-111-1/+2
* Clear the _X version of alongside the enum deprecatorEdward Welbourne2023-08-111-0/+2
* Remove redundant qelapsedtimer.h #includeSAhmad Samir2023-08-114-4/+0
* QEventDispatcherUNIX: clarify some code with a commentAhmad Samir2023-08-111-0/+3
* QtDBus: Remove assertion inside qDBusAddTimeout()Ievgenii Meshcheriakov2023-08-111-1/+0
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-113-10/+53
* tst_qvfssql: Don't use appless mainIevgenii Meshcheriakov2023-08-111-1/+1
* Q_APPLICATION_STATIC: Assert existence of a QCoreApplication instanceIevgenii Meshcheriakov2023-08-111-0/+2
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-117-42/+56
* QGestureManager: prevent double-lookup in a QHashAhmad Samir2023-08-111-2/+4
* Improve diagnostic output in tst_QDockWidget::floatingTabs()Axel Spoerl2023-08-111-2/+2
* QtDBus: Encapsulate hooks addition and invocation into QDBusSpyHookListIevgenii Meshcheriakov2023-08-111-14/+25
* QtDBus: Make access to spy hook list thread safeIevgenii Meshcheriakov2023-08-112-17/+34
* QByteArray: use new assign() in operator=(const char *)Dennis Oberst2023-08-112-8/+36
* QUuid: add a named fromUInt128() ctorMarc Mutz2023-08-112-1/+16
* QUuid: make (quint128) ctor explicitMarc Mutz2023-08-111-1/+1
* CompilerDetection: Define Q_UNREACHABLE_RETURN for MSVCOlivier De Cannière2023-08-111-0/+1
* Use Release and Debug configuration for multi-config Qt builds by defaultAlexey Edelev2023-08-111-1/+9
* Add description to the HTML tags using aria-descriptionShreya Pattani2023-08-112-6/+45
* QHostInfo: use new QMetaCallEvent::create() overloadMarc Mutz2023-08-101-1/+1
* QDBus: Make QObject * argument to generateSubObjectXml() constIevgenii Meshcheriakov2023-08-101-1/+1
* Q_GLOBAL_STATIC: Use Q_FUNC_INFO for assertion contextsIevgenii Meshcheriakov2023-08-101-2/+2
* QPlainTextEdit: clean up private slot definitionsAxel Spoerl2023-08-103-29/+24
* Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEventsTero Heikkinen2023-08-103-5/+17
* moc: Remove remnants of USE_LEXEM_STOREFabian Kosmale2023-08-104-61/+2
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-101-29/+18
* Mark GTK theme plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+5
* embeddedintoforeignindow test: port itemwindow.h away from Q_FOREACHMarc Mutz2023-08-091-1/+2
* tst_QMimeDatabase{Xml,Cache}: make the two siblings behave the sameMarc Mutz2023-08-092-8/+1
* tst_QAccessibilityLinux: port away from Q_FOREACHMarc Mutz2023-08-091-1/+1
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+5
* COIN: Allow setting Debian rules branch as env variableSimo Fält2023-08-091-0/+22
* CI: Fix extra deb package location for sbuildSimo Fält2023-08-091-1/+1
* Add missing include for Q_ASSERT_XJonas Karlsson2023-08-091-0/+1
* Add stereo support for Dx11 RHIIlya Doroshenko2023-08-093-5/+42