summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Winrt: tst_qthread: Added QEXPECT_FAIL where neededOliver Wolff2013-10-021-0/+12
* WinRT: Fix various test compilationsAndrew Knight2013-10-0217-32/+63
* Merge branch 'stable' into devSergio Ahumada2013-09-276-24/+41
|\
| * QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
| * QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
| * Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-264-20/+28
* | Say hello to qFloatDistance()Jan Arve Saether2013-09-271-0/+93
* | threading support for winrtKamil Trzcinski2013-09-261-0/+12
|/
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-232-0/+212
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+141
* QTimeZone - Define new class and apiJohn Layt2013-09-223-0/+509
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Merge branch 'stable' into devSergio Ahumada2013-09-211-0/+81
|\
| * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-216-0/+171
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-212-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-212-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-4/+5
| |\|
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1
* | | Import qlogger frameworkKai Koehne2013-09-204-0/+831
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+23
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-6/+0
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-34/+16
* | | Disable tst_QFileSystemWatcherGunnar Sletta2013-09-201-0/+2
* | | Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-193-22/+19
* | | MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-16/+5
* | | MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-0/+30
* | | QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-2/+207
* | | Add QFileSelector APIAlan Alpert2013-09-1623-0/+229
* | | Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+45
|/ /
* | Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-0/+4
* | QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-14/+13
* | QDateTime - Add test case for Daylight Time TransitionsJohn Layt2013-09-141-0/+377
* | Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-0/+35
* | QStandardPaths: add a test that just dumps the valuesThiago Macieira2013-09-141-0/+36
* | QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-0/+46
* | Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* | MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-0/+30
* | Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+53
* | New QStringRef methods.Jędrzej Nowacki2013-09-111-0/+142
* | QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-0/+8
* | Add a simple test for QVariant carrying a QSharedPointer<QObject>Thiago Macieira2013-09-111-0/+36
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-0/+11
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+11
| |\|