summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+2
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-39/+12
* Add a QMetaAssociationUlf Hermann2020-09-153-303/+996
* Update QString documentation relevant to prepend optimizationAndrei Golubev2020-09-151-0/+27
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-153-3/+3
* QObjectBindableProperty: Fix QDoc-specific typo in headerTopi Reinio2020-09-151-1/+1
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-152-13/+18
* Remove deprecated APILars Knoll2020-09-152-8/+0
* Add qHash implementation for QPointMitch Curtis2020-09-152-0/+15
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Add QVariantRef, QVariantPointer, QVariantConstPointerUlf Hermann2020-09-142-0/+158
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-142-3/+12
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-147-22/+4
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-5/+1
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-133-19/+67
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-1213-245/+114
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-121-0/+4
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-125-14/+27
* Inline one method as per ###Qt6Lars Knoll2020-09-122-8/+6
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-122-54/+90
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-122-1/+32
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-123-0/+48
* Make QMetaSequence's d_ptr constUlf Hermann2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-124-75/+321
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-122-3/+24
* Fix Qt6 related comments in qdebugLars Knoll2020-09-112-45/+33
* Get rid of QEnableIfLars Knoll2020-09-112-9/+3
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-113-14/+19
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-113-176/+176
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-112-12/+66