summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-2/+2
* | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-5/+4
* | Add unit test for usagePoliciesShane Kearns2012-04-112-1/+32
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-115-9/+9
* | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-0/+4
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1064-242/+1220
|\|
| * Don't ignore tst_QWindow on Mac OS XBradley T. Hughes2012-04-042-3/+6
| * Add tst_QWindow::windowModality()Bradley T. Hughes2012-04-041-0/+32
| * Don't require exact IMAP server version in autotestsShane2012-04-031-39/+7
| * Convert Boolean value into integerHonglei Zhang2012-04-021-0/+61
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-0214-47/+69
| * Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-0/+22
| * Harfbuzz-thai - fix buffer overflow when setting item attributesJohn Tapsell2012-04-021-1/+23
| * Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-021-0/+3
| * Added some convenience API for platform input contextsPekka Vuorela2012-04-012-1/+28
| * Testability for password mask delayPekka Vuorela2012-04-012-4/+14
| * QNetworkAccessFtpBackend: remove entry from QNetworkAccessCacheMartin Petersson2012-04-011-0/+32
| * Fix inputMask accessor of QLineControl.Friedemann Kleint2012-03-311-4/+4
| * Windows: Make tst_qprinter significant again since the test is passingMiikka Heikkinen2012-03-311-1/+0
| * Enable Windows font tests..Friedemann Kleint2012-03-313-5/+0
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-4/+6
| * Expand QtSql tests covering boundValues and boundValueNameMatt Newell2012-03-311-12/+75
| * Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-6/+5
| * Fix crash when an invalid filter is setHonglei Zhang2012-03-301-0/+23
| * Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-4/+18
| * Properly detach when the modified object is a sub objectLars Knoll2012-03-291-0/+25
| * Fix a crash in QFactoryLoaderJonas Rabbe2012-03-2912-0/+476
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-283-26/+26
| * Remove comment about QVariantList and QVariantMap.Stephen Kelly2012-03-281-2/+0
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-282-11/+6
| * Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-271-0/+32
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-278-14/+20
| * Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-276-50/+89
| * Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-272-0/+113
| * QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+7
| * Uncomment disabled code in QSettings autotest.Jason McDonald2012-03-271-6/+3
* | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-24/+24
* | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
* | QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-071-1/+1
* | Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-073-18/+0
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-072-26/+3
* | Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* | Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* | Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-052-0/+118
* | Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-042-5/+35
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* | Stop relying on QHash orderingGiuseppe D'Angelo2012-04-032-4/+22