summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-0614-70/+110
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-052-29/+46
| |\
| | * Reset the byte order in the iconv codec after using it.Thiago Macieira2010-03-051-12/+29
| | * Fixed key mappings on X11Denis Dzyubenko2010-03-051-17/+17
| * | Fixed crash at application exit when QProcess was used in SymbianMiikka Heikkinen2010-03-051-0/+2
| |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-041-0/+3
| |\
| | * Do not use realpath() with uclibcMarkus Goetz2010-03-041-0/+3
| * | Fix tst_QVariant::operator_eq_eq(UserType)Olivier Goffart2010-03-041-0/+3
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-031-1/+2
| |\ \ | | |/ | |/|
| | * QVariant: Fix crash when comparing two variant with the same undefined type.Olivier Goffart2010-03-031-1/+2
| * | Follow-up to c1b067e: fix aliasing in QReadWriteLock too.Thiago Macieira2010-03-031-18/+12
| |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-031-9/+6
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-021-9/+6
| | |\
| | | * Fix strict-aliasing breakage with SunCC: the union trick is a GCC extension.Thiago Macieira2010-03-021-9/+6
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-022-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | QString::section: Fix crash with SectionIncludeLeadingSep flagOlivier Goffart2010-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
| |/
| * Doc: QRegExp::WillcardUnix: the documentation did not show the slashOlivier Goffart2010-03-011-2/+2
| * QObject: fix crash when deleteing the receiver object withing a DirectConncet...Olivier Goffart2010-03-011-7/+10
| * Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-012-1/+11
| * Symbian file system use optimisation for stat and symlinksmread2010-02-261-0/+10
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-03-0410-12/+137
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-046-1/+29
| |\ \
| | * | Added a documentation for the new enum value in gesture api.Denis Dzyubenko2010-03-041-0/+5
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-045-1/+24
| | |\ \
| | | * | Block the Maemo5 window attribute values from being assigned to something els...Robert Griebl2010-03-031-0/+8
| | | * | be more verbose when warning about incompatible librariesHarald Fernengel2010-03-031-1/+2
| | | * | Merge remote branch 'staging/master' into 4.7Thiago Macieira2010-03-021-0/+2
| | | |\ \
| | | | * | Fix compilation with namespace.ck2010-03-011-2/+2
| | | * | | Add a template specialisation for QArgument when T is a reference.Thiago Macieira2010-03-021-0/+8
| | | * | | Added comment about usage of strncpy_s function in VC++ > 14.00Zeno Albisser2010-03-021-0/+4
| * | | | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-041-3/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Namespace fixes.Justin McPherson2010-03-041-3/+4
| | |/ / /
| * | | | 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
| |\ \ \
| | * \ \ 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
* | | | | | Doc: Fixed typos.David Boddie2010-03-041-3/+4
|/ / / / /
* | | | | Use QList::reserve() in QDataStream>>QListAndreas Kling2010-03-011-0/+1
* | | | | qDetectCPUFeatures: compile fix with namespaceshjk2010-03-011-2/+1
|/ / / /
* | | | Fix building with Sun CC 5.10: missing :: for the QWeakPointer declarationThiago Macieira2010-03-011-2/+2
| |/ / |/| |
* | | Don't use SSE2 if the emmintrin.h header wasn't found.Thiago Macieira2010-02-281-1/+1
* | | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-2720-43/+308
|\ \ \ | |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-263-12/+28
| |\ \
| | * \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-2622-49/+752
| | |\ \
| | * | | use QList::reserve() as appropriateOswald Buddenhagen2010-02-252-0/+6
| | * | | optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16