summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-0/+3
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-0/+62
* Add missing subdirectory to kernel.pro file.Jędrzej Nowacki2012-01-101-0/+1
* Move the qitemmodel test to the itemmodels directory.Stephen Kelly2012-01-066-1823/+0
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-5/+5
* Update copyright year in license headers.Jason McDonald2012-01-0522-22/+22
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+3
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-2/+28
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-78/+78
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-1/+1
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+1
* Cleanup corelib autotests.Jason McDonald2011-12-284-0/+26
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-4/+4
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-2/+24
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-0/+40
* Fix compile error when configured with -no-exceptionsShane Kearns2011-12-221-1/+4
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-2/+0
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-4/+17
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-1/+1
* QObject-test: Reorganize subprocess.Friedemann Kleint2011-12-146-7/+16
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-134-2026/+0
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0610-30/+0
* Make tst_QVariant::canConvertMetaTypeToInt more verbose.Jędrzej Nowacki2011-12-051-13/+20
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-0/+2
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-2/+0
* Fixed installation of corelib testsRohan McGovern2011-12-016-30/+19
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-2/+0
* Moved integrationtests/* into other/Jo Asplin2011-11-301-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-302-17/+5
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-0/+57
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-291-0/+65
* Initialize the return value of signalsOlivier Goffart2011-11-291-0/+236
* QObject::disconnect with new syntaxOlivier Goffart2011-11-291-0/+105
* Fix linking of autotests on Windows.Friedemann Kleint2011-11-298-8/+8
* Cleanup corelib autotestsJason McDonald2011-11-291-4/+4
* Cleanup corelib autotestsJason McDonald2011-11-253-11/+11
* More tests for the new connection syntax.Olivier Goffart2011-11-251-0/+226
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-0/+27
* New QObject connection syntaxOlivier Goffart2011-11-251-0/+409
* Add a parents parameter to layoutChange signals.Stephen Kelly2011-11-241-0/+172
* Add a roles argument to the dataChanged signal.Stephen Kelly2011-11-211-0/+61
* Re-enable the corelib autotests on Mac OS XBradley T. Hughes2011-11-213-0/+6
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-213-10/+5
* Remove disabled test data from QVariant test.Jason McDonald2011-11-181-4/+0
* Remove obsolete code from QVariant test.Jason McDonald2011-11-181-2/+0
* Remove obsolete code from QTimer test.Jason McDonald2011-11-181-5/+2
* Change confusing test function name.Jason McDonald2011-11-181-2/+2
* Don't depend on moc to disable test functions.Jason McDonald2011-11-182-13/+12