summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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