summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMdiArea: port Q_FOREACH to ranged-for, one trivial caseAhmad Samir2023-08-151-1/+1
* androiddeployqt: Fix generation of qtDataDirectoryAaron McCarthy2023-08-151-1/+1
* wasm: Apply window mask during QWasmWindow initializationTor Arne Vestbø2023-08-151-0/+3
* wasm: Don't add window border, title bar, etc, to child windowsTor Arne Vestbø2023-08-151-1/+1
* wasm: Don't clamp y position of child QWindows to parent rectTor Arne Vestbø2023-08-151-1/+4
* Clean up and fix some things in QRhiWidget docLaszlo Agocs2023-08-151-24/+29
* rhi: d3d11: Rework timestamp query logicLaszlo Agocs2023-08-152-104/+162
* Fix texture-based non-native child of a non-texture-based native childLaszlo Agocs2023-08-151-4/+12
* rhi: add a way to test Display P3 with the manual testLaszlo Agocs2023-08-153-3/+18
* Android: fix content URI handling for non-ascii file namesAssam Boudjelthia2023-08-151-6/+7
* QDockArealLayoutItem: recurse subinfo in QDebug operator<<Axel Spoerl2023-08-151-4/+5
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-152-1/+21
* QXmlStreamReader::readNextStartElement() - return false on document endAxel Spoerl2023-08-151-1/+1
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-142-12/+22
* Deprecate Q_ASSUME()Thiago Macieira2023-08-1415-19/+22
* QDBusConnectionManager: Register metatypes in the constructorIevgenii Meshcheriakov2023-08-151-0/+8
* [Doc] Clarify caller expectations for IPC Cross-platform safe key formatJøger Hansegård2023-08-151-1/+4
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-142-26/+12
* 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