summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaMethod::invoke: Document that the function does not check the argumentsOlivier Goffart2010-05-281-0/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-261-7/+3
|\
| * Doc: Removed a misleading sentence about signals.David Boddie2010-05-251-7/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-252-10/+56
|\ \ | |/ |/|
| * Fixing the race condition in event dispatcher implementation onAleksandar Sasha Babic2010-05-212-10/+56
* | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-192-6/+14
|\ \
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-172-6/+14
| |\|
| | * Adding some error checking for setdefaultifAleksandar Sasha Babic2010-05-071-1/+3
| | * Making network reconnect happen after teardown.Aleksandar Sasha Babic2010-05-071-2/+6
| | * fix qt_wince_bsearch for low nonexistent key valuesJoerg Bornemann2010-05-051-4/+6
* | | doc: Fixed many broken links.Martin Smith2010-05-191-10/+10
|/ /
* | Merge commit 'refs/merge-requests/2379' of git://gitorious.org/qt/qt into int...David Boddie2010-05-041-0/+56
|\ \
| * | Add diagrams for illustrating the process of moving rows.Stephen Kelly2010-05-031-0/+56
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-044-0/+23
|\ \ \
| * | | Support updating system locale data on SymbianDenis Dzyubenko2010-05-034-0/+23
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-031-8/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-021-8/+2
| |\ \ \
| | * | | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-8/+2
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-3/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Event dispatcher slow down using delays rather than thread prioritymread2010-04-302-37/+95
| * | | Revert "Event dispatcher slow down using delays rather than thread priority"Miikka Heikkinen2010-04-292-95/+37
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-292-37/+95
|\| | | | |/ / |/| |
| * | Event dispatcher slow down using delays rather than thread prioritymread2010-04-222-37/+95
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-221-1/+1
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-221-1/+1
| |\ \ \
| | * | | Revert "Report the error as being AlreadyExists if this is why it fails"Morten Johan Sørvig2010-04-212-7/+3
| | * | | fix typosOswald Buddenhagen2010-04-201-1/+1
| | * | | Report the error as being AlreadyExists if this is why it failsAndy Shaw2010-04-192-3/+7
| | | |/ | | |/|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-222-43/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Optimize ~QObjectOlivier Goffart2010-04-211-15/+11
| * | | Optimize QMetaObject::activateOlivier Goffart2010-04-202-28/+27
| |/ /
* / / Fix crash on startup on Symbian OSShane Kearns2010-04-202-6/+17
|/ /
* | Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-152-8/+8
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-142-41/+17
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-132-41/+17
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-122-41/+17
| | |\ \
| | | * | Compile fix for WinCEThierry Bastian2010-04-121-1/+7
| | | * | Remove obsolete function set_winapp_name()miniak2010-04-092-44/+14
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-1/+7
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fixed app freeze if switching to offline in middle of HTTP transaction.Aleksandar Sasha Babic2010-04-121-1/+7
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-132-6/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-072-3/+6
| |\ \ \ | | | |/ | | |/|
| * | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-012-6/+7
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-0/+22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Symbian emulator: unload file server so apps can be recompiled.Frans Englich2010-04-081-0/+22
* | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-014-197/+1
|\ \ \ | | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-304-197/+1
| |\ \
| | * | Remove QGuard.Thiago Macieira2010-03-264-197/+1
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-0/+13
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-3022-297/+589
|\ \ \ | |_|/ |/| |