summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
* | remove constructors that are not usefulKent Hansen2009-08-038-82/+8
* | Export symbol used in QtGui.Volker Hilsheimer2009-07-311-1/+5
* | Doc: fix warnings.Volker Hilsheimer2009-07-311-1/+1
* | compileKent Hansen2009-07-311-1/+1
* | Fix compilation: add #include <new> if placement new is usedThiago Macieira2009-07-311-0/+7
* | add private goToState() function to state machineKent Hansen2009-07-312-7/+97
* | remove const from QSignalEvent::sender*Kent Hansen2009-07-313-6/+6
* | Compile on HP-UXiBradley T. Hughes2009-07-312-3/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-311-1/+1
|\ \
| * | Doc: there is no group of explicitly shared classes, only one class uses this.Volker Hilsheimer2009-07-301-1/+1