summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-0414-48/+46
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0379-254/+500
* | | | 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
| * | | 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
| * | | Merge branch '4.5'Thiago Macieira2009-08-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Disable the pointer tracking feature in Qt 4.5.Thiago Macieira2009-07-272-29/+5
| | * | Add docs for Windows Server 2008 R2 to QSysInfo::WinVersionBradley T. Hughes2009-07-271-2/+2
| * | | Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-032-21/+13