summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-039-64/+330
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-039-64/+330
| |\
| | * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-242-4/+41
| | * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-30/+0
| | * Add unit testing for the qdbusxml2cpp toolThiago Macieira2012-04-213-1/+269
| | * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-202-19/+19
| | * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-10/+1
* | | Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-033-8/+4
* | | 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