summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix namespaced builds on ARMLars Knoll2022-05-101-1/+1
* Prevent crashing when FcFontList failsJoni Poikelin2022-05-101-0/+2
* wasm: add support for drag into browser windowLorn Potter2022-05-107-2/+349
* Add ARM YIELD support to qYieldCpu()Marc Mutz2022-05-101-1/+16
* Windows QPA: Fix crash in some rare casesYuhang Zhao2022-05-101-1/+2
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* Fix QtAndroidPrivate namespace documentationIvan Solovev2022-05-091-3/+4
* Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPYJoerg Bornemann2022-05-091-115/+69
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-092-9/+38
* QRandomGenerator: port away from std::aligned_storageMarc Mutz2022-05-071-4/+5
* QHash: port away from std::aligned_storageMarc Mutz2022-05-071-1/+1
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-0/+181
* QXmlStreamReader: port Value::len from int to qsizetypeMarc Mutz2022-05-074-21/+21
* QXmlStreamReader: port the last two int/qsizetype mismatchesMarc Mutz2022-05-072-4/+4
* QXmlStreamReader: port Value::prefix from int to qint16Marc Mutz2022-05-072-5/+5
* QXmlStreamReader: port Value::pos from int to qsizetypeMarc Mutz2022-05-073-9/+9
* QXmlStreamReader: port another indexed to ranged for loopMarc Mutz2022-05-072-4/+2
* Sync qxmlstream.g with qxmlstreamparser_p.h [2/2]: QT_NAMESPACE macrosMarc Mutz2022-05-071-0/+4
* Sync qxmlstream.g with qxmlstreamparser_p.h [1/2]: switched linesMarc Mutz2022-05-071-1/+1
* QXmlStreamWriter: port Private::write(p, n) from int to qsizetypeMarc Mutz2022-05-071-2/+2
* QXmlStreamReader: port some int → qsizetypeMarc Mutz2022-05-071-11/+10
* QXmlStreamReader: fix integer truncation (qint64 → int)Marc Mutz2022-05-071-1/+1
* QXmlStreamWriter: replace indexed with ranged for loopsMarc Mutz2022-05-071-5/+3
* QXmlStreamReader: port readBufferPos from int to qsizetypeMarc Mutz2022-05-071-1/+1
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-063-3/+3
* Implement missing QSupportedWritingSystems comparison operatorsTor Arne Vestbø2022-05-061-0/+20
* Fix enum value for WindowAboutToChangeInternal eventVolker Hilsheimer2022-05-061-1/+2
* Fix window states and transitions in wasmDavid Skoland2022-05-062-27/+53
* QObjectPrivate: rename the internal disconnect() to removeConnection()Thiago Macieira2022-05-062-8/+7
* QObjectPrivate: mark inline functions not meant to be used elsewhereThiago Macieira2022-05-062-8/+8
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-061-4/+4
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-063-22/+5
* cmake: moc - remove duplicate includes/definesTim Blechmann2022-05-061-2/+2
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-068-9/+9
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* qtestcase/Unix: remove fprintf from signal handlerThiago Macieira2022-05-051-8/+100
* QSemaphore: port non-futex case from (QWaitCondition, QMutex) to std::{condit...Marc Mutz2022-05-061-24/+29
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* Fix compiler warning from deprecated QString conversionVolker Hilsheimer2022-05-061-1/+1
* wasm: destroy compositor and screen in orderMorten Sørvig2022-05-061-2/+5
* plugins: image formats - fix odr violationTim Blechmann2022-05-061-0/+4
* Revert "Windows QPA: Remove dependency on swprintf_s() pulled in via _com_err...Kai Köhne2022-05-061-20/+1
* qcompilerdetection.h: add Q_CC_{GNU,MSVC,CLANG}_ONLY macrosMarc Mutz2022-05-061-4/+13
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* Refine QRoundingDown::qDiv() to avoid underflowEdward Welbourne2022-05-061-2/+9
* De-pessimize QBenchmarkValgrindUtils::extractResult()Marc Mutz2022-05-051-8/+12
* QBuffer: add missing <limits> includeMarc Mutz2022-05-051-0/+2
* includemocs (updated script)Marc Mutz2022-05-0514-0/+24
* QXcbNativeInterface: remove unused field m_sysTraySelectionAtomMarc Mutz2022-05-051-2/+0
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33