summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-0/+11
* | | QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-1/+1
* | | Fix escape handling in qWinCmdArgsDavid Faure2013-09-102-0/+28
* | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-13/+15
* | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-093-15/+15
* | | Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+29
|/ /
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-1/+3
* | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-0/+25
* | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-0/+26
* | QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-062-6/+70
* | QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-57/+7
* | QLocale - Improve date formatterJohn Layt2013-09-051-0/+100
* | add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* | QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-0/+1
* | QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+36
* | fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* | remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* | make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* | micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* | Make tst_qalgorithms compliant with the StandardGiuseppe D'Angelo2013-09-051-0/+7
* | Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-156/+0
* | Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* | Don't assume processEvents(WaitForMoreEvents) will process timersTor Arne Vestbø2013-09-051-4/+2
* | QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-1/+32
* | Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-035-1/+59
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-022-2/+2
|\ \