summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Fix dbus headers not being added in qt_internal_extend_targetAlexandru Croitor2022-01-181-2/+2
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-173-21/+43
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-183-1/+56
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* Clang: don't error out on -Wdeprecated-enum-enum-conversionMarc Mutz2022-01-181-0/+6
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-182-10/+63
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-182-6/+27
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-186-68/+101
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-174-9/+49
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* CMake: re-enable SIMD on AndroidThiago Macieira2022-01-171-34/+34
* CMake: Propagate qtbase's CMAKE_STAGING_PREFIX to Qt modulesJoerg Bornemann2022-01-182-12/+9
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-172-16/+37
* Remove unused .qrc filesJoerg Bornemann2022-01-1757-1035/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-172-12/+30
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* widgets baseline test: add QSpinBoxTimur Pocheptsov2022-01-171-0/+37
* Prevent takeStandardSnapshots() from stopping on first mismatchAxel Spoerl2022-01-172-4/+18
* Remove execute permission from XML filesEdward Welbourne2022-01-174-0/+0
* Conan: Exclude 'qt_host_path' option from package_id checksumIikka Eklund2022-01-171-0/+1
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-1717-2/+20
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-171-20/+24
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-173-38/+44
* Doc: Make QListIterator snippets more robustKai Köhne2022-01-177-19/+23
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-1720-38/+19
* wasm: fix EXPORTED_RUNTIME_METHODS also for qmakeMorten Johan Sørvig2022-01-171-1/+1
* wasm: don’t pass thread linker opts to compilerMorten Johan Sørvig2022-01-171-2/+3
* wasm: modernize pthreads optionMorten Johan Sørvig2022-01-172-3/+3
* wasm: remove emterpreter flagsMorten Johan Sørvig2022-01-171-7/+0
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-175-10/+10
* Fuzzing: Add fuzzer for QJsonDocument::fromJsonRobert Löhning2022-01-172-0/+61
* QStorageInfo: limit Linux-only code with Q_OS_LINUXPino Toscano2022-01-161-0/+2
* QVersionNumber: change int to qsizetype for index and lengthThiago Macieira2022-01-162-30/+34
* QTextStream: code tidiesGiuseppe D'Angelo2022-01-162-10/+13
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-01-161-1/+1
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-162-16/+47
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-151-33/+4
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-156-51/+67
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-154-120/+131
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-153-1/+24
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-151-0/+38
* QtNetwork: Include moc filesMårten Nordheim2022-01-1523-0/+46
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-1413-1/+14
* QFlatMap: don't sort already ordered dataMarc Mutz2022-01-141-1/+1
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1