summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update parent indexes first with changePersistentIndex.Stephen Kelly2012-04-172-2/+11
* Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-1620-66/+71
* Update the error codes in QtDBusThiago Macieira2012-04-162-13/+13
* Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-152-2/+3
* QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
* QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
* Add unit test for BackgroundRequestAttributeShane Kearns2012-04-131-1/+47
* QLayoutItem - make controlTypes a virtual function.Thorbjørn Lund Martsum2012-04-131-0/+11
* Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
* make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-0/+20
* Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
* Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-113-28/+33
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-112-7/+7
* Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
* 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-117-12/+12
* 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-1080-437/+2572
|\
| * Don't ignore tst_QWindow on Mac OS XBradley T. Hughes2012-04-042-3/+6
| * Make sure we create an application before a QWidget.Stephen Kelly2012-04-042-0/+2
| * 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-0215-48/+70
| * Add support for PUT & POST to qget testShane Kearns2012-04-025-189/+424
| * 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
| * Update tests/manual/windowmodality to test native dialogsBradley T. Hughes2012-03-304-99/+601
| * 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
| * Remove modal child widget buttons from tests/manual/windowmodalityBradley T. Hughes2012-03-293-129/+39
| * Fix a crash in QFactoryLoaderJonas Rabbe2012-03-2912-0/+476
| * windowmodality test: Allow exec() with ApplicationModal dialogsBradley T. Hughes2012-03-283-145/+181