summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Mark QSP::PublicShare, Templates for 6.4Kai Köhne2022-01-141-2/+2
* qtpaths: Expose new PublicShareLocation, TemplatesLocationKai Köhne2022-01-141-0/+2
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-142-3/+1
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* Add porting instructions for using binary JSONSona Kurazyan2022-01-131-31/+34
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* Properly detect and declare contiguous iteratorsGiuseppe D'Angelo2022-01-132-16/+9
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-132-6/+10
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Tidy up macOS collation and add some assertionsEdward Welbourne2022-01-131-7/+9
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-134-27/+95