summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' into stableSergio Ahumada2013-04-101-0/+1
|\
| * Clear the WA_QuitOnClose flag from EvalMessageBox.Michael Brüning2013-04-081-0/+1
* | 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
* | 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
* | 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
| * | Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-12/+40
| * | g_thread_init is deprecatedFrederik Gladhorn2013-03-121-0/+2
| * | Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-062-4/+4
| |\ \
| * \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-064-3/+6
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-3/+6
| | |\ \ \
| * | | | | Clear the current thread data for the main threadThiago Macieira2013-03-051-7/+0
| |/ / / /
| * | | | Introducing the Qt Android portPaul Olav Tvete2013-03-052-2/+2
| * | | | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+10
| * | | | Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-012-4/+51
| * | | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-281-0/+2
| |\ \ \ \
| | * | | | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+2
| * | | | | Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+77
| |/ / / /
| * | | | Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
| * | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+0
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-176-7/+12
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-146-7/+12
| | |\ \ \ \
| * | | | | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-34/+22
| |/ / / / /
| * | | | | Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
| * | | | | Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
| * | | | | qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-082-18/+18
| * | | | | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-052-0/+107