summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-232-2/+2
* 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 combining multiple QFuturesSona Kurazyan2021-11-204-0/+508
* 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-202-0/+81
* 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-191-1/+4
* Move the 'qmake' feature to src/tools/configure.cmakeJoerg Bornemann2021-11-191-0/+7
* Add configure feature 'androiddeployqt'Joerg Bornemann2021-11-192-2/+15
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-191-23/+61
* Compile: Work around false positive on gcc >= 900Morten Johan Sørvig2021-11-191-1/+1
* 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-192-19/+32
* 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
* 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
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-191-36/+59
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-192-2/+3
* Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-182-9/+37
* Clarify validity of image returned from QPlatformBackingStore::toImage()Tor Arne Vestbø2021-11-181-0/+5
* xcb: Don't mark scrolled area as flushed when doing client side scrollTor Arne Vestbø2021-11-181-8/+9
* xcb: Ensure we have pixmap GC before trying to flush to it during scrollTor Arne Vestbø2021-11-181-2/+2
* xcb: Prepare correct area when doing client side backingstore scrollTor Arne Vestbø2021-11-181-2/+4
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-1/+2
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* macOS: Fix QSlider's knob positioning on MontereyVolker Hilsheimer2021-11-181-1/+13
* Add operating system version for macOS 12 "Monterey"Volker Hilsheimer2021-11-182-0/+10
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-186-51/+229
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-183-0/+35
* Use a QVarLengthArray for FatalSignalHandler's alternate stackEdward Welbourne2021-11-181-3/+4
* Rework FatalSignalHandler to use ranged-for loops over signalsEdward Welbourne2021-11-181-7/+7
* Test the return from sigaction()Edward Welbourne2021-11-181-11/+19
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-17/+112
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-1/+65
* Remove some spurious prefixes in declarationsEdward Welbourne2021-11-182-4/+4