summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-306-55/+79
* Use universal references in QtConcurrentSona Kurazyan2020-09-301-2/+51
* QPrinter: unit tests fail when default printer supports duplexAndreas Buhr2020-09-301-3/+2
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-302-0/+5
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-301-4/+4
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-09-301-1/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-147/+171
* Further blacklist network tests on Windows MinGWTony Sarajärvi2020-09-291-0/+48
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-291-0/+13
* Disable moving of QPropertyLars Knoll2020-09-291-99/+33
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-0/+36
* QPrinter: fix unit tests for special case when no printer is defaultAndreas Buhr2020-09-291-1/+7
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-291-1/+2
* Blacklist QTcpSocket::connectToHostErrors in Windows 10 buildsTony Sarajärvi2020-09-291-1/+2
* Add checks for new QBitArray versionAllan Sandfeld Jensen2020-09-291-46/+57
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-0/+1
* Blacklist tst_QUdpSocket::writeDatagramToNonExistingPeerHeikki Halmet2020-09-291-4/+1
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-2812-62/+71
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-282-0/+102
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+32
* qtabletevent/regular_widget manual test: Add a toggle for WinTabFriedemann Kleint2020-09-273-12/+56
* Fix compilation of some manual testsFriedemann Kleint2020-09-2613-28/+29
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-0/+30
* Don't error out when configuring Qt on a headless systemVolker Hilsheimer2020-09-261-3/+5
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-1/+4
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-0/+68
* Use QMetaType instead of integer based type idsLars Knoll2020-09-233-3/+4
* Cleanup DBus type registration codeLars Knoll2020-09-231-3/+3
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+15
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-0/+1
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+2
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-3/+17
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-234-0/+39
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-2313-0/+209
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231067-1627/+1440
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-2/+7
* QDecompressHelper: limit decompression ratioMårten Nordheim2020-09-222-0/+6
* CMake: Regenerate projectsAlexandru Croitor2020-09-2229-18/+358
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-223-0/+16
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-214-42/+86
* Cleanup API of QMimeDataLars Knoll2020-09-214-3/+14
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-214-4/+4
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-0/+24