summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Long live QCommandLineParser!David Faure2013-08-241-1/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-212-18/+23
|\
| * Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
| * Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
| * Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-144-9/+37
|\|
| * Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
| * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
| * Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-302-0/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-5/+1
|\|
| * QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-118-66/+65
|\|
| * Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
| * Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-101-1/+1
| * Clean up evaluation license logicTor Arne Vestbø2013-07-053-47/+42
| * QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
| * BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-06-291-4/+10
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-281-1/+1
| |\
| | * Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is badThiago Macieira2013-06-261-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-1/+1
|\| |
| * | Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* | | Make the qfatal for redeclaring a type with the same name a warning.Richard J. Moore2013-06-251-5/+5
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-208-26/+72
|\| |
| * | Doc: QTranslator::translate() isn't an overload anymoreDavid Faure2013-06-191-2/+0
| * | Remove use of 'register' from Qt.Stephen Kelly2013-06-176-24/+24
| * | Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+48
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-122-2/+3
|\| |
| * | Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
| * | QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-2/+2
| |/
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-073-2/+66
* | Don't convert built-in types to strings for qDebug.Stephen Kelly2013-06-071-2/+4
* | Fixed evaluation of application file pathBernd Weimer2013-06-051-27/+30
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+8
|\|
| * Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-05-301-0/+8
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-274-27/+373
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-233-8/+10
|\|
| * Fix QEventDispatcherBlackberry build when debug is onRafael Roquetto2013-05-201-0/+1
| * Implement apostrophe in windows cmd argsJørgen Lind2013-05-101-5/+2
| * Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-3/+7
* | 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-204-4/+610
* | 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
* | 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-083-8/+75
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-082-0/+23
* | Add QVariant container iteration API.Stephen Kelly2013-05-084-3/+580
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-084-8/+340