summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-122-4/+4
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-122-2/+2
* QProperty: make a few helpers constexprFabian Kosmale2020-10-122-2/+2
* Handle notifier list modification during iterationFabian Kosmale2020-10-123-25/+135
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-1/+8
* QPropertyChangeHandler: mark as nodiscardFabian Kosmale2020-10-121-1/+1
* Cleanup qshareddata.h noexcept statusAllan Sandfeld Jensen2020-10-111-46/+44
* Add porting section for QtConcurrent and related classesSona Kurazyan2020-10-091-0/+70
* Make result finding procedure in ResultStore a free-standing functionAndrei Golubev2020-10-091-28/+38
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-9/+18
* MinGW: Fix static build using PCHCristian Adam2020-10-091-1/+1
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Disable spurious warning with gcc 9.3Paul Olav Tvete2020-10-091-0/+5
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+7
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-084-20/+20
* Fix compilation on MSVC with /std:c++latestLars Knoll2020-10-081-6/+1
* 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