summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-304-125/+1422
* Marked tst_qprocess as parallel-safeRohan McGovern2012-05-301-0/+1
* Fix Qt 5 todo issues for QSizePolicy.Jan-Arve Saether2012-05-303-0/+231
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-291-1/+8
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-295-0/+5
* Make tst_qfiledialog2 closer to parallel-safe.Rohan McGovern2012-05-291-18/+23
* Make tst_selftests parallel-safe.Rohan McGovern2012-05-292-3/+18
* Mark tst_qsharedpointer as parallel-safe.Rohan McGovern2012-05-291-0/+1
* Marked tst_qmake as parallel-safeRohan McGovern2012-05-291-0/+1
* Make tst_qfilesystemmodel parallel-safe.Rohan McGovern2012-05-292-1/+2
* Make tst_qnetworkreply parallel-safe.Rohan McGovern2012-05-292-2/+3
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-0/+42
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-28171-0/+171
* Marked tst_qprocess insignificant on macRohan McGovern2012-05-281-0/+1
* Fixed unused function warning in qtextdocumentfragment test.Mitch Curtis2012-05-281-18/+0
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-251-0/+45
* QTBUG-16850: QLineEdit::setSelection removes blank charactersTarja Sundqvist2012-05-251-0/+11
* QtPrinterInfo: Improve QPrinterInfo TestingJohn Layt2012-05-251-163/+88
* Write QList unit tests for movable, complex, etc. types.Mitch Curtis2012-05-241-302/+1063
* QtPrintSupport - Modify Platform Plugin QPrinterInfo apiJohn Layt2012-05-241-0/+19
* tst_qmetatype: avoid slow compilation with some MSVC2010Rohan McGovern2012-05-241-1/+7
* QtPrintSupport - Fix Mac printerName() useJohn Layt2012-05-231-15/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-231-1/+21
* QAuthenticator - test NTLM SSO and normal paths separatelyShane Kearns2012-05-231-7/+17
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-0/+34
* Fix warning about unused variable in tst_qvariant.Jędrzej Nowacki2012-05-231-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-233-3/+3
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-0/+21
* Fix auto tests build with gcc 4.7Anselmo L. S. Melo2012-05-231-0/+1
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-221-12/+12
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-222-2/+2
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-222-0/+28
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-0/+198
* Port away from QUrl::MostDecodedThiago Macieira2012-05-223-22/+26
* Fix the idempotent recoding tests in tst_QUrlInternalThiago Macieira2012-05-221-3/+28
* Fixed unused function warning in qsslcertificate test.Mitch Curtis2012-05-221-2/+2
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-229-10/+8
* Fixed unused function warning in qsslkey test.Mitch Curtis2012-05-211-2/+2
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-212-7/+0
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-216-36/+84
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-211-2/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-192-0/+206
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-2/+0
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-1899-981/+981
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-1824-0/+0
* QIcon: move back to QtGuiOlivier Goffart2012-05-1822-1/+1
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-0/+440
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-163-1/+220