summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant QLocale code from QCoeFepInputContext.axis2009-08-251-3/+3
* Minor documentation and code fixes.Frans Englich2009-08-241-2/+4
* Fix the last fix to QList.Thiago Macieira2009-08-241-1/+1
* Remove QScopedCustomPointerHarald Fernengel2009-08-241-0/+9
* Restore QList backward compatibilityHarald Fernengel2009-08-242-3/+56
* Revert "Remove the unnecessary double memcpy now too."Harald Fernengel2009-08-241-0/+3
* Revert "Fix trivial QList detaching: QListData::detach2() *must* memcpy."Harald Fernengel2009-08-241-1/+1
* Remove the unnecessary double memcpy now too.Thiago Macieira2009-08-211-3/+0
* Fix trivial QList detaching: QListData::detach2() *must* memcpy.Thiago Macieira2009-08-211-1/+1
* Merge commit 'qt/master'Jason Barron2009-08-211-2/+2
|\
| * qdoc: Redesigned the Class and Function Documentation page.Martin Smith2009-08-211-2/+2
* | Merge commit 'qt/master'Jason Barron2009-08-212-14/+22
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-202-1/+2
| |\
| | * Add value_type definition for STL compatibility.David Faure2009-08-201-0/+1
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1833-385/+4153
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-175-21/+44
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-142-18/+305
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-123-14/+121
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1278-84/+93
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-5/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-056-86/+277
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-304-5/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2821-307/+937
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-12/+20
* | | | | | | | | | | | 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-205-7/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-201-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Changed names and URLs to reflect name change.axis2009-08-193-3/+3
* | | | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-1836-424/+4503
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | fix includes to use lower-caseHarald Fernengel2009-08-172-2/+2
| * | | | | | | | | | Rename qlistdata.cpp (back) to qlist.cpp.Volker Hilsheimer2009-08-172-1/+1
| * | | | | | | | | | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1731-382/+4150
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-2/+3
| * | | | | | | | | doc: Eliminated two qdoc error reports.Martin Smith2009-08-171-0/+10
| * | | | | | | | | Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-143-19/+31
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-132-18/+305
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Fix QVarLengthArray out of bounds readHarald Fernengel2009-08-131-1/+3
* | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Worked around RVCT scoping issues by making scope explicit in places thatMiikka Heikkinen2009-08-131-2/+2
* | | | | | | | | Merge commit 'qt/master'Jason Barron2009-08-1378-94/+211
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
| * | | | | | | Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+2
| * | | | | | | Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-122-14/+98
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Update contact URL in license headers.Jason McDonald2009-08-1278-78/+78
| * | | | | | QPoint comparision operators use qFuzzyIsNull instead of qFuzzyCompareJoerg Bornemann2009-08-111-2/+2
| * | | | | | Compile fix with namespaceshjk2009-08-101-0/+10