summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-274-27/+373
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2348-137/+388
|\
| * Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-1/+3
| * Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-202-15/+36
| * restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-203-8/+74
| * Fix QEventDispatcherBlackberry build when debug is onRafael Roquetto2013-05-201-0/+1
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-1/+1
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-1/+1
| * Fix QLocalePrivate object leakingjian liang2013-05-201-1/+1
| * Add BypassWinowManagerHintJørgen Lind2013-05-202-1/+8
| * Fixed WINCE linking error in QProcessBjoern Breitmeyer2013-05-141-0/+5
| * install host libraries into -hostprefixOswald Buddenhagen2013-05-132-0/+2
| * Fix module name in license headers.Stephen Kelly2013-05-101-1/+1
| * Implement apostrophe in windows cmd argsJørgen Lind2013-05-101-5/+2
| * Defer enabling std::atomic on GCC until GCC 4.7Thiago Macieira2013-05-101-1/+5
| * QProcess: leave a warning about the signal with overload, for Qt 6Thiago Macieira2013-05-101-1/+1
| * Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-093-8/+15
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-097-17/+17
| * Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".Jake Petroules2013-05-093-13/+29
| * Fix crashes when creating large documentsLars Knoll2013-05-096-16/+64
| * Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-3/+7
| * Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
| * Avoid a QStringRef -> QString conversion by using the new qt_hash overloadGiuseppe D'Angelo2013-05-081-1/+1
| * QUrl: Fix compiler warning about uninitialized varKai Koehne2013-05-081-1/+1
| * Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-083-4/+8
| * QLocalePrivate: remove unused dataPointerForIndex functionThiago Macieira2013-05-082-14/+0
| * Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-082-0/+28
| * Add workaround for case-changing renaming of files on Linux/FAT32.Friedemann Kleint2013-05-071-7/+36
| * Fix compilation for Android ARMv5Eskil Abrahamsen Blomfeldt2013-05-071-0/+4
| * Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-072-4/+22
| * QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-073-11/+13
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-203-0/+149
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-205-4/+640
* | Change the ownership semantics of metatype converter functions.Stephen Kelly2013-05-202-47/+71
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-161-0/+6
* | BlackBerry: Revised error handling in event dispatcherBernd Weimer2013-05-101-40/+42
* | Sanitize QT_COMPILER_SUPPORTS_xxx in qcompilerdetection.hTor Arne Vestbø2013-05-102-1/+23
* | Fix since version of new metatype conversion functions.Stephen Kelly2013-05-081-8/+8
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-084-10/+75
* | Add a pair of constructor/assignment function pairs to QPairThiago Macieira2013-05-082-0/+33
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-082-0/+23
* | Add QVariant container iteration API.Stephen Kelly2013-05-085-3/+610
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-084-8/+340
* | Merge branch 'stable' into devSergio Ahumada2013-05-0710-56/+85
|\|
| * QLocale: cache the QLocalePrivate for the default QLocaleThiago Macieira2013-05-011-6/+9
| * QLocale: cache the C locale's privateThiago Macieira2013-05-012-1/+15
| * Fix QLocale::standaloneMonthName when d->m_data == systemData()Albert Astals Cid2013-05-016-3/+17
| * Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+2
| * Oops: bugfix support for ref qualifiers in GCC 4.8.1Thiago Macieira2013-05-011-1/+1