summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Lower timeout on tst_QSemaphore::tryAcquireWithTimeoutAllan Sandfeld Jensen2016-12-142-6/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1374-518/+1308
|\
| * Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-123-1/+109
| * QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-121-1/+6
| * QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-4/+12
| * Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2016-12-081-1/+3
| * UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-081-1/+0
| * Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-081-0/+16
| * tst_qsqlquery.cpp: Refactor runIntegralTypesMysqlTest()Friedemann Kleint2016-12-051-16/+28
| * Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-031-0/+20
| * Fix tst_QComboBox::getSetCheck()Friedemann Kleint2016-12-011-2/+2
| * Add a test case for removing a submenu from the menubarDmitry Shachnev2016-12-011-0/+18
| * tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
| * tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-3030-240/+240
| * Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-294-7/+10
| * tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
| * Fix bilinear sampling of more than 8x rotated transformsAllan Sandfeld Jensen2016-11-292-2/+11
| * Fix tst_QString::sprintf()Friedemann Kleint2016-11-291-6/+11
| * Fix some warnings in testsFriedemann Kleint2016-11-286-8/+12
| * tests/manual,auto/qstorageinfo: Use function pointer in print helperFriedemann Kleint2016-11-251-5/+5
| * tst_qsql.cpp: Remove deprecated module includeFriedemann Kleint2016-11-251-1/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-249-34/+109
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-239-34/+109
| | |\
| | | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
| | | * tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24
| | | * tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
| | | * tst_QDateTimeEdit: Use base method, not direct member accessEdward Welbourne2016-11-181-1/+1
| | | * Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
| | | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-171-1/+4
| | | * Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
| | | * Stabilize tst_QFileDialog2::task143519_deleteAndRenameActionBehavior()Friedemann Kleint2016-11-151-4/+6
| * | | Register fonts with preferred names on WindowsAllan Sandfeld Jensen2016-11-231-0/+4
| * | | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
| * | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
| * | | Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-221-8/+8
| * | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-223-5/+37
| * | | Extend manual test windowflagsFriedemann Kleint2016-11-185-152/+434
| * | | tst_qhooks: test that it's possible to chain multiple hooks togetherMitch Curtis2016-11-181-0/+70
* | | | tst_QTimeZone::printTimeZone: pass zone by referenceEdward Welbourne2016-12-121-2/+2
* | | | tst_QTimeZone: tidy up handling of debug memberEdward Welbourne2016-12-121-8/+4
* | | | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-122-2/+54
* | | | foreach: do not use operators that trigger non-evaluated contextsGiuseppe D'Angelo2016-12-101-0/+7
* | | | Use RGB64 qdrawhelper routines for unpremultiplied formatsAllan Sandfeld Jensen2016-12-092-1/+26
* | | | Cleanup memrotate functionsAllan Sandfeld Jensen2016-12-081-29/+5
* | | | Introducing QSplitter::replaceWidget()Gabriel de Dietrich2016-12-021-0/+172
* | | | QMenuBar tests: Ignore shortcut related test on MacGabriel de Dietrich2016-11-302-12/+13
* | | | Add configurable connect timeout for QAbstractSocketSamuel Gaist2016-11-291-0/+16
* | | | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-241-0/+35
* | | | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-222-0/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1757-191/+669
|\| | |