summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for an invalid min/max size pairv6.6.0-beta3Inho Lee2023-08-161-0/+7
* Docs: Add a macro for documenting something as a technical previewNicholas Bennett2023-08-161-0/+4
* tst_QHashFunctions: use actual seed in consistent() test functionMarc Mutz2023-08-161-1/+1
* wasm: Apply window mask during QWasmWindow initializationTor Arne Vestbø2023-08-151-0/+3
* androiddeployqt: Fix generation of qtDataDirectoryAaron McCarthy2023-08-151-1/+1
* wasm: Don't add window border, title bar, etc, to child windowsTor Arne Vestbø2023-08-151-1/+1
* 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-153-4/+33
* COIN: Fix typo in debian packaging instructionsSimo Fält2023-08-151-1/+1
* QXmlStreamReader::readNextStartElement() - return false on document endAxel Spoerl2023-08-152-1/+5
* tests/tools: only run qdbus{cpp2xml,xml2cpp} tests if D-Bus is availableThiago Macieira2023-08-152-24/+26
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-154-14/+99
* QDBusConnectionManager: Register metatypes in the constructorIevgenii Meshcheriakov2023-08-141-0/+8
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-143-28/+14
* QtWidgets benchmarks: port remaining users away from Q_FOREACHMarc Mutz2023-08-142-10/+10
* QHostInfo: port lookupHostImpl() to SlotObjUniquePtr internallyMarc Mutz2023-08-141-12/+9
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-143-15/+11
* Windows QPA: also consider child windows for setting WS_EX_LAYEREDTimothée Keller2023-08-142-2/+10
* 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
* Harden QMenuPrivate::hideMenu() against menu argument becoming staleAxel Spoerl2023-08-141-3/+18
* 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
* Revert "QDbus: Avoid memory leak in registerComplexDBusType"Ievgenii Meshcheriakov2023-08-131-4/+1
* QDBusMetaType: Check that Q_GLOBAL_STATIC is not destroyed before using itIevgenii Meshcheriakov2023-08-131-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
* 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: Remove assertion inside qDBusAddTimeout()Ievgenii Meshcheriakov2023-08-111-1/+0
* QUuid: add a named fromUInt128() ctorMarc Mutz2023-08-112-1/+16
* QUuid: make (quint128) ctor explicitMarc Mutz2023-08-111-1/+1
* Use Release and Debug configuration for multi-config Qt builds by defaultAlexey Edelev2023-08-111-1/+9
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-111-29/+18
* Remove assertion in QAndroidPlatformScreen::addWindow()Axel Spoerl2023-08-111-1/+0
* QHostInfo: use new QMetaCallEvent::create() overloadMarc Mutz2023-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
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+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
* 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
* QHostInfo: de-inline -Result and -Runnable dtorsMarc Mutz2023-08-092-0/+10
* Fix typo in core animation docsAlexey Edelev2023-08-091-1/+1
* Fix typo in QUntypedPropertyBinding docsAlexey Edelev2023-08-091-1/+1