summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-172-7/+10
* Fix tst_QFileSystemWatcher failure on Mac OS XBradley T. Hughes2012-02-172-2/+5
* testlib: Skip test function if init() fails.Jason McDonald2012-02-175-38/+273
* Changed qsslkey to work from installation directoryKurt Korbatits2012-02-172-52/+12
* Changed qsslcertificate unittest to work from install directoryKurt Korbatits2012-02-172-63/+38
* Changed qcryptographichash unittest to work from installation directoryKurt Korbatits2012-02-172-12/+4
* Changed json unittest to work from installation directoryKurt Korbatits2012-02-162-8/+13
* Eliminate duplicate data row names in dbus, tools and xml autotests.Jason McDonald2012-02-163-32/+31
* Eliminate duplicate data row names in network autotestsJason McDonald2012-02-164-23/+24
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-23/+133
* Fixed tst_QFile when redirecting stdin/stdout/stderr to/from files.Rohan McGovern2012-02-161-3/+6
* Fix ref counted window close handling.Stephen Kelly2012-02-161-499/+14
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-1/+2
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-152-0/+80
* Fix tst_QFileDialog2 for Windows 7.Miikka Heikkinen2012-02-151-9/+35
* Remove XFAIL in QGraphicsWidget test for WindowsMiikka Heikkinen2012-02-151-1/+3
* Add autotest for QMetaMethod introspectionKent Hansen2012-02-153-0/+621
* Stabilize QFileSystemWatcher test.Friedemann Kleint2012-02-152-35/+69
* tst_QVariant passes on Mac OS XBradley T. Hughes2012-02-151-2/+0
* Test template-based connect() with qmetaobjectbuilderKent Hansen2012-02-151-9/+17
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-151-0/+25
* Eliminate duplicate data row names in widgets autotests.Jason McDonald2012-02-1518-149/+152
* QSqlTableModel::commitAll(): replace row removal hackMark Brand2012-02-151-3/+7
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-151-4/+100
* Remove fileLineEndingTest from networkselftest.Miikka Heikkinen2012-02-151-26/+0
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-0/+24
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-154-11/+44
* update comment on testMark Brand2012-02-141-1/+1
* Eliminate duplicate data row names in gui autotests.Jason McDonald2012-02-146-18/+17
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-1419-193/+193
* Eliminate duplicate data row names in utf8 autotest.Jason McDonald2012-02-141-3/+3
* Fix duplicate data row name in tst_QTextCodec::utf8Codec test.Jason McDonald2012-02-141-2/+2
* Use meaningful data row names in tst_QTextCodec::fromUnicode test.Jason McDonald2012-02-141-64/+61
* Make "nmake check" pass for network tests in Windows.Miikka Heikkinen2012-02-142-0/+4
* Add QFileInfo::isNativePathJoão Abecasis2012-02-141-11/+12
* Fix tst_QSocketNotifier on Mac OS XBradley T. Hughes2012-02-132-9/+12
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-5/+0
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-1338-143/+599
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-121-11/+14
* Implement QMAKE_SUBSTITUTES.config = verbatim.Stephen Kelly2012-02-113-1/+15
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-0/+6
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-1012-0/+16
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-101-8/+25
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Test posted events in tst_QEventDispatcher with various flagsBradley T. Hughes2012-02-101-1/+13
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-103-1/+21
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-103-0/+191
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-0/+35
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-102-5/+2
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-4/+112