summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Major re-write of generate_expected_output.pyEdward Welbourne2016-08-291-82/+178
* QTextDocument: fix string backward searchSamuel Gaist2016-08-281-0/+2
* QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
* QMimeType: use default locale rather than system localeDavid Faure2016-08-242-0/+17
* Fix crash in dumpConfigurationMaurice Kalinowski2016-08-231-5/+7
* Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-0/+37
* Remove unneeded dependency on Qt widgetsEirik Aavitsland2016-08-151-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* tst_QStringListModel: don't leak memory when tests failMarc Mutz2016-08-121-20/+14
* QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-122-2/+53
* tst_QSslSocket::setLocalCertificateChain(): fix resource leak when test failMarc Mutz2016-08-111-3/+2
* Remove ~tst_QImageWriterMarc Mutz2016-08-111-11/+0
* Fix memory leak in tst_qgraphicsproxywidgetJędrzej Nowacki2016-08-101-1/+2
* Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
* tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
* Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-0/+2
* 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
* 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