summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-191-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-191-1/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-152-7/+7
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-119-125/+282
| | |\ \
| | * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-015-14/+101
| | |\ \ \
| | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-231-2/+13
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-1610-64/+178
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-125-7/+19
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-2186-360/+385
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2009-12-1815-132/+297
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-11-066-253/+713
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix compilation.Simon Hausmann2009-10-231-1/+1
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-191-11/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | fix a crash when registering 2 metatype name for the same actual typeThierry Bastian2010-03-181-11/+7
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-112-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-103-1/+17
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-092-0/+3
* | | | | | | | | | | make it possible to use sse2 with mingwThierry Bastian2010-03-112-7/+7
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Improve performance of QTimer::singleShotMarkus Goetz2010-03-091-1/+13
* | | | | | | | | | Doc: mark QEasingCurve support functions as new in 4.7.Volker Hilsheimer2010-03-081-0/+2
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-071-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | QMetaType::type(): return immediately if the typename is emptyKent Hansen2010-03-051-0/+2
* | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-064-10/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix tst_QVariant::operator_eq_eq(UserType)Olivier Goffart2010-03-041-0/+3
| * | | | | | | | | QVariant: Fix crash when comparing two variant with the same undefined type.Olivier Goffart2010-03-031-1/+2
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-021-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Compile with GCC 3.3Olivier Goffart2010-03-021-1/+1
| * | | | | | | | | | Symbian event dispatcher needs to run all active objects.Jani Hautakangas2010-03-021-1/+1
| |/ / / / / / / / /
| * | | | | | | | | QObject: fix crash when deleteing the receiver object withing a DirectConncet...Olivier Goffart2010-03-011-7/+10
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-042-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | be more verbose when warning about incompatible librariesHarald Fernengel2010-03-031-1/+2
| * | | | | | | | | | Add a template specialisation for QArgument when T is a reference.Thiago Macieira2010-03-021-0/+8
* | | | | | | | | | | Fix source compatibility of qRegisterMetaTypeOlivier Goffart2010-03-031-14/+1
* | | | | | | | | | | Fix compilation of Q_DECLARE_METATYPE(QVariant) by introducing QMetaType::QVa...Olivier Goffart2010-03-033-3/+20
* | | | | | | | | | | QMetaType: Now we can register typedefs.Olivier Goffart2010-03-022-4/+93
|/ / / / / / / / / /
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-011-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-1/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-274-8/+95
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix qdatastream::compatibility_Qt3 autotest failureLeonardo Sobral Cunha2010-02-261-2/+2
| * | | | | | | | | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-254-7/+94
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-234-7/+94
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Unbreak compilation of bootstrapped Qt tools after f3eab3d.Thiago Macieira2010-02-261-1/+1
* | | | | | | | | | Don't lock the QMetaType custom types mutex unnecessarilyKent Hansen2010-02-261-26/+46
* | | | | | | | | | Improve lookup speed of QMetaType::type() for normalized typesKent Hansen2010-02-261-94/+103
|/ / / / / / / / /
* | | | | | | | | Imporve win64 support for mingwThierry Bastian2010-02-221-6/+6
|/ / / / / / / /
* | | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-201-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Ensure that posted events are sent on WindowsBradley T. Hughes2010-02-191-2/+2
* | | | | | | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Ignore touch and gesture events when excluding input eventsDenis Dzyubenko2010-02-121-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-0/+3
|\ \ \ \ \ \ | |/ / / / /