summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-293-78/+66
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-295-0/+144
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* QLine: purge deprecated APIEdward Welbourne2020-07-272-64/+2
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-274-64/+0
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-272-9/+10
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-263-24/+5
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-265-181/+202
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-2422-280/+4
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-2418-923/+6
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-2/+11
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-232-31/+1
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0
* Deal with macOS not enabling AVX512 state in XCR0Thiago Macieira2020-07-221-18/+50
* Temporarily add a private QESDPv2Giuseppe D'Angelo2020-07-223-0/+169
* QSysInfo: remove deprecated windowsVersion() and macVersion()Edward Welbourne2020-07-223-378/+0
* Clean-up some Qt 5 leftovers from JSON serialization classesSona Kurazyan2020-07-224-109/+18
* QAssociativeIterableImpl::advanceImpl(): remove deprecation protectionEdward Welbourne2020-07-211-3/+0
* Fix some qdoc warningsFriedemann Kleint2020-07-212-2/+2
* QBasicTimer: purge deprecated APIEdward Welbourne2020-07-202-34/+2
* QAbstractEventDispatcher: purge deprecated APIEdward Welbourne2020-07-201-11/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-202-10/+5
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-202-38/+2
* QTemporaryFile: purge deprecated APIEdward Welbourne2020-07-201-7/+1
* QUrl: purge deprecated APIEdward Welbourne2020-07-202-133/+2
* QChar: purge deprecated APIEdward Welbourne2020-07-202-82/+1
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-175-18/+46
* CMake: Get tests/auto/cmake tests workingAlexandru Croitor2020-07-173-63/+102
* Fix syntax error in containers documentation codeSander Visser2020-07-161-1/+0
* Fix QXmlStreamPrivateTagStack uninitialized memberSander Visser2020-07-161-0/+1
* Fix missing member in QXmlStreamReaderPrivate::initSander Visser2020-07-161-0/+1
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-4/+4
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-163-28/+43
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-1/+1
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-152-6/+12
* Work around compiler problems on MSVC 16.6.XLars Knoll2020-07-151-1/+2
* Update documentation of Qt::TextDateEdward Welbourne2020-07-151-1/+1
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-152-61/+60