summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QString: merge the two ucstrcmp overloads into a templateThiago Macieira2022-01-181-11/+8
* QString: introduce ucstreq() to optimize equalStrings()Thiago Macieira2022-01-181-2/+15
* QString: make ucstricmp() parameters match the compareStrings'Thiago Macieira2022-01-181-27/+20
* QString: add Q_NEVER_INLINE for ucstricmp()Thiago Macieira2022-01-181-3/+3
* QString: remove the old unaligned 4-byte compares in ucstrncmp()Thiago Macieira2022-01-181-60/+9
* CMake: add support for GNU/HurdPino Toscano2022-01-193-6/+6
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* 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-181-1/+1
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-10/+44
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-182-6/+27
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-185-68/+60
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-173-8/+48
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* CMake: re-enable SIMD on AndroidThiago Macieira2022-01-171-34/+34
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-4/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-179-278/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-4/+4
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* 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-172-34/+40
* Doc: Make QListIterator snippets more robustKai Köhne2022-01-177-19/+23
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-1720-38/+19
* 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
* 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-161-16/+18
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-151-33/+4
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-154-35/+51
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-151-0/+9
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-153-1/+24
* QtNetwork: Include moc filesMårten Nordheim2022-01-1523-0/+46
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-1410-1/+10
* 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
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* Fix warning on macOS builds, unbreak -developer-buildVolker Hilsheimer2022-01-141-1/+1
* convertDoubleTo: invert the condition so we catch NaNs earlyThiago Macieira2022-01-141-1/+1
* convertDoubleTo: move the precision upgrade test upThiago Macieira2022-01-141-4/+13