summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-264-0/+130
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2465-89/+1935
|\
| * QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-0/+56
| * tst_qtableview: fix virtual-override clang warningDavid Faure2014-11-241-2/+2
| * Disable the tests that verify that the available space shrunkThiago Macieira2014-11-221-0/+10
| * Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-213-17/+7
| |\
| | * Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-15/+5
| | * Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
| * | Fix QAction::setFont crash on OSX, when font is unknown.David Faure2014-11-211-0/+10
| * | Fix widget leak in tst_qmainwindow.Friedemann Kleint2014-11-201-0/+8
| * | Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-201-9/+18
| * | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-0/+22
| * | Fix how qsocks5socketengine autotests are blacklistedTony Sarajärvi2014-11-201-0/+2
| * | fix how qnetworkreply autotests are blacklistedTony Sarajärvi2014-11-201-0/+2
| * | Allow empty string as intermediate matchPaul Olav Tvete2014-11-201-0/+3
| * | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-0/+74
| * | Enable tst_QGraphicsView on OSXJørgen Lind2014-11-192-1/+9
| * | Enable tst_qfiledialog2 on OSXJørgen Lind2014-11-192-1/+2
| * | Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-191-1/+1
| * | Fix invalid qmake syntaxPaul Olav Tvete2014-11-191-3/+5
| * | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-0/+9
| * | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-171-0/+1
| * | Blacklist one test function in tst_QNetworkReplyTony Sarajärvi2014-11-141-0/+1
| * | Add C++11 if available for QVariant autotestJørgen Lind2014-11-131-0/+1
| * | Add diaglib under manual tests.Friedemann Kleint2014-11-1313-0/+1104
| * | Mark QSocks5SocketEngine tests blacklistedTony Sarajärvi2014-11-131-0/+2
| * | Fixed QtGui's GL paint engine getting out of sync when using QtOpenGLSamuel Rødal2014-11-111-0/+27
| * | Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-0/+63
| * | tst_qitemdelegate: make the test more robustDavid Faure2014-11-111-3/+1
| * | tst_QTimer::singleShotToFunctors: Allocate static event loop on heap.Friedemann Kleint2014-11-111-5/+14
| |/
| * Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-1/+1
| * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-041-0/+101
| * Autotest: synchronize with the peer before emitting more signalsThiago Macieira2014-10-312-1/+38
| * Remove executable mode on qwidget_window.proJørgen Lind2014-10-311-0/+0
| * Add manual test for touch events.Friedemann Kleint2014-10-303-0/+215
| * tst_qvariant: automate testing of forward_listMarc Mutz2014-10-291-6/+6
| * Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-293-8/+23
| * moc: do not error if the last token of a define is #Olivier Goffart2014-10-281-0/+2
| * Fix tst_QAccessibility::abstractScrollAreaTest for OS X 10.9Frederik Gladhorn2014-10-282-16/+24
| * Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-0/+4
| * Rotate images according to Exif orientationRainer Keller2014-10-279-0/+18
| * Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-6/+6
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-1/+8
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-38/+73
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-171-1/+75
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-162-10/+38
* | tst_qdatawidgetmapper: stop using module-wide includesGiuseppe D'Angelo2014-11-141-3/+6
* | Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+40
* | QFrame: add an autotest for visual appearanceGiuseppe D'Angelo2014-11-1173-7/+50