summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-252-1/+10
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-241-2/+5
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-222-3/+5
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-173-1/+11
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-147-20/+77
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-131-1/+2
* Doc: Fix various documentation warningsTopi Reinio2020-08-132-141/+140
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-121-1/+3
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-071-0/+2
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-061-20/+1
* qustrlen: Add #warnings to explain how to deal with GCC 7.x's ASanThiago Macieira2020-08-061-0/+7
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-051-2/+2
* QMimeData: return null string for null byte arrayLiang Qi2020-08-041-0/+2
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-312-11/+15
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-312-2/+21
* Always return long long variants from integer qjsonvalueAllan Sandfeld Jensen2020-07-311-1/+2
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-311-1/+4
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-301-6/+8
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-295-0/+145
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-07-211-1/+1
* 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
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-142-51/+222
* CMake: Fix dependency in qt_add_big_resourcesKai Koehne2020-07-091-1/+1
* Clarify warning message about PIC/PIEDaniel Kahn Gillmor2020-07-071-1/+1
* Fix workaround in pthread destructorMike Achtelik2020-07-041-19/+6
* Doc: Fix connect syntax in snippetPaul Wicking2020-07-041-1/+1
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-032-12/+43
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-022-5/+7
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-301-1/+1
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-301-8/+4
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* Adapt to MSVC difference in behavior in initializing non-aggregatesThiago Macieira2020-06-291-9/+6
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-291-0/+1
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21