summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-036-49/+32
|\
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-9/+8
| * Add an assertion to deleteLater() before it modifies QEvent::dThiago Macieira2012-04-191-0/+6
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-15/+0
| * Remove redundant check in QMetaType::typeInfoJędrzej Nowacki2012-04-181-2/+1
| * Remove redundant checks in QVariant.Jędrzej Nowacki2012-04-181-6/+0
| * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-183-17/+17
* | Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-022-3/+57
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-013-9/+35
* | Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+1
* | Initialize member variableLars Knoll2012-05-011-0/+1
* | Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-015-36/+133
* | Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+2
* | Move QWinEventNotifier data members to a private classShane Kearns2012-04-272-20/+33
* | Fix warning about int-truncation (MSVC2010, 64bit).Friedemann Kleint2012-04-271-1/+1
* | Add QMetaMethod::fromSignal() functionKent Hansen2012-04-272-0/+50
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-255-56/+26
* | Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488
* | Add comparison operators == and != for QMetaMethodKent Hansen2012-04-252-0/+25
* | Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-244-3/+376
* | Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14
* | Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* | QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* | Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* | Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* | Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-3/+6
* | Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70
* | Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3
* | Minor QObject::receivers() cleanup.Michael Brasser2012-04-201-2/+1
* | Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-202-0/+7
* | Don't use QByteArrayLiteral for a non-stored QByteArrayThiago Macieira2012-04-191-1/+1
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-1918-159/+176
* | Change coreservices -> iosIan Dean2012-04-191-1/+1
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-192-3/+4
* | Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
|/
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-175-23/+15
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-165-23/+15
| |\
| | * doc: Fix QObject::connect documentationOlivier Goffart2012-04-133-15/+12
| | * Fix crash with evaluation licenseSamuli Piippo2012-04-111-7/+2
| | * Document QEvent::ThreadChangeOlivier Goffart2012-04-101-1/+1
* | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
|/ /
* | Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Mark QObject::disconnect overload constOlivier Goffart2012-04-112-4/+4
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-107-8/+50
|\|
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-041-1/+0
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
| * Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
| * Fix "unused variable" warning in QVariant header.Morten Sorvig2012-03-301-0/+1