summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QHostInfo: port lookupHostImpl() to SlotObjUniquePtr internallyMarc Mutz2023-08-141-12/+9
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-142-12/+8
* Fix the android paths checkAlexey Edelev2023-08-141-1/+1
* Revert "Add QBezier methods for computing a quadratic curves approximation"Eirik Aavitsland2023-08-142-106/+0
* Avoid compiler warningEirik Aavitsland2023-08-141-1/+2
* Windows QPA: also consider child windows for setting WS_EX_LAYEREDTimothée Keller2023-08-142-2/+10
* QRhi[d3d]: fix missing include compile errorMårten Nordheim2023-08-141-0/+2
* Harden QMenuPrivate::hideMenu() against menu argument becoming staleAxel Spoerl2023-08-141-3/+18
* rhi: Expand lastCompletedGpuTime docsLaszlo Agocs2023-08-141-15/+46
* rhi: gl: Implement lastCompletedGpuTime()Laszlo Agocs2023-08-143-18/+159
* Add QRhiWidgetLaszlo Agocs2023-08-1414-3/+1603
* Make QNetworkInformation thread safeMate Barany2023-08-142-9/+41
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-15/+7
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-142-26/+32
* Modernize snippetFabian Kosmale2023-08-141-4/+4
* CMake: Place resources into static libraries, not object librariesAlexandru Croitor2023-08-144-8/+133
* 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
* 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
* 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
* 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-111-8/+1
* 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
* 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-101-1/+2
* moc: Remove remnants of USE_LEXEM_STOREFabian Kosmale2023-08-104-61/+2
* Mark GTK theme plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+5
* Add missing include for Q_ASSERT_XJonas Karlsson2023-08-091-0/+1
* Add stereo support for Dx11 RHIIlya Doroshenko2023-08-093-5/+42
* corelib/time/: clean out assorted over-namespacingEdward Welbourne2023-08-092-18/+18
* QLocale: clean out assorted over-namespacingEdward Welbourne2023-08-093-56/+55
* QTableView: add an operator<<(QDebug, SpanList)Ahmad Samir2023-08-091-12/+13
* Change enumdata.py names so comments read more naturallyEdward Welbourne2023-08-094-86/+86
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-092-713/+713
* Revise enumdata.py's names to more closely match CLDR'sEdward Welbourne2023-08-094-360/+360