summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-1/+10
|\
| * Doc - Clarified the use of layoutChanged() in relation to persistentKavindra Devi Palaraja2009-08-211-1/+10
* | Merge commit 'qt/master'Jason Barron2009-08-212-12/+34
|\ \ | |/
| * Fix memory leakOlivier Goffart2009-08-211-3/+6
| * Optimize contrcuction of variant of type pointer.Olivier Goffart2009-08-212-9/+28
* | Merge branch 'reviewPatches'axis2009-08-215-50/+15
|\ \
| * | Revert "Fixed KERN-EXEC 3 panic on ARMV5 builds caused by combining trinary o...axis2009-08-211-27/+0
| * | Switched to logical comparison instead of bitwise.axis2009-08-212-11/+6
| * | Fixed documentation.axis2009-08-211-3/+2
| * | Fixed some comments and code style issues after review.axis2009-08-213-9/+7
* | | Fix errors in commit d4c0be3bShane Kearns2009-08-201-0/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2010-585/+783
|\ \ \
| * \ \ Merge commit 'qt/master'Jason Barron2009-08-2010-585/+783
| |\ \ \ | | | |/ | | |/|
| | * | Fix warning and potential infinite recursion.Olivier Goffart2009-08-201-1/+2
| | * | Fix potential Infinite recurstion.Olivier Goffart2009-08-201-3/+2
| | * | Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-202-0/+5
| | * | Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-202-2/+3
| | * | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-195-195/+327
| | * | Doc - mentioning that the begin...() functions emit a signal that mustKavindra Devi Palaraja2009-08-191-0/+15
| | * | Doc - Fixed whitespace issuesKavindra Devi Palaraja2009-08-191-15/+15
| | * | Doc - Cleanups on QAbstractTableModel, QAbstractItemModel, etc.Kavindra Devi Palaraja2009-08-191-388/+433
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-207-8/+8
|\ \ \ \ | |/ / /
| * | | Move the declarative ui destroyed handlingHarald Fernengel2009-08-201-2/+2
| | |/ | |/|
| * | Changed names and URLs to reflect name change.axis2009-08-196-6/+6
* | | performance: refactored use of RFs so corelib and gui share one sessionShane Kearns2009-08-202-17/+43
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-1820-58/+107
|\ \ | |/
| * fix includes to use lower-caseHarald Fernengel2009-08-171-2/+0
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-1715-22/+9
| |\
| | * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-22/+9
| * | Doc: Clarified the difference between timer resolution and accuracy.David Boddie2009-08-171-4/+16
| |/
| * Better handling of qreal with QVariantThierry Bastian2009-08-173-15/+28
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
| * QVariant: added toFloat and toRealThierry Bastian2009-08-142-11/+48
| * fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-131-3/+4
| * Fix coverity warningsThierry Bastian2009-08-131-0/+1
* | rename QLockedMutexUnlocker to QMutexUnlockerHarald Fernengel2009-08-171-5/+5
* | Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-131-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-1378-131/+178
|\ \ | |/
| * Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-123-13/+11
| * Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
| * Update contact URL in license headers.Jason McDonald2009-08-1278-78/+78
| * Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
| * Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
| * Compile fix with namespaceshjk2009-08-101-1/+1
* | Merge commit 'qt/master-stable'Jason Barron2009-08-104-4/+31
|\ \ | |/
| * Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
| * Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
| * Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
| * Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+5
| * Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-052-0/+10