summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2947-129/+416
|\
| * Skip QLocale test on Windows, improve process handling.Friedemann Kleint2012-02-283-34/+92
| * Fix QLibrary autotest for WindowsMiikka Heikkinen2012-02-283-4/+17
| * moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+5
| * Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-0/+16
| * Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
| * Fix inconsistent auto test executable namesDavid Faure2012-02-271-0/+1
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+29
| * compile fix: parse under C++11Marc Mutz2012-02-241-6/+6
| * clean up qmake-generated projectsOswald Buddenhagen2012-02-241-4/+1
| * Use new plugin system in plugin autotest.Friedemann Kleint2012-02-239-9/+41
| * Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+49
| * Fixed tst_qobject signalbug silently not compiled in -fast builds.Friedemann Kleint2012-02-232-6/+8
| * Remove custom text codec for C strings.Robin Burchell2012-02-222-20/+14
| * Fix QJson autotest on Windows.Friedemann Kleint2012-02-221-8/+11
| * Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
| * Drop file-engine abstraction from public APIJoão Abecasis2012-02-229-10/+32
| * qmimetype: Fix test failure when LC_ALL is set.David Faure2012-02-211-0/+1
| * QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+6
| * QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+19
| * QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+7
* | SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-222-2/+65
* | Change meaning of offset in QStringDataJoão Abecasis2012-02-221-1/+1
* | Workaround compiler issueJoão Abecasis2012-02-221-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2179-628/+4046
|\|
| * Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
| * Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
| * Add QMetaMethod::isValid() functionKent Hansen2012-02-201-0/+15
| * Modify helper functions to remove embedded QSKIP call and return status.Toby Tomkins2012-02-201-8/+13
| * Make QLocale autotest pass for shadow builds.Jason McDonald2012-02-201-7/+1
| * Fixed qobject unittest to work from installation directoryKurt Korbatits2012-02-202-2/+6
| * Speed up tst_QWaitConditionBradley T. Hughes2012-02-201-7/+1
| * Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-1814-2/+1358
| * Added error reporting to QJsonParserAndrew Christian2012-02-181-0/+165
| * Expect tst_QSettings::ctor(native) failures on Mac OS XBradley T. Hughes2012-02-172-1/+6
| * Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
| * 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