summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove the unnecessary double memcpy now too.Thiago Macieira2009-08-211-3/+0
* Don't access usedHashFunc() if it's already been deleted.Thiago Macieira2009-08-211-1/+2
* Fix trivial QList detaching: QListData::detach2() *must* memcpy.Thiago Macieira2009-08-211-1/+1
* QMetaObject: Crashes with dbus that tries to connect to all signalsOlivier Goffart2009-08-211-12/+20
* Fix crash at program exit: Q_GLOBAL_STATIC is zeroed.Thiago Macieira2009-08-211-1/+2
* Added missing Q_ENUM/Q_FLAGS declarations for input methods.Friedemann Kleint2009-08-211-1/+2
* QFSFileEngine compile fix for VS2005Joerg Bornemann2009-08-211-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-1/+1
|\
| * QFSFileEngine compile fix for Windows with VS2005Joerg Bornemann2009-08-211-1/+1
* | Merge branch 'master' of git@scm:qt/qt-s60-publicaxis2009-08-21123-990/+7665
|\ \ | |/ |/|
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-0/+5
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-215-86/+211
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-2110-127/+497
| |\ \ \
| * \ \ \ Merge commit 'qt/master'Jason Barron2009-08-218-26/+66
| |\ \ \ \
| * \ \ \ \ 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
| * | | | | | Merge commit 'qt/master'Jason Barron2009-08-211-0/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'qt/master'Jason Barron2009-08-213-21/+22
| |\ \ \ \ \ \ \
| * | | | | | | | 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-2025-609/+815
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make qregexp.cpp compile with RVCT.Jason Barron2009-08-201-1/+2
| | * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-206-8/+13
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | compile when bootstrapping QtHarald Fernengel2009-08-201-0/+2
| | | * | | | | | | | Use QExplicitlySharedDataPointerHarald Fernengel2009-08-203-7/+6
| | | * | | | | | | | Add missing template typedefsHarald Fernengel2009-08-201-0/+4
| | | * | | | | | | | Fix Q_DECLARE_SHARED macroHarald Fernengel2009-08-201-1/+1
| | * | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-2019-601/+801
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2023-70/+180
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Clarified comment on ordinal use in QLibraryPrivate::loadPlugin()Miikka Heikkinen2009-08-201-2/+5
| | * | | | | | | | | Move the declarative ui destroyed handlingHarald Fernengel2009-08-201-2/+2
| | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Reverse the ifdefs to make it clearer, as per code review.axis2009-08-191-3/+3
| | * | | | | | | | Added some comments after code review.axis2009-08-191-0/+9
| | * | | | | | | | Cosmetic fix: Unify the Q_DISABLE_COPY macroHarald Fernengel2009-08-191-10/+3
| | * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-195-16/+114
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-192-13/+13
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Did some cleanups after review of the S60 branch.axis2009-08-192-13/+13
| | * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-1914-14/+14
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Changed names and URLs to reflect name change.axis2009-08-1914-14/+14
| | * | | | | | | | | | renamed and restyled exit info printermread2009-08-191-10/+17
| | |/ / / / / / / / /
| * | | | | | | | | | performance: refactored use of RFs so corelib and gui share one sessionShane Kearns2009-08-205-71/+84
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-182-12/+21
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-185-20/+19
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fixes to Symbian native engine for QFileSystemWatcher.Shane Kearns2009-08-182-12/+21
| * | | | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-18109-764/+8626
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | rename QLockedMutexUnlocker to QMutexUnlockerHarald Fernengel2009-08-171-5/+5
| * | | | | | | | | | | Changed to SymbianVersion enum after review.axis2009-08-172-9/+9
| * | | | | | | | | | | remove a ### commentLars Knoll2009-08-141-3/+1