summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosSergio Ahumada2012-12-211-1/+1
* Delete the QSlotObject when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+6
* Reset the QMetaObject::Connection dptr when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+4
* Docs: Fix referencesChristian Stenger2012-12-132-6/+6
* QMetaType: remember whether a type was registered with Q_DECLARE_METATYPEMarc Mutz2012-12-111-2/+15
* QtBase: Doc: Replacing link with snippet in QTranslator.David Schulz2012-12-051-3/+3
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-051-4/+0
* Fix connecting to a functor with 3 argumentsOlivier Goffart2012-11-301-1/+1
* Allow qmljsdebugger argument and value to be separated by a spaceAurélien Gâteau2012-11-261-0/+3
* Change contact-us from Nokia to DigiaSergio Ahumada2012-11-261-5/+5
* Move isBuiltinType() to namespace QtPrivate and export it.Friedemann Kleint2012-11-262-5/+9
* Cleanup QCoreApplication::Type letfover docsJ-P Nurmi2012-11-261-8/+0
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-3/+3
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-232-6/+5
* Fix outdated comment in kernel/qtranslator_p.h.hjk2012-11-231-2/+2
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-1/+1
* Revise QObject::connect documentation.Mitch Curtis2012-11-231-4/+5
* Use QT_STRINGIFY in qobjectdefs.hOlivier Goffart2012-11-221-3/+1
* BlackBerry: Restore proper BPS channel in event dispatcherBernd Weimer2012-11-211-8/+36
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+1
* Cleanup old signal handler mechanismsRafael Roquetto2012-11-083-67/+0
* Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-1/+19
* Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+121
* QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-021-35/+66
* don't return false from removeTranslator() just because of shutting downOswald Buddenhagen2012-11-021-3/+5
* Blackberry: Fix QCoreApplication::applicationFilePath() performance.Sergio Martins2012-11-021-5/+30
* Define additional math.h constants if not already definedJonathan Liu2012-10-301-0/+48
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-292-3/+0
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-3/+0
* Doc fixes for qcoreapplication.Frederik Gladhorn2012-10-272-8/+26
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-10-264-42/+78
* 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