summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Merge commit 'origin/4.6' into 4.6-oslo2Rohan McGovern2010-02-041-4/+4
| |\
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-031-0/+3
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-021-0/+3
| | |\ \
| | | * | Document that QModelIndex::child does not work for the root itemOlivier Goffart2010-02-021-0/+3
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-081-1/+1
|\ \ \ \ \
| * | | | | QAbstractItemModel docs: Fix typo.ck2010-02-011-1/+1
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-041-1/+0
|\ \ \ \ \ \
| * | | | | | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-1/+0
* | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-044-7/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-031-4/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Cleared up QEvent documentation for QGraphicsSceneDragDropEvent events.Bastian Bense2010-02-031-4/+4
| | | |/ / | | |/| |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-023-3/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-013-3/+4
| | | |/ | | |/|
| * | | Documented limitations of add/setLibraryPath(s) on Symbian OSMiikka Heikkinen2010-02-011-0/+8
| |/ /
* | | Revert "add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience ...Olivier Goffart2010-02-022-29/+1
* | | Merge commit 'refs/merge-requests/388' of git://gitorious.org/qt/qt into inte...David Boddie2010-01-281-1/+1
|\ \ \
| * | | doc: Fix typo in QEvent::ignore() documentationAdemar de Souza Reis Jr2009-12-031-1/+1
* | | | Make indexOfMethod not crash when going through a metaobject with methodCount...Thiago Macieira2010-01-271-2/+5
| |_|/ |/| |