summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fixed selftests unittest on windowsKurt Korbatits2012-02-021-2/+8
* Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
* Add selftest for xpass in a data-driven test.Jason McDonald2012-02-025-31/+71
* Improve readability of expectfail selftest.Jason McDonald2012-02-025-92/+92
* Add testlib selftest for counting of test results.Jason McDonald2012-02-029-1/+466
* Changed qtextbrowser unittest to work from install directoryKurt Korbatits2012-02-023-19/+14
* Changed qlabel unittest to work from install directoryKurt Korbatits2012-02-022-10/+3
* Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-021-3/+29
* Extending the auto test for QHeaderViewThorbjørn Lund Martsum2012-02-011-3/+501
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-0/+3
* QtDebug: Include file, line, function informationKai Koehne2012-02-014-9/+191
* QHeaderView - preventing negative section sizes.Thorbjørn Lund Martsum2012-02-011-0/+10
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-315-4/+712
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-311-0/+37
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-312-5/+13
* Remove many deprecated methodsLars Knoll2012-01-315-40/+38
* Mac: Fix compilation with -qtnamespace setKai Koehne2012-01-311-1/+6
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-3144-287/+12
* Add public role names setter to QStandardItemModelChris Adams2012-01-311-0/+20
* QDirectPainter is gone in Qt5Lars Knoll2012-01-317-345/+0
* Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-313-7/+0
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-311-0/+36
* QValidator: Don't fallback to C Locale when validating inputJohn Layt2012-01-312-11/+11
* Remove QIconEngineV2 and fold it into QIconEngineLars Knoll2012-01-311-28/+0
* Windows: Fix autotests with -qtnamespaceKai Koehne2012-01-312-1/+8
* tst_qabstractitemmodel does not need QT += widgetsMark Brand2012-01-311-1/+1
* Changed qapplication unittest to work from installation directoryKurt Korbatits2012-01-316-25/+18
* Changed qlibrary unittest to use applicationDirPath()Kurt Korbatits2012-01-311-34/+34
* Update contact address in license headers.Jason McDonald2012-01-313-3/+3
* Fixed qstandardpaths unittest to check before using first()Kurt Korbatits2012-01-311-0/+1
* Changed qsplitter unittest to work from install directoryKurt Korbatits2012-01-312-9/+2
* Fixed qicon unittest to use QFINDTESTDATAKurt Korbatits2012-01-311-2/+2
* Fixed qmovie unittest to use QFINDTESTDATA in jumpToFrame()Kurt Korbatits2012-01-311-1/+1
* QDateTime: Add validity checksJohn Layt2012-01-312-2/+51
* QDateTime: Add missing QDate Unit TestsJohn Layt2012-01-311-0/+137
* QDateTime: Deprecate setYMD()John Layt2012-01-311-0/+2
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-0/+7
* Fix tst_QSslCertificate::toText on windowsShane Kearns2012-01-301-2/+2
* Fix link error in QSslSocket auto testShane Kearns2012-01-301-2/+2
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-1/+34
* Add the missing test file and give it a proper name.Lars Knoll2012-01-302-3/+19
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-1/+3
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-305-0/+382
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-0/+32
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-01-301-0/+21
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30767-767/+767
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-1/+92
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-4/+1
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-1/+6
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-0/+14