summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Compilation fix: missing includes for geteuid()Marc Mutz2012-02-171-0/+4
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-172-12/+26
* QMimeData: export URLs as text tooDavid Faure2012-02-171-2/+5
* 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
* 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
* 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
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-1/+2
* 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 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
* 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
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-0/+6
* 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-101-1/+16
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-103-0/+191
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-3/+0
* Fixed qlibrary unittest to work on macKurt Korbatits2012-02-102-1/+2
* Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
* Allow customization of qDebug output at runtimeKai Koehne2012-02-098-152/+719
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-096-0/+12
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* Fixed qstandardpaths unittest to handle being run as rootKurt Korbatits2012-02-091-0/+5
* Fixed qdir unittest to handle being run as rootKurt Korbatits2012-02-091-1/+12
* Fixed qfile unittest rename() failing as rootKurt Korbatits2012-02-091-0/+7
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-6/+2
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-6/+96
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+34
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-082-18/+25
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-0/+29
* Fix QFile autotest not to require elevated privilege to passShane Kearns2012-02-071-3/+13
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-0/+39
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-071-23/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-072-8/+6
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-051-40/+0
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-149/+88
* Move QtConcurrent into its own moduleLars Knoll2012-02-0533-8516/+54