summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Manual dialog test: Add option -n to set Qt::AA_DontUseNativeDialogsFriedemann Kleint2016-08-161-0/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-38/+69
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1010-10/+154
|\|
| * 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-054-0/+77
| * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-288/+294
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-3/+296
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-285-0/+149
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-265-0/+149
| |\|
| | * 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
* | | Add manual test embeddedintoforeignwindowFriedemann Kleint2016-07-265-1/+494
|/ /
* | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-0/+6
* | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-53/+91
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1510-9/+286
|\|
| * 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