summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-2/+0
* Core/kernel: Make some signals private.Stephen Kelly2012-10-2511-12/+36
* Blackberry: Fix applicationFilePath() for unpackaged executablesThomas McGuire2012-10-231-2/+0
* Fix for slowness of touch move eventsBernd Weimer2012-10-191-58/+46
* Add parameter documentation.Frederik Gladhorn2012-10-161-1/+1
* Review of documentation.Michele Caini2012-10-161-1/+9
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-153-15/+6
* Blackberry: Populating the QCoreApplicationDataFabian Bumberger2012-10-131-0/+47
* Blackberry: Emit aboutToBlock() and awake() correctly in the dispatcherThomas McGuire2012-10-131-7/+30
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-0/+10
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-092-0/+3
* QNX: Fix input lagThomas McGuire2012-10-081-0/+8
* QNX: Remove workaround for BPS bugThomas McGuire2012-10-081-25/+6
* QNX: Remove the busy loop work around for bps ignoring timeout bugSean Harmer2012-10-081-21/+41
* Introducing the PlatformPanel event type.Sergio Martins2012-10-032-0/+3
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-1/+11
* Remove unused qMetaType helpers.Jędrzej Nowacki2012-09-271-54/+0
* Do not reference to the QAbstractNativeEventFilter documentationLaszlo Papp2012-09-271-1/+1
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-273-17/+79
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-241-0/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2298-2341/+2341
* Make QTimer::singleShot take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-192-7/+7
* Core: Fix gcc warning about signed/unsigned integer comparisonKai Koehne2012-09-181-1/+1
* Docs: Add "\since" info for QEventLoopLocker.Christian Kandeler2012-09-131-0/+1
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2012-09-131-2/+2
* Kernel: Fix gcc warning about narrowing conversionKai Koehne2012-09-131-1/+1
* Improve QMetaType docs.Jędrzej Nowacki2012-09-132-11/+215
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-7/+7
* QNX: Add some optional debug output to event dispatcherSean Harmer2012-09-091-0/+18
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix missing or improper include guard in headersSergio Ahumada2012-09-093-8/+8
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+2
* Fix warning about not enough actual parameters for macro.Jędrzej Nowacki2012-09-081-1/+1
* QVariant: prevent QVariant(QMetaType::Type) from compilingMarc Mutz2012-09-071-0/+7
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-1/+1
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* Change SChar to metatype id 40.Stephen Kelly2012-09-032-5/+4
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* Don't reference widgets/widgets in example doc.Frederik Gladhorn2012-09-011-3/+3
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2012-08-312-6/+6
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-281-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-282-10/+26
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-282-4/+20
* QMetaTypeId: optimize qt_metatype_id() in special casesMarc Mutz2012-08-261-48/+50
* QMetaTypeId: optimize qt_metatype_id()Marc Mutz2012-08-261-4/+6
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-262-20/+21