summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-142-51/+222
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-6/+13
* Support digit-grouping correctlyEdward Welbourne2020-07-146-653/+652
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-142-43/+81
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-136-5437/+0