summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add comparison operators also to subclassesHarald Fernengel2009-08-101-2/+32
* s/class/struct/Harald Fernengel2009-08-101-1/+1
* add operator! to QScopedPointerHarald Fernengel2009-08-102-0/+13
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-1010-66/+154
|\
| * Merge commit 'qt/master'Jason Barron2009-08-102-10/+8
| |\
| | * 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 branch 'master' of git@scm.dev.nokia.troll.no:qt/qtKeith Isdale2009-08-105-6/+27
| | |\
| | * | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
| * | | Merge commit 'qt/master-stable'Jason Barron2009-08-108-56/+146
| |\ \ \ | | | |/ | | |/|
| | * | Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
| | * | Fix a bug in QProcess. QProcess was not reentrant on UnixBenjamin Poulain2009-08-061-1/+11
| | * | Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
| | * | Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
| | |/
| | * Doc: fix qdoc errors in QSharedPointer documentation.Thiago Macieira2009-08-052-2/+3
| | * Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-053-0/+31
| | * 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-054-5/+60
| | * Fix compilation for compilers that don't have template friends.Thiago Macieira2009-08-051-1/+0
* | | moved declaration of engine to better match merge and to remove warningmread2009-08-101-1/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-07204-3564/+6852
|\ \ \ | |/ /
| * | Enable symbol visibility when compiling with RVCT.axis2009-08-061-2/+2
| * | Update license headers according to commit 858c70f768e.axis2009-08-0615-40/+40
| * | Replaced $MODULE$ with hardcoded module names.axis2009-08-0611-11/+11
| * | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0654-62/+62
| * | fixed borked up mergeHarald Fernengel2009-08-061-0/+3
| * | Merge commit 'qt/master-stable'Jason Barron2009-08-0619-225/+214
| |\ \ | | |/
| | * Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+14
| | * Merge branch '4.5'Bill King2009-08-051-0/+1
| | |\
| | | * Fix: Gtk native dialogs do not repaint when zero-timers are usedJens Bache-Wiig2009-08-041-0/+1
| | | * Build on snow leopard.Morten Sorvig2009-08-041-1/+1
| | * | Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-042-8/+7
| | * | Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-042-12/+18
| | * | Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-042-2/+75
| | * | Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-042-66/+63
| | * | Clean up old Jambi code: there's a way of getting the QObject d-pointerThiago Macieira2009-08-041-8/+1
| | * | Don't try to make direct system calls on Linux.Thiago Macieira2009-08-042-98/+9
| | * | Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-042-2/+2
| | * | Added input hints to QGraphicsItem.jasplin2009-08-041-0/+16
| | * | QParallelAnimationGroup pause resume fixedThierry Bastian2009-08-041-1/+2
| | * | Animations: better handling of the timerThierry Bastian2009-08-042-27/+6
| | * | Remove the "preliminary support" warning for 10.6Morten Sorvig2009-08-041-4/+1
| | * | Build on snow leopard.Morten Sorvig2009-08-041-1/+1
| | * | Fix incorrect license headers.Jason McDonald2009-08-041-1/+11
| | * | Fix obsolete license headersJason McDonald2009-08-043-4/+4
| | * | Doc fixesAaron Kennedy2009-08-042-0/+8
| * | | Merge commit 'origin/master'Jason Barron2009-08-0484-292/+536
| |\ \ \
| * \ \ \ Merge commit 'qt/master-stable'Jason Barron2009-08-0459-319/+2097
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix deadlock in the fsevents file watcher.Norwegian Rock Cat2009-08-032-1/+7