summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing test for QReguarExpression for QTextDocument::findMultipleSamuel Gaist2016-09-201-0/+18
* multiwindow: Base vsync debug output on actual surface formatTor Arne Vestbø2016-09-191-12/+18
* multiwindow: Replace per window fps timers with unified approachTor Arne Vestbø2016-09-191-18/+46
* multiwindow: Call update() after swapTor Arne Vestbø2016-09-191-2/+2
* multiwindow: React to mouse press to allow debugging UI responsivenessTor Arne Vestbø2016-09-191-33/+20
* multiwindow: Use showNormal() instead of show() to ensure normal geometryTor Arne Vestbø2016-09-191-1/+1
* QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-1/+4
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-0/+57
* Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-14/+31
* QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-121-5/+43
* qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+4
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11
* uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
* 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
* multiwindow: Make it easier to test 1-N windowsTor Arne Vestbø2016-08-241-27/+33
* multiwindow: Use QCommandLineParser instead of parsing manuallyTor Arne Vestbø2016-08-241-24/+35
* QMimeType: use default locale rather than system localeDavid Faure2016-08-242-0/+17
* multiwindow: Base fps on number of frames swapped, not timing of last frameTor Arne Vestbø2016-08-241-9/+21
* Fix crash in dumpConfigurationMaurice Kalinowski2016-08-231-5/+7
* Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-0/+37
* Cocoa Menus: Introducing Menurama manual testGabriel de Dietrich2016-08-197-0/+658
* 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-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