summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-2/+1
* Skip tst_QOpenGL::openGLPaintDevice() if wrong openGL version.Miikka Heikkinen2012-05-031-0/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml]Thiago Macieira2012-05-031-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-0318-60/+60
* Define P in stringbuilder.cpp, just to help in editing in the editorThiago Macieira2012-05-031-0/+5
* tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-021-4/+10
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+31
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-0236-571/+571
* Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+2
* Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+5
* Never attempt to run the dbus tests on APPLE.Stephen Kelly2012-05-012-3/+1
* Temporarily disable -Woverloaded-virtual in headersclean testKent Hansen2012-05-011-1/+1
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+316
* Removed insignification from QBackingStore testMiikka Heikkinen2012-04-301-3/+0
* Remove insignification of lancelot test on Mac OS X.Jason McDonald2012-04-301-2/+0
* Remove insignficiation from qgraphicsscene test on Windows.Jason McDonald2012-04-301-2/+0
* Remove insignification from qsslsocket_onDemandCertificates_* testsJason McDonald2012-04-302-4/+0
* Remove insignification from qtcpserver test on Mac OS X.Jason McDonald2012-04-301-2/+0
* Remove insignification of qsslsocket test on Windows and Mac.Jason McDonald2012-04-302-6/+3
* Simplify the cmake version check.Stephen Kelly2012-04-291-1/+1
* Add some more useful output when about the cmake versionStephen Kelly2012-04-291-1/+1
* Re-enable casting to and from "ASCII" on tst_qstring.cppThiago Macieira2012-04-281-33/+13
* Wrap the non-ASCII testcases with QString::fromUtf8Thiago Macieira2012-04-271-5/+5
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-276-47/+49
* Convert these files to ASCII or UTF-8Thiago Macieira2012-04-271-1/+1
* Force tst_qstring to use fromLatin1 where it has Latin 1 literalsThiago Macieira2012-04-271-37/+39
* Fix QWindow autotest for Windows.Miikka Heikkinen2012-04-272-8/+20
* Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+27
* Implement inline downscaling in png reader, to save memoryaavit2012-04-272-2/+4
* Removed parallel_test from parallel-unsafe autotest.Rohan McGovern2012-04-271-1/+0
* Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-271-4/+1
* cmake: temporarily set tests/auto/cmake insignificant on macRohan McGovern2012-04-271-0/+6
* Uncomment qnetworkproxyfactory autotestShane Kearns2012-04-261-1/+1
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-0/+33
* Make QTimeLine test significant.Jason McDonald2012-04-261-1/+0
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-1/+14
* Fix QRawFont autotest in WindowsMiikka Heikkinen2012-04-252-3/+10
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-252-24/+4
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+37
* Fix recursion in qwidget gdiPainting test.Friedemann Kleint2012-04-251-4/+10
* Skip tst_QInputDialog on Mac OS XBradley T. Hughes2012-04-251-0/+2
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-1/+1
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-4/+0
* Mark known test failures in Windows developer build.Jason McDonald2012-04-251-0/+3
* Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-251-4/+4
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-252-6/+1
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-0/+1
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-241-1/+1
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+4