summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-231-2/+13
|\
| * 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 branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-1610-64/+178
|\ \ \ | |/ /
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-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
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| | |_|/ / | |/| | |
| * | | | Merge branch '4.6'Thiago Macieira2010-01-214-8/+30
| |\ \ \ \
| * | | | | add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience methodsRitt Konstantin2010-01-212-1/+29
| * | | | | Merge branch '4.6'Thiago Macieira2010-01-1386-345/+347
| |\ \ \ \ \
| * | | | | | Add an overload of qRegisterMetaTypeStreamOperators without the type nameThiago Macieira2010-01-132-0/+27
| * | | | | | Cocoa: application will not quit when using dialogsRichard Moe Gustavsen2010-01-121-1/+0
| * | | | | | Merge branch '4.6'Thiago Macieira2009-12-265-72/+148
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/4.6'Olivier Goffart2009-12-156-24/+31
| |\ \ \ \ \ \ \
| * | | | | | | | Fix normalization of Type * constBradley T. Hughes2009-12-111-0/+3
| * | | | | | | | Make sure posted events are always sent.Bradley T. Hughes2009-12-111-1/+1
| * | | | | | | | Compile on Windows CE.Bradley T. Hughes2009-12-111-2/+13
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtEskil Abrahamsen Blomfeldt2009-12-111-5/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Prevent posted event starvation by native Windows messagesBradley T. Hughes2009-12-101-5/+11
| * | | | | | | | | Avoid crash in QObject::connect() if class has no signalsEskil Abrahamsen Blomfeldt2009-12-111-1/+1
| |/ / / / / / / /
| * | | | | | | | Small optimisations in ~QObjectOlivier Goffart2009-12-081-4/+6
| * | | | | | | | Disable some code in normal build.Olivier Goffart2009-12-081-1/+1
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-051-0/+57
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-025-72/+67
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix certain type-const-ref syntax not recognized by normalizedSignature()Bradley T. Hughes2009-11-303-26/+92
| * | | | | | | | | Reduce the code duplication within QMetaObject::indexOf{Signal,Slot,Method}Olivier Goffart2009-11-301-34/+32
| * | | | | | | | | Merge branch '4.6'Thiago Macieira2009-11-255-22/+36
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-11-132-3/+20
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | QObjectPrivate/!QT3_SUPPORT: replace an unused QList by an unused void*hjk2009-11-111-2/+2
* | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-125-7/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | 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-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/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 '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
| |/ / / / / / / / /
* | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-2186-360/+385
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Corrected alphabetic order in the docs for events.axis2010-01-201-1/+1