summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-165-3/+59
* Add header qtest_widgets.h, similar to qtest_gui.h, but for QApplication.David Faure2012-05-161-1/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-0/+60
* Revert "Temporarily disable -Woverloaded-virtual in headersclean test"Kent Hansen2012-05-161-1/+1
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-161-5/+0
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+4
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-20/+12
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-163-21/+36
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-7/+59
* tst_QNetworkReply: enable the ioGetFromBuiltinHttp test.Martin Petersson2012-05-161-6/+5
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-1/+25
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-153-0/+12
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* Rename QMimeDatabase method for consistency.David Faure2012-05-151-3/+3
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Remove capitalization when specifying include-libraries.kb2012-05-145-5/+5
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-0/+4