summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-4/+0
* Long live QRandomGeneratorThiago Macieira2017-06-123-0/+705
* Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-081-0/+70
* json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-081-0/+20
* json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-081-0/+30
* QSSLSocket::readData return -1 when socket is not connectedAlbert Astals Cid2017-06-081-0/+7
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0723-36/+244
|\
| * winrt: Use styleHint as clue for fallbacks for font familiesOliver Wolff2017-06-011-1/+1
| * Blacklist tst_QTimer::basic_chrono on macOSTony Sarajärvi2017-06-011-0/+2
| * qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-1/+25
| * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-311-0/+50
| |\
| | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+50
| | |\
| | | * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-0/+50
| * | | QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-313-0/+39
| * | | Do not always use argb32pm for subsurfacesAllan Sandfeld Jensen2017-05-316-21/+29
| * | | Extend blacklisting of tst_QSemaphoreTony Sarajärvi2017-05-311-0/+1
| * | | winrt: Fix tst_QPainterPathOliver Wolff2017-05-311-2/+4
| * | | Fix tst_QFile for configurations without process supportOliver Wolff2017-05-311-0/+2
| * | | Fix tst_qmessagehandler for configurations without process supportOliver Wolff2017-05-311-1/+1
| |/ /
| * | Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-2/+5
| * | QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-1/+33
| * | tst_QFiledialog: use escape to close dialogs instead of timerMitch Curtis2017-05-301-5/+2
| * | tst_qudpsocket: Blacklist "utun" interfaces on DarwinThiago Macieira2017-05-291-0/+8
| * | Fix tst_QWidget::translucentWidget() on high DPI displaysMitch Curtis2017-05-291-2/+2
| * | QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-291-0/+21
| * | Fix autotest not to open too many files on a UnixTony Sarajärvi2017-05-291-0/+19
* | | Add QLocalServer::socketDescriptorJesus Fernandez2017-06-061-0/+2
* | | Remove QWinOverlappedIoNotifierJoerg Bornemann2017-06-023-343/+1
* | | Move QGestureRecognizer test to widgets/kernelMarc Mutz2017-06-026-7/+4
* | | Do its best in QComboBox to map completer's indexAlexey Chernov2017-06-011-0/+58
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-2912-24/+156
|\| |
| * | Blacklist tst_QEventLoop:testQuitLock as it is flaky on macOSTony Sarajärvi2017-05-231-0/+1
| * | Extend blacklisting of qeventdispatcher to cover macOSTony Sarajärvi2017-05-231-0/+2
| * | Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-193-13/+68
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-13/+68
| | |\|
| | | * Stabilize tst_QSqlThread::readWriteThreadingFrederik Gladhorn2017-05-181-1/+1
| | | * QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.8David Faure2017-05-081-10/+10
| | | * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-2/+57
| * | | tst_QTimer::timeout(): Use QTRY_VERIFY_WITH_TIMEOUTFriedemann Kleint2017-05-191-4/+2
| |/ /
| * | Add Q_FALLTHROUGH to QtDBus testsThiago Macieira2017-05-171-1/+4
| * | Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+12
| * | Add test-case for intersection equalityAllan Sandfeld Jensen2017-05-171-0/+49
| * | Blacklist tst_QGraphicsScene::removeItem on OS X 10.11 in CITor Arne Vestbø2017-05-111-0/+3
| * | winrt: Fix tst_QSocketNotifier::asyncMultipleDatagramOliver Wolff2017-05-111-0/+4
| * | winrt: Fix tst_qcoreapplicationOliver Wolff2017-05-111-4/+9
| * | Add some missing breaks in switch statementsMarc Mutz2017-05-101-2/+2
* | | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-0/+65
* | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-233-6/+104
* | | Add QPolygon::intersects() methodsAllan Sandfeld Jensen2017-05-181-0/+42