summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix connecting to a functor with 3 argumentsOlivier Goffart2012-11-301-1/+52
* tst_QSharedPointer: update application typesJ-P Nurmi2012-11-262-13/+11
* QLocale: Fix matchingLocales() behavior if script or country is not Any*Konstantin Ritt2012-11-251-0/+30
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-0/+40
* QLocale: Fix toCurrencyString() didn't respect group separator optionKonstantin Ritt2012-11-231-15/+21
* Prevent "number of sections exceeded" when compiling qmetatype tests.Mitch Curtis2012-11-231-0/+5
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-0/+7
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-2/+41
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-231-0/+44
* tst_QMetaProperty doesn't need QtGuiMarc Mutz2012-11-221-1/+1
* Add QMimeType::aliases().David Faure2012-11-222-0/+27
* Update Qlocale data up to CLDR 22.1Konstantin Ritt2012-11-211-4/+3
* Update Qlocale data up to CLDR 2.0.1Konstantin Ritt2012-11-211-4/+3
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-212-365/+86
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-211-7/+39
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-211-1/+60
* Fix MinGW compilation for tst_qwinoverlappedionotifierJonathan Liu2012-11-211-3/+10
* Fix regression in QXmlStreamWriter with codec set to UTF-16Jan Arve Saether2012-11-201-0/+22
* QLocale: replace hard-coded default country-for-language mapKonstantin Ritt2012-11-191-3/+3
* Fix QStringList::sort testGiuseppe D'Angelo2012-11-161-1/+8
* Fix QMutex::tryLock timeout computation on LinuxOlivier Goffart2012-11-161-0/+15
* QMimeDatabase: Fix handling of duplicate mimetype definitions.David Faure2012-11-144-0/+74
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-131-0/+45
* Fix a warning on compilers not supporting constexpr.Jędrzej Nowacki2012-11-111-4/+4
* test: fix tst_QLocale::macDefaultLocaleLiang Qi2012-11-091-2/+4
* test: Mark tst_QLocale::macDefaultLocale as XFAILSamuli Piippo2012-11-081-0/+2
* Enabled QSystemSemaphore autotestv5.0.0-beta2Oliver Wolff2012-11-081-0/+1
* move QSharedMemory autotest from qtscript to qtbaseOliver Wolff2012-11-076-1/+1058
* Remove out-of-memory test in QVarLengthArray.Christian Strømme2012-11-071-50/+0
* Fixed QSystemSemaphore autotest for "check" targetOliver Wolff2012-11-073-5/+21
* Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-0/+36
* Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+13
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-034-0/+180
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+11
* fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-1/+0
* fix tst_QProcess::batFiles for shadow buildsJoerg Bornemann2012-11-021-2/+2
* Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-021-11/+23
* Improve QDateTime test coverage.Mitch Curtis2012-11-021-129/+262
* Fix for leak in QFutureChristian Strømme2012-11-011-8/+22
* move QSystemSemaphore autotest from qtscript to qtbaseOliver Wolff2012-11-015-0/+411
* test: Remove QSKIP from tst_QSettings::dontReorderIniKeysNeedlessly()Sergio Ahumada2012-10-311-5/+3
* test: Moving tst_QMimeDatabase::inheritsPerformance() testSergio Ahumada2012-10-312-33/+0
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-301-0/+5
* test: Remove QSKIP from tst_QByteArray::literals()Sergio Ahumada2012-10-301-4/+5
* Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-2/+4
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+25
* Test: refactor tst_QProcessCaroline Chao2012-10-292-164/+142
* Test: remove QSKIP in tst_QEventLoop::throwInExec()Caroline Chao2012-10-291-10/+10
* Fix qfile:invalidFile() test.Friedemann Kleint2012-10-291-4/+33
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-1/+93