summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0421-85/+346
|\
| * Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-2/+31
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-0/+29
| |\
| | * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+29
| * | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+40
| * | tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-035-31/+13
| * | Blacklist tst_QPrinter::doubleSidedPrinting for msvc 2013Frederik Gladhorn2015-11-031-0/+3
| * | Fix build with Xcode 7.1 toolchainTor Arne Vestbø2015-11-031-1/+3
| * | Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
| * | Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
| * | tst_qudpsocket::multicast - blacklist several combinationsTimur Pocheptsov2015-10-301-0/+8
| * | Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
| * | Disable tst_QSslCertificate::subjectAndIssuerAttributes completelyFrederik Gladhorn2015-10-291-1/+1
| * | Fix QDomNamedNodeMap::item crash with negative indexJoni Poikelin2015-10-291-0/+9
| * | QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
| * | Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+38
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-233-18/+45
| |\|
| | * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-17/+41
| | * Tests: Use blacklist for tst_NetworkSelfTest::ftpProxyServer()Caroline Chao2015-10-222-1/+4
| * | Autotest: remove AIX-related QT_POINTER_SIZE codeThiago Macieira2015-10-231-9/+0
* | | QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-2/+2
* | | tst_QNetworkReply::ioGetFromBuiltinHttp - fix for large kernel buffersTimur Pocheptsov2015-11-031-3/+21
* | | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-023-2/+14
* | | Testlib: Output total test time in plain text logger.Friedemann Kleint2015-10-301-0/+4
* | | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-0/+12
* | | Add thorough tests for QLocale string/double conversionsUlf Hermann2015-10-301-7/+114
* | | Fix building with QT_NO_BEARERMANAGEMENTUlf Hermann2015-10-281-1/+2
* | | tst_qstring: Enable previously disabled test for Q_CC_MINGW.Friedemann Kleint2015-10-271-6/+0
* | | Add QWindow child window positioning testTor Arne Vestbø2015-10-261-13/+69
* | | Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-0/+46
* | | Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-0/+31
* | | Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+31
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2329-98/+266
|\| |
| * | moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+13
| * | Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
| * | QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
| * | QLatin1String: add testMarc Mutz2015-10-194-0/+126
| * | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-2/+18
| * | QAbstractItemView::sizeHintForRow()/Column: Check for null delegate.Friedemann Kleint2015-10-191-0/+12
| * | The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13
| * | Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
| * | Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-2/+9
| * | QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | | tst_qchar: Remove init()/cleanup() slots.Friedemann Kleint2015-10-231-22/+0
* | | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-2228-104/+132
* | | tests/auto/other: Remove some placeholder formatting.Friedemann Kleint2015-10-223-22/+27
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-1945-317/+385
* | | tests/auto/network: Remove some placeholder formatting.Friedemann Kleint2015-10-1913-75/+89
* | | tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-1913-109/+141
* | | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-151-0/+5