summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Big-Endian conversion functions from qendian.hJoão Abecasis2012-03-281-6/+4
* Remove unused argumentJoão Abecasis2012-03-281-7/+1
* There's no need to check pre-validated inputJoão Abecasis2012-03-281-8/+6
* Use accumulating hash, instead of allocating intermediate stringJoão Abecasis2012-03-281-4/+17
* Avoid overflow in boundary checkJoão Abecasis2012-03-271-1/+1
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-242-2/+11
* Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-4/+0
* Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-232-1/+9
|\
| * Merge master into api_changesKent Hansen2012-03-232-1/+9
| |\
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
| | * Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* | | Cleanup Q3* itemsDebao Zhang2012-03-232-4/+0
|/ /
* | QPointer: some optimisationsMarc Mutz2012-03-221-18/+40
* | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-8/+5
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-455/+130
* | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-15/+9
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-1/+3
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-212-13/+91
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-212-13/+0
* | QCoreApplication - add return type bool on install/remove translatorThorbjørn Lund Martsum2012-03-212-9/+16
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-3/+12
* | Add QtJson types to meta-type systemKent Hansen2012-03-203-2/+34
* | Forward declare QMetaObject as a struct.Stephen Kelly2012-03-201-1/+1
* | Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-202-7/+28
* | Fix up the QEventLoopLocker documentation.Stephen Kelly2012-03-191-3/+10
* | Remove a dead code from QVariant.Jędrzej Nowacki2012-03-191-9/+26
* | Merge master into api_changesKent Hansen2012-03-191-7/+1
|\|
| * QPointer: update its document and changes-5.0.0Debao Zhang2012-03-181-7/+1
* | Merge master into api_changesKent Hansen2012-03-167-269/+76
|\|
| * Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
| * Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
| * Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
| * Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-143-21/+15
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-144-9/+73
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-124-8/+19
|\|
| * Restore some source compatibilityLars Knoll2012-03-121-1/+5
| * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-1/+5