summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove the alignas() from QVariant::PrivateLars Knoll2020-08-262-4/+5
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-2/+0
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-263-4/+4
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-0/+105
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-262-14/+4
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-251-47/+117
* Android: Fix currentThreadId to work on Android emulatorAlexandru Croitor2020-08-261-2/+2
* QRegularExpression: code tidiesGiuseppe D'Angelo2020-08-261-6/+2
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-3/+18
* Cleanup QTypeInfoLars Knoll2020-08-265-127/+20
* Port QSet to qsizetypeUlf Hermann2020-08-251-6/+6
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-252-4/+8
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-3/+24
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-252-28/+1
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2452-8877/+24
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+49
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-243-37/+27
* QLocale: Fix double conversion snippetAndre Hartmann2020-08-241-19/+19
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-242-1/+10
* Rename QSequentialIterable::refUlf Hermann2020-08-242-17/+17
* Remove private QSequentialIterable begin/end methodsUlf Hermann2020-08-242-14/+2
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4
* Remove QVariant(QDataStream) constructorLars Knoll2020-08-242-15/+0
* Use QMetaType in QMetaCallEventLars Knoll2020-08-243-16/+16
* Pass QMetaType by valueLars Knoll2020-08-247-18/+17
* Clean up int based convert() APILars Knoll2020-08-245-50/+66
* Deprecate int based convert/canConvertLars Knoll2020-08-244-19/+62
* Return a qsizetype from QMetaType::sizeOf()/alignOf()Lars Knoll2020-08-242-4/+4
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-249-201/+124
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-245-76/+21
* Cleanup the qRegisterMetaType functionLars Knoll2020-08-241-49/+13
* Remove an unused enum value and document another oneLars Knoll2020-08-242-3/+2
* Cleanup qvariant_cast<>Lars Knoll2020-08-243-106/+46
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-244-148/+196
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-243-392/+147
* Get rid of the old QVariant conversion codepathLars Knoll2020-08-242-56/+24
* Move QJsonValue and QCborValue conversions to QMetaTypeLars Knoll2020-08-242-151/+127
* Remove some unused codeLars Knoll2020-08-241-12/+0
* Finish porting number conversions to QMetaTypeLars Knoll2020-08-242-253/+29
* Move enum conversions over into QMetaTypeLars Knoll2020-08-243-90/+151
* Implement integral conversions in QMetaTypeLars Knoll2020-08-241-1/+108
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-243-581/+403
* Remove some dead codeLars Knoll2020-08-241-9/+0
* Add a metatype helper class for Qt CoreLars Knoll2020-08-242-15/+32
* Always try to conversions through QMetaTypeLars Knoll2020-08-241-21/+9
* Use QVariant::Private::typeId()Lars Knoll2020-08-241-96/+96
* Clean up QVariant::Private::DataLars Knoll2020-08-242-113/+88
* Get rid of the private v_cast<>() methodLars Knoll2020-08-242-213/+187