summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-0/+15
|\
| * Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-0/+7
| * QDateTime: Add more tests for parsing/writing timezone offsetsDaniel Seither2014-05-081-0/+8
* | Remove unsused local variables from tst_collectionsJędrzej Nowacki2014-05-131-4/+0
* | Fix gcc warning in tst_collections.Jędrzej Nowacki2014-05-131-29/+31
* | Move tst_collections test to corelib/tools.Jędrzej Nowacki2014-05-134-0/+3773
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-0811-74/+191
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0611-74/+191
| |\|
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-018-47/+149
| | |\
| | | * Deprecate setSharable in Qt containersThiago Macieira2014-04-247-47/+141
| | | * Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-0/+8
| | * | Stabilize tst_qfilesystemwatcher::watchFileAndItsDirectory().Friedemann Kleint2014-04-251-14/+17
| | * | Ensure we try the UTF-8 conversions with longer stringsThiago Macieira2014-04-251-2/+11
| | * | Again to fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-04-251-10/+13
| | * | Autotest: fix use of dangling pointerThiago Macieira2014-04-241-1/+1
| | |/
* | / Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-0819-337/+341
|/ /
* | Include the duplicated attribute name in the error messageThiago Macieira2014-05-066-6/+6
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+48
* | QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-065-2/+132
* | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-9/+11
* | Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-0/+8
* | Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-153-1/+95
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-117-3/+108
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-117-3/+108
| |\|
| | * Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-054-0/+53
| | * Don't read before the beginning of the stringThiago Macieira2014-04-041-0/+48
| | * Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-3/+6
| | * Re-add missing test to kernel.proJędrzej Nowacki2014-04-021-0/+1
* | | QStringList: add op= overloads for QList<QString>Marc Mutz2014-04-111-0/+16
|/ /
* | QWeakPointer: add member-swapMarc Mutz2014-04-031-0/+24
* | QWeakPointer: add lock() for std::weak_ptr compatibilityMarc Mutz2014-04-031-0/+18
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-016-55/+133
|\|
| * OS X QSettings auto test/writing check updateSamuel Gaist2014-03-311-3/+24
| * Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-271-0/+3
| * Check for administrative rights in tst_qsettings.Friedemann Kleint2014-03-271-41/+97
| * Stabilize tst_QProcess::softExitInSlots()Sergio Ahumada2014-03-271-1/+1
| * Mark some tests as XFAIL on QNXSergio Ahumada2014-03-272-6/+6
| * Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-4/+2
* | tst_QStringList: add more checks for removeDuplicatesMarc Mutz2014-03-311-2/+7
* | QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-311-0/+5
* | Properly serialize QFont.Mitch Curtis2014-03-311-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-318-20/+29
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-248-20/+29
| |\|
| | * Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-201-1/+1
| | * Print when logging rule is invalid.Kai Koehne2014-03-201-0/+10
| | * Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+7
| | * Introduce GENERATED_TESTDATA variable and fix qresourceengine test.Janne Anttila2014-03-141-8/+1
| | * Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
| | * Fix qchar testdata installation.Janne Anttila2014-03-141-1/+1
| | * Disable UNC tests on WinRT.Janne Anttila2014-03-142-8/+8