summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-054-0/+77
* QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
* Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
* Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
* tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
* tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
* QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
* Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
* QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* Fix for race condition in signal activationDenis Kormalev2016-07-291-0/+175
* Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-282-1/+63
* QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
* Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-2/+36
* Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-202-0/+82
* moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+7
* tests/manual: add highdpi subdir to the test listThiago Macieira2016-07-201-0/+1
* QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+59
* moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-1/+8
* fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-0/+8
* fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-0/+7
* fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-0/+17
* make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-131-0/+14
* make error() propagate from custom replace functionsOswald Buddenhagen2016-07-131-0/+66
* fix error() not propagating through if()Oswald Buddenhagen2016-07-131-0/+6
* QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-2/+17
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
* QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
* QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
* QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
* QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-0/+25
* Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* Testlib: generate_expected_output.py: Run in C localeFriedemann Kleint2016-07-051-0/+1
* QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-1/+26
* Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
* Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-151-4/+70
* tst_QUdpSocket - remove insignificanceTimur Pocheptsov2016-06-142-5/+19
* Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+39
* QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+27
* tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.Friedemann Kleint2016-06-102-2/+13
* Fix qplugin autotest on WindowsJoerg Bornemann2016-06-081-23/+12
* Revert "Insignifify qfileinfo on Windows, like QDir".Friedemann Kleint2016-06-081-2/+0
* Revert "Insignifify qdiriterator test"Friedemann Kleint2016-06-081-2/+0
* Re-enable tst_QDir on Windows.Friedemann Kleint2016-06-081-2/+0
* Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.Luca Bellonda2016-06-081-0/+39
* QDebug: fix streaming of QCharsMarc Mutz2016-06-081-3/+3