summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMetaPropertyBuilder: support bindable flagFabian Kosmale2020-09-232-0/+23
* Fix some qdoc warnings: QRegularExpression parametersVolker Hilsheimer2020-09-222-6/+8
* QLibrary: Use QTaggedPointer for the did_load flagUlf Hermann2020-09-222-19/+19
* Apply some code cosmetics to iterablesUlf Hermann2020-09-222-6/+6
* Doc: link QModelRoleData and QModelRoleDataSpan documentationVolker Hilsheimer2020-09-221-17/+17
* Fix some qdoc warnings: std::filesystem::path gettersVolker Hilsheimer2020-09-223-4/+4
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-222-5/+5
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-222-4/+4
* Fix various qdoc warningsVolker Hilsheimer2020-09-224-11/+16
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-224-17/+26
* QFile::copy: call syncToDisk on destinationThiago Macieira2020-09-221-1/+1
* Use QLatin1Char in place of QChar in a few more placesEdward Welbourne2020-09-221-4/+4
* Count digits in QDateTimeParser::parseSection()'s numeric fieldsEdward Welbourne2020-09-221-1/+1
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-222-26/+6
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-52/+34
* Remove default ctor for QIterableUlf Hermann2020-09-224-6/+10
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-223-4/+4
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-222-5/+5
* Remove some deprecation comments from qmap.hEdward Welbourne2020-09-212-7/+5
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-212-84/+100
* Fix a bug when streaming QVariants containing a QRegExpLars Knoll2020-09-211-4/+3
* Cleanup API of QMimeDataLars Knoll2020-09-212-30/+30
* Silence qdoc warnings from std::filesystemVolker Hilsheimer2020-09-211-0/+7
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Fix a bunch of qdoc warnings from QList typesVolker Hilsheimer2020-09-212-0/+11
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-2112-16/+15
* Deprecate QMutex in recursive modeLars Knoll2020-09-213-5/+12
* Doc: Correct link errors qtbaseNico Vertriest2020-09-212-5/+5
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-195-104/+517
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-1915-1016/+1991
* Un-export QVariantRef and QVariantPointerUlf Hermann2020-09-191-2/+2
* Rename QVarLengthArray's private realloc() to reallocate()Jesko von Monkiewitsch2020-09-191-8/+8
* QDir: Use QDoc syntaxAhmad Samir2020-09-181-6/+6
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-189-32/+97
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-183-24/+42
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-183-3/+26
* QDateTimeParser: skip some needless bracesEdward Welbourne2020-09-181-46/+28
* Improve docs for QtFuture::Launch::Sync policySona Kurazyan2020-09-181-6/+13
* QWinEventNotifier: reinterpret 'int signaledCount' as a 'bool signaled'Alex Trotsenko2020-09-183-5/+5
* Update QByteArray documentation relevant to prepend optimizationAndrei Golubev2020-09-181-7/+39
* Remove an outdated compiler checkSona Kurazyan2020-09-181-2/+0
* Rework checkValidDateTime() to avoid needless spec-checksEdward Welbourne2020-09-171-77/+74
* QEventDispatcherWin32: remove unused memberAlex Trotsenko2020-09-172-3/+1
* Tidy up QTimeZone method bodiesEdward Welbourne2020-09-171-55/+27
* Fix typo in QDateTime::fromSecsSinceEpoch() parameter nameEdward Welbourne2020-09-171-1/+1
* Make usage of forkfd_pidfd in QProcess a configurable featureAlexandru Croitor2020-09-174-1/+33
* Rename size parameter to QCommonArrayOps::sizeToInsertAtBegin()Ulf Hermann2020-09-161-8/+8
* QFile: for filesystem::path, use iteratorsMårten Nordheim2020-09-161-5/+2
* Normalize roundingAllan Sandfeld Jensen2020-09-162-8/+8