summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* BIC data files for QtBase for Qt 5.7Milla Pohjanheimo2016-10-0311-0/+96381
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0114-28/+92762
|\
| * Data files for binary compatibility tests updated for Qt 5.6Milla Pohjanheimo2016-09-3011-0/+92679
| * Plug remaining leaks in tests/auto/widgets/styleMarc Mutz2016-09-301-3/+3
| * tst_QAbstractSlider: fix strict-aliasing warningsMarc Mutz2016-09-301-25/+23
| * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-0/+57
* | Fix tst_QFiledialog::widgetlessNativeDialog()J-P Nurmi2016-09-301-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-288-30/+190
|\|
| * Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
| * tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
| * Extend tested formats in lancelotAllan Sandfeld Jensen2016-09-271-0/+26
| * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-0/+8
| * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-0/+63
| * Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
| * Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
| * QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-262-44/+41
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-232-8/+11
|\|
| * Fix test for sandboxed platformsMaurice Kalinowski2016-09-231-3/+3
| * tst_QGraphicsItem: Fix UB (invalid cast/member call) in prepareGeometryChange()Marc Mutz2016-09-221-5/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-62/+101
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-163-20/+135
|\|
| * 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
* | Blacklist modalWindowModallity on macOS aka “osx”Morten Johan Sørvig2016-09-151-0/+2
* | Blacklist selftest runSubTestTony Sarajärvi2016-09-121-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05105-1071/+1177
|\|
| * 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
* | Run tst_QFiledialog::widgetlessNativeDialog() lastJ-P Nurmi2016-09-041-1/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-292-0/+31
|\|
| * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-0/+2
| * QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-255-61/+146
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-255-61/+146
| |\|
| | * 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