summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+15
* tst_qsignalblocker: simplify testMarc Mutz2014-02-161-138/+13
* Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-151-0/+2
* WinRT: Added socket engine implementationOliver Wolff2014-02-151-0/+4
* Enable QByteArrayList testsJędrzej Nowacki2014-02-141-0/+1
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-1/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-133-0/+65
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-123-0/+65
| |\
| | * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
| | * QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-0/+14
| | * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42
| | * QStandardPaths: ensure that paths use '/' on all platforms, as the comment saidDavid Faure2014-02-081-0/+2
* | | new QByteArrayList classGlen Mabey2014-02-122-0/+227
|/ /
* | Allow configuration of logging rules from file systemKai Koehne2014-02-114-1/+192
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1112-4/+97
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0712-4/+97
| |\|
| | * QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-049-4/+9
| | * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-0/+28
| | * Make the QEXPECT_FAIL agree with the QVERIFY2 condition belowJan Arve Saether2014-01-241-1/+1
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-0/+56
| | |\
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-0/+56
| | * | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-0/+4
* | | | Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-101-15/+19
* | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-5/+68
* | | | Fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-02-071-0/+4
* | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-073-0/+681
* | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-3/+40
|/ / /
* | | Fix MSVC-warning about unused variable eventdispatcher.Friedemann Kleint2014-01-311-1/+1
* | | tst_qpauseanimation: Fix condition in QEXPECT_FAIL.Friedemann Kleint2014-01-301-1/+1
* | | Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3021-6/+513
* | | Revert "test: marked tst_qlocale as insignificant on Windows"Friedemann Kleint2014-01-301-1/+0
* | | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-20/+22
* | | Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-1/+1
* | | Fix tst_QLocale::windowsDefaultLocale().Friedemann Kleint2014-01-281-16/+35
* | | Fix QArrayData checkKai Koehne2014-01-261-6/+3
* | | Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-242-4/+4
* | | Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-1/+1
* | | iOS: Enable building of basic testsTor Arne Vestbø2014-01-221-3/+5
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-217-8/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-207-8/+42
| |\| |
| | * | Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-0/+19
| | * | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-0/+3
| | * | test: Don't build qmimedatabase-cache for QNXSergio Ahumada2014-01-161-1/+1
| | * | Android: QStandardPaths implementationChristian Strømme2014-01-161-3/+3
| | |/
| | * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+7
| | * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
| | * Remove #ifdef from outside test functionsThiago Macieira2014-01-101-4/+2
* | | Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-211-0/+24
|/ /