summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | QThread: fix race when setting the eventDispatcherDavid Faure2013-03-226-35/+36
* | Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* | QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-222-3/+4
* | QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-222-7/+5
* | Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-115/+165
|\|
| * Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2057-438/+931
|\ \
| * | Document restrictions on the new connection syntaxOlivier Goffart2013-03-191-0/+7
| * | Support connection to functor with multiple operator()Olivier Goffart2013-03-192-6/+64
| * | Mark QtPrivate::ApplyReturnType constructor as explicit.Olivier Goffart2013-03-191-1/+1
| * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-194-0/+10
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-167-18/+18
| * | add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-144-28/+160
| * | simplify/fix QT_BOOTSTRAPPED-related #ifdefsOswald Buddenhagen2013-03-141-1/+1
| * | make stubbed QCoreApplication::translate() resolve %nOswald Buddenhagen2013-03-132-7/+13
| * | make Q_DECLARE_TR_FUNCTIONS() compile with QT_NO_DEPRECATEDOswald Buddenhagen2013-03-131-2/+9