summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
* remove compiler warning for Windows CEJoerg Bornemann2009-08-101-24/+22
* fix issues reported by CoverityKent Hansen2009-08-103-4/+3
* Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
* Doc: Clarified the behavior of QDir::exists().David Boddie2009-08-101-5/+10
* Compile fix with namespaceshjk2009-08-102-1/+11
* 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
|\
| * 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
* | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-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
* 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
* | 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