summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-201-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1833-385/+4153
|\ \ | |/
| * 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
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-175-21/+44
|\ \ | |/
| * 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
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-142-18/+305
|\ \ | |/
| * Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-132-18/+305
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-123-14/+121
|\ \ | |/
| * 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
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1278-84/+93
|\ \ | |/
| * 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
| * Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| * Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-5/+4
|\ \ | |/
| * Make QTimeLine::start() restart from the beginning as the documentation says.David Faure2009-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
|\ \ | |/
| * Doc: fix qdoc errors in QSharedPointer documentation.Thiago Macieira2009-08-052-2/+3
| * Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-052-0/+26
| * Performance improvements by avoiding creation of temporary QSharedPointers wi...Thiago Macieira2009-08-051-43/+25
| * Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-052-5/+50
| * Fix compilation for compilers that don't have template friends.Thiago Macieira2009-08-051-1/+0
| * Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-042-2/+75
| * Fix incorrect license headers.Jason McDonald2009-08-041-1/+11
| * Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-4/+14
| * Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-031-10/+28
| * Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+3
| * Cleanup old code in QSharedPointerThiago Macieira2009-08-031-18/+16
| * Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-031-3/+1
| * Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-1/+22
| * Fix compilation: add #include <new> if placement new is usedThiago Macieira2009-07-311-0/+7
| * Doc: there is no group of explicitly shared classes, only one class uses this.Volker Hilsheimer2009-07-301-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-304-5/+10
|\ \ | |/
| * Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-291-4/+0
| * Port of Qt to VxWorksRobert Griebl2009-07-293-1/+10
* | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2821-307/+937
|\ \ | |/
| * Implement a new pointer-tracking mechanism for QSharedPointer.Thiago Macieira2009-07-282-41/+105
| * Work around weird issue with Sun CC 5.9: Self was the wrong class.Thiago Macieira2009-07-281-2/+2
| * Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-271-5/+6
| * Fix compilation with older GCC versions: need a constructor.Thiago Macieira2009-07-251-0/+5
| * Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-251-2/+2