summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Gate bic tests behind a manual featureToni Saario2021-11-251-0/+3
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-253-10/+40
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-252-31/+136
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-252-0/+50
* Update baseline testing frameworkEirik Aavitsland2021-11-245-68/+40
* qmake: don't use magic numbersMarc Mutz2021-11-241-7/+15
* configure: Remove vestiges of handling QMAKE_* variable assignmentsJoerg Bornemann2021-11-241-14/+0
* Add variations of QPushButton with default property setVolker Hilsheimer2021-11-241-0/+6
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-2414-383/+109
* QObject: don't #include qproperty.hMarc Mutz2021-11-231-2/+2
* QTest: mark qFail() as coldMarc Mutz2021-11-231-0/+1
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2
* Move macdeployqt and windeployqt from qttools to qtbaseJoerg Bornemann2021-11-2329-0/+6791
* QOperatingSystemVersion: cache the retrieved versionYuhang Zhao2021-11-233-2/+15
* QCocoaMenuBar: set the app's 'Window' menuTimur Pocheptsov2021-11-233-0/+31
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-2326-28/+26
* Restore src/tools/moc/util/generate_keywords.proMarc Mutz2021-11-231-0/+5
* qapplicationstatic.h: fix syncqt warningMarc Mutz2021-11-231-1/+1
* QVLA: Self-Encapsulate FieldsMarc Mutz2021-11-221-97/+97
* QImageReader: check allocation limit for minimum 32 bppEirik Aavitsland2021-11-222-2/+13
* Add support for Microsoct Visual Studio 2022 official releaseHeikki Halmet2021-11-211-0/+7
* Add support for combining multiple QFuturesSona Kurazyan2021-11-205-0/+1022
* Q{CoffPe,Elf,MachO}Parser: check that the magic string is presentThiago Macieira2021-11-193-8/+31
* QPluginLoader: add COFF PE file parserThiago Macieira2021-11-194-0/+490
* CMake: reorganize the QT_FEATURE_library portion of CMakeLists.txtThiago Macieira2021-11-192-11/+9
* QString::fromUtf16: use qustrlenThiago Macieira2021-11-191-5/+2
* Re-apply "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(conditi...Marc Mutz2021-11-202-22/+25
* Short live q20::ssize()!Marc Mutz2021-11-203-13/+82
* QAndroidActivityResultReceiver: avoid double(triple)-lookupMarc Mutz2021-11-201-6/+9
* Use Authz API to query permissions info in Windows filesystem backendIevgenii Meshcheriakov2021-11-192-117/+215
* xcb: Return standalone image from QXcbBackingStore::toImage()Tor Arne Vestbø2021-11-191-1/+7
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-192-1/+56
* Move the 'qmake' feature to src/tools/configure.cmakeJoerg Bornemann2021-11-194-17/+7
* Add configure feature 'androiddeployqt'Joerg Bornemann2021-11-193-2/+16
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-192-23/+135
* Compile: Work around false positive on gcc >= 900Morten Johan Sørvig2021-11-191-1/+1
* wasm: remove duplicate “--bind” optionMorten Johan Sørvig2021-11-191-2/+0
* wasm: remove unused variableMorten Johan Sørvig2021-11-191-4/+0
* Link printer plugins into user projects when using a static QtJoerg Bornemann2021-11-193-4/+6
* Fix generating of Android deployment config in Multi-Config buildAlexey Edelev2021-11-191-1/+2
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-193-32/+46
* QLoggingRegistry: avoid double-lookupMarc Mutz2021-11-191-2/+5
* QHash: optimize value(key) and key(value) callersMarc Mutz2021-11-192-25/+99
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Properly fix QFontDatabase test on FreetypeEskil Abrahamsen Blomfeldt2021-11-191-1/+3
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2021-11-191-3/+18
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-193-1/+539
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9