summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | Add comparison operators also to subclassesHarald Fernengel2009-08-101-2/+32
* | | | | | | add operator! to QScopedPointerHarald Fernengel2009-08-102-0/+13
* | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-104-60/+111
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'qt/master'Jason Barron2009-08-101-9/+7
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| | * | | | | | Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Make QTimeLine::start() restart from the beginning as the documentation says.David Faure2009-08-101-5/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge commit 'qt/master-stable'Jason Barron2009-08-103-51/+104
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-0729-468/+1334
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update license headers according to commit 858c70f768e.axis2009-08-063-6/+6
| * | | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-062-1/+3
| * | | | | Merge commit 'qt/master-stable'Jason Barron2009-08-063-3/+86
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| * | | | | Merge commit 'origin/master'Jason Barron2009-08-0413-95/+215
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'qt/master-stable'Jason Barron2009-08-048-42/+102
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | 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
| | | |_|_|/ | | |/| | |
| | * | | | 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 commit 'qt/master-stable'Jason Barron2009-07-302-43/+107
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-5/+6
| |\ \ \ \ | | |/ / /
| | * | | Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-271-5/+6
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-282-8/+102
| |\ \ \ \ | | |/ / /
| | * | | 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
| | * | | Adapt the contiguous-creator code to use the new custom deleter code.Thiago Macieira2009-07-241-26/+27
| | * | | Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-0/+47
| | * | | Remove the old specialised deleter implementation from QSharedPointer.Thiago Macieira2009-07-241-12/+0
| | * | | Implement a new custom deleter implementation for QSharedPointerThiago Macieira2009-07-241-1/+54
| * | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2723-383/+945
| |\ \ \ \ | | |/ / /
| | * | | Silence compiler warnings on shadowing of member functions.Volker Hilsheimer2009-07-211-11/+11
| | * | | Minor performance improvements in nameprepping.Thiago Macieira2009-07-211-5/+5
| | * | | Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-212-37/+37