summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-0/+17
* ssl: merge and tighten sslErrors and peerVerifyError testsJeremy Lainé2014-12-091-60/+55
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-071-0/+32
* Fix memory leaks in tst_mocJędrzej Nowacki2014-12-071-8/+8
* Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-0/+70
* Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-0/+51
* Fix DBus signature generation for complex types.Aaron McCarthy2014-12-041-0/+53
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-032-14/+6
* Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-1/+322
* QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-031-0/+19
* tst_QItemDelegate: simplify code, no behavior changeDavid Faure2014-12-021-68/+16
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-11-291-11/+152
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-276-53/+68
|\
| * Diaglib: Fix typo in .pri file.Friedemann Kleint2014-11-271-1/+1
| * QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-0/+10
| * XCB: send leave event on grabJørgen Lind2014-11-261-46/+0
| * Improve diaglib.Friedemann Kleint2014-11-253-6/+57
* | 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