summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-133-9/+4
* Unicode conversion: Skip superfluous check for QT_COMPILER_SUPPORTS_SSE2Fabian Kosmale2022-07-131-3/+2
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+11
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Change "delivering touch to same window" warnings to debug messagesShawn Rutledge2022-07-131-4/+4
* Remove QStringView metatype declarationIvan Solovev2022-07-133-5/+0
* Doc: Hide weak overload template magic from documentationKai Köhne2022-07-131-1/+5
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-1/+2
* Windows: Turn on dark mode support by defaultVolker Hilsheimer2022-07-121-1/+5
* Doc: Adjust widget printing example to not use removed functionsChristian Ehrlicher2022-07-121-7/+9
* QKeySequence: Update the doc to KeyboardModifiersLaszlo Papp2022-07-121-5/+6
* Use QT_CONFIG feature checks for sharedmemory and systemsemaphoresAllan Sandfeld Jensen2022-07-1216-64/+63
* qdbusxml2cpp: Finish migration to qsizetypeMate Barany2022-07-121-36/+36
* QMimeData: fix the usage of a deprecated functionIvan Solovev2022-07-121-3/+1
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-124-1/+9
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-1213-118/+118
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-122-0/+28
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-1/+6
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-2/+2
* QDomDocument: fix the formatting of setContent() declarationsSona Kurazyan2022-07-121-6/+6
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-123-50/+128
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-127-20/+25
* Fix printing of dpr>1 images on WindowsEirik Aavitsland2022-07-121-0/+1
* CMake: Don't propagate openssl headers for the tls pluginAlexandru Croitor2022-07-111-3/+2
* Replace 0 with \nullptr in QTest::currentDataTag()'s docEdward Welbourne2022-07-111-1/+1
* QLoggingCategory: fix Clang -Wgnu-zero-variadic-macro-arguments (headerclean)Marc Mutz2022-07-111-1/+1
* Improve formatting of QTest message on missing functionEdward Welbourne2022-07-111-6/+15
* QMetaType: Do not warn about unknown types in isRegisteredFabian Kosmale2022-07-111-10/+16
* wasm: remove egl header includesMorten Sørvig2022-07-111-4/+0
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-102-10/+47
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-102-34/+27
* QTest: Support QKeySequence compareLaszlo Papp2022-07-092-0/+13
* QSysInfo: update docs to mention the latest osYuhang Zhao2022-07-091-10/+8
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-093-1/+47
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-092-0/+14
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-083-24/+24
* Port QTextureGlyphCache to qsizetypeMarc Mutz2022-07-082-5/+5
* Port QDataBuffer to qsizetypeMarc Mutz2022-07-081-9/+9
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-084-3/+14
* QLine/F: mark as primitive typeMarc Mutz2022-07-081-2/+2
* Pass QFixed by valueMarc Mutz2022-07-086-25/+25
* QFixed: add implicit conversion from long longMarc Mutz2022-07-081-0/+1
* QFixed: stream-line relational operatorsMarc Mutz2022-07-081-19/+11
* QFixed: remove user-defined assignment operatorsMarc Mutz2022-07-081-3/+0
* QRasterPaintEngine: replace a QPair with a structMarc Mutz2022-07-081-16/+22
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-082-19/+0
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-19/+36
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2