summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-281-1/+1
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-6/+6
* Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-10/+42
|\
| * Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-10/+42
* | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
* | 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