summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QWidget::gdiPainting fixedJoerg Bornemann2012-07-031-1/+2
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-032-0/+79
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-0/+4
* Fix capitalization with newline bugYann Bodson2012-07-031-0/+23
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-031-42/+2
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-0/+41
* Mark qgl autotest as significant for WindowsKalle Juhani Lehtonen2012-07-031-1/+0
* Change qglfunctions autotest to insignificant on WindowsKalle Juhani Lehtonen2012-07-021-0/+2
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-0/+13
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-014-0/+97
* Flag consistently failing tests as expected fail tests.Toby Tomkins2012-06-302-2/+2
* QAbstractProxyModel autotest doesn't need widgetsGiuseppe D'Angelo2012-06-291-1/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-2912-6/+9
* Merge branch 'buildsystem' (second round)Oswald Buddenhagen2012-06-293-26/+26
|\
| * do not unnecessarily mess with CONFIGOswald Buddenhagen2012-06-273-26/+26
* | Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-299-11/+9
* | Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-0/+38
* | Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-2/+30
* | Fixed qsslsocket_onDemandCertificates_{static,member}Rohan McGovern2012-06-282-4/+2
* | Remove the extra warnings and -Werror from tst_qmimetypeThiago Macieira2012-06-271-2/+0
* | Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+13
|/
* Implement RFC6265 test suiteShane Kearns2012-06-272-0/+2056
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-271-13/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-3/+9
* qget test - fix null pointer dereferenceShane Kearns2012-06-271-1/+1
* Change invalid test case (two cookies separated by ,)Shane Kearns2012-06-271-2/+9
* QNetworkRequest autotest: adapt to new cookie parsing (re. commas)Peter Hartmann2012-06-271-1/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-39/+15
* tst_qtextscriptengine: make it compilable under MSVC2010Debao Zhang2012-06-261-2/+6
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-262-0/+3
* Factorize the cmake test infrastructure to be reusable.Stephen Kelly2012-06-261-50/+1
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-0/+41
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-0/+18
* fix somewhat common edge case in $$shadowed()Oswald Buddenhagen2012-06-261-0/+1
* QSKIP test that is blocking unrelated changes in CIShane Kearns2012-06-251-2/+2
* Make test work on Mac OS XHarald Fernengel2012-06-232-0/+2
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-8/+0
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-232-3/+8
* Add a variable for the private includes for modules.Stephen Kelly2012-06-233-0/+71
* Give the CMake unit tests more meaningful names.Stephen Kelly2012-06-2339-65/+74
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-234-0/+75
* tst_qgraphicsview hoverLeave regressedToby Tomkins2012-06-221-0/+3
* Fix qitemview and qdatetimeedit autotest builds for WinCE.Janne Anttila2012-06-212-0/+8
* Fix qdiriterator autotest build for WEC7.Janne Anttila2012-06-211-1/+1
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-0/+47
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-211-19/+138
* Fix qfile autotest build for WEC7Janne Anttila2012-06-212-3/+5
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-14/+17