summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-261-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-2/+4
| |\|
| | * Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
* | | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-121-0/+1
|\|
| * Merge branch 'release' into stableSergio Ahumada2013-04-101-0/+1
| |\
| | * Clear the WA_QuitOnClose flag from EvalMessageBox.Michael Brüning2013-04-081-0/+1
* | | Merge branch 'stable' into devSergio Ahumada2013-04-102-2/+2
|\| |
| * | Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
| * | Doc: Replaced canConvert() with canConvert(Int)Venu2013-04-031-1/+1
* | | Move the Preprocessor loop macros up with the others.Stephen Kelly2013-04-051-13/+13
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-039-50/+112
|\| |
| * | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-032-5/+9
| * | Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-04-031-0/+7
| * | Update the QMetaMethod::tag() documentation due to moc expanding macrosThiago Macieira2013-04-011-3/+11
| * | Document Q_REVISION macro betterAlan Alpert2013-04-012-4/+36
| * | Doc: Replaced canConvert() with canConvert(int)Venu2013-03-291-1/+1
| * | QEventLoop: fix race on 'exit' and 'returnCode' private membersDavid Faure2013-03-292-10/+14
| * | QMetaTypeId: use QByteArray, not QVarLengthArray, to construct type namesMarc Mutz2013-03-291-27/+34
* | | Avoid socket notifiers on invalid file descriptorsBernd Weimer2013-04-031-5/+4
* | | Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-0/+10
|/ /
* | Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-231-0/+1