summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* 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
* | Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* | 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
* | 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
|/
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-05-301-0/+8
* 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
* Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
* 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