summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+12
| * Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-1/+2
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-1/+2
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-0312-0/+140
* | Remove duplicated template code.Jędrzej Nowacki2012-04-033-72/+60
* | Make numerus unsignedJoão Abecasis2012-03-301-6/+5
* | Pre-validate numerus rules: fail early, fail gracefullyJoão Abecasis2012-03-301-17/+80
* | Verify presence of "magic cookie" before more expensive readsJoão Abecasis2012-03-301-5/+15
* | Use unsigned variable for size and indexJoão Abecasis2012-03-301-2/+2
* | Fix comments out of touch with realityJoão Abecasis2012-03-301-3/+3
* | Add an assert to QMetaObjectBuilder.Jędrzej Nowacki2012-03-291-0/+1
* | Clean up and make robust the file loading codeJoão Abecasis2012-03-281-37/+51
* | Remove AutoCompatConnectionDebao Zhang2012-03-281-27/+4
* | Fail when no translations found, reset pointers on failureJoão Abecasis2012-03-281-0/+14