summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* Stabilize tst_QAccessibilityMacVolker Hilsheimer2021-11-261-12/+9
* qt_internal_add_module: Document HEADER_MODULE and STATICFabian Kosmale2021-11-261-0/+8
* CMake: Fix cross-compilation to WindowsJoerg Bornemann2021-11-261-0/+2
* xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-263-39/+48
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-268-35/+68
* Win32: Enable large address aware explicitlyYuhang Zhao2021-11-262-1/+3
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-2614-39/+441
* d3d11rhi: remove leftover of pre-win10 codeYuhang Zhao2021-11-261-3/+1
* Add QTest::failOnWarningMitch Curtis2021-11-2612-7/+692
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-265-14/+78
* QTemporaryDir: Set directory permissions at the time of creationIevgenii Meshcheriakov2021-11-261-11/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-2611-45/+427
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-262-3/+91
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* Add some missing entries to QTest::qExec()'s \sa lineEdward Welbourne2021-11-261-1/+1
* Android: Set sem_wait m_terminateSemaphore behind an atomic flagRami Potinkara2021-11-261-1/+7
* QAndroidActivityResultReceiver: make uniqueActivityRequestCode() lock- and UB...Marc Mutz2021-11-251-5/+6
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-253-12/+26
* 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