summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0726-39/+39
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-072-20/+39
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-072-18/+19
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-075-13/+82
* Add porting section for QVector/QListAndrei Golubev2020-10-071-0/+89
* Cleanup the comparison operators for QVariantLars Knoll2020-10-071-37/+5
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-8/+13
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-061-2/+0
* macOS: Remove dead event type MacGLClearDrawableTor Arne Vestbø2020-10-062-2/+0
* macOS: Remove WA_MacVariableSize widget attributeTor Arne Vestbø2020-10-062-5/+1
* macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum valueTor Arne Vestbø2020-10-061-1/+0
* macOS: Remove dead widget attribute WA_MacNoShadowTor Arne Vestbø2020-10-062-2/+1
* Convert a couple of APIs to use viewsLars Knoll2020-10-0614-188/+186
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+5
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-062-0/+44
* Fix build with g++ 10.2Andreas Buhr2020-10-061-1/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-063-22/+52
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-051-0/+26
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-052-48/+67
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98
* Do not use QHash's aeshash() under Clang's sanitizerAndrei Golubev2020-10-051-2/+14
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-037-33/+33
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0335-125/+112
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-7/+0
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-033-4/+4
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-032-99/+125
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-036-100/+103
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-021-2/+2
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Android: unify deployment-settings.json path to unix formatAssam Boudjelthia2020-10-021-8/+8
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-012-32/+7
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-017-796/+0
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-013-9/+26
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4