summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-11-061-0/+4
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-293-25/+23
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-296-3977/+4124
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-292-3/+7
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-282-86/+132
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-261-5/+15
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-261-0/+4
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-231-4/+1
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-10-233-8/+37
* Add QStringView overloads to QRegularExpression::(global)Match()Lars Knoll2020-10-192-0/+63
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* Revert "Fix detach on bool check of QSharedDataPointer"Allan Sandfeld Jensen2020-10-151-1/+0
* Add some missing QStringView overloads to QStringLars Knoll2020-10-152-0/+95
* Add QStringView::count(...)Lars Knoll2020-10-153-0/+43
* Add QStringView::split()Lars Knoll2020-10-154-0/+70
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-141-0/+1
* Add toInt() and friends to QStringViewLars Knoll2020-10-123-0/+280
* Loosen the API contract for QStringView::left() and friendsLars Knoll2020-10-122-9/+22
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-092-17/+27
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-3/+11
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Doc: Fix typo in snippetPaul Wicking2020-10-071-1/+1
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-031-2/+2
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-021-1/+1
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* Don't disable non-existent MSVC warning C4345Marcel Krems2020-09-301-1/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-29/+11
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* qlist: Replace QT_DEPRECATED_X with proper QT_DEPRECATED_VERSION_X_Albert Astals Cid2020-09-271-5/+5
* CMake: fix minor line indentationAssam Boudjelthia2020-09-251-2/+2
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-234-17/+26
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-211-2/+2
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-193-3/+26
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* qcontainerfwd.h: add forward declarations for Q{String,ByteArray}ListThiago Macieira2020-09-091-0/+2
* Revert "Revert "QVector: add a construction from QArrayDataPointerRef""Oliver Wolff2020-09-032-0/+6
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-281-6/+12
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-271-47/+117
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* QLocale: Fix double conversion snippetAndre Hartmann2020-08-261-19/+19
* Un-deprecate QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-21/+1
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-261-3/+18