summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-2710-3371/+102
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-273-6/+10
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-8/+23
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-20/+261
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-272-21/+158
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-1/+0
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-271-0/+14
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-265-9/+14
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-263-1/+46
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-264-5/+5
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-262-4/+26
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+1
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* Don't skip QFileDialog retranslatability test on macOSVolker Hilsheimer2020-08-261-3/+0
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-261-10/+0
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-252-59/+204
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-261-3/+0
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-0/+31
* Cleanup QTypeInfoLars Knoll2020-08-2610-33/+41
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-258-61/+61
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+11
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-253-2/+3
* tst_QNetworkDiskCache: fix setCookieHeaderMårten Nordheim2020-08-251-0/+5
* QPrinterInfo: Remove deprecated methodsMarcel Krems2020-08-251-12/+0
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-0/+4
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2511-8/+18
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2412-7302/+0
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+55
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-241-0/+4
* tst_qnetworkreply: Extend httpConnectionCount to test HTTP/2 and TLSMårten Nordheim2020-08-241-7/+46
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-241-2/+2
* tst_QLocalSocket: fix wrong slot nameAlex Trotsenko2020-08-241-1/+1
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-0/+10
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-1/+1
* Deprecate int based convert/canConvertLars Knoll2020-08-243-11/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-2419-147/+147
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-242-7/+4
* Remove an unused enum value and document another oneLars Knoll2020-08-242-26/+27
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-244-10/+12
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0
* Clean up QVariant::Private::DataLars Knoll2020-08-241-2/+2
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* Always use the variants internal space if possibleLars Knoll2020-08-241-1/+3
* Generate less code when creating QMetaTypeInterfacesLars Knoll2020-08-241-3/+2
* Refactor Q*IterableLars Knoll2020-08-241-11/+8
* Cleanups in the Iterable classesLars Knoll2020-08-241-9/+9