summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc - Clarified the use of layoutChanged() in relation to persistentKavindra Devi Palaraja2009-08-211-1/+10
* Fix memory leakOlivier Goffart2009-08-211-3/+6
* Optimize contrcuction of variant of type pointer.Olivier Goffart2009-08-212-9/+28
* Fix warning and potential infinite recursion.Olivier Goffart2009-08-201-1/+2
* Fix potential Infinite recurstion.Olivier Goffart2009-08-201-3/+2
* Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-202-0/+5
* Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-202-2/+3
* Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-195-195/+327
* Doc - mentioning that the begin...() functions emit a signal that mustKavindra Devi Palaraja2009-08-191-0/+15
* Doc - Fixed whitespace issuesKavindra Devi Palaraja2009-08-191-15/+15
* Doc - Cleanups on QAbstractTableModel, QAbstractItemModel, etc.Kavindra Devi Palaraja2009-08-191-388/+433
* fix includes to use lower-caseHarald Fernengel2009-08-171-2/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-1715-22/+9
|\
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-22/+9
* | Doc: Clarified the difference between timer resolution and accuracy.David Boddie2009-08-171-4/+16
|/
* Better handling of qreal with QVariantThierry Bastian2009-08-173-15/+28
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
* QVariant: added toFloat and toRealThierry Bastian2009-08-142-11/+48
* fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-131-3/+4
* Fix coverity warningsThierry Bastian2009-08-131-0/+1
* Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-123-13/+11
* Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
* Update contact URL in license headers.Jason McDonald2009-08-1278-78/+78
* Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
* Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
* Compile fix with namespaceshjk2009-08-101-1/+1
* Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
* Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
* Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
* Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+5
* Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-052-0/+10
* 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
* | Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-042-8/+7
* | Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-042-12/+18
* | 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
* | Fix obsolete license headersJason McDonald2009-08-042-3/+3
* | Doc fixesAaron Kennedy2009-08-042-0/+8
* | Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-032-21/+13
* | Doc: fix warnings.Volker Hilsheimer2009-07-311-1/+1
* | Compile on HP-UXiBradley T. Hughes2009-07-312-3/+4
* | Update QAbstractItemModel following reviewAaron Kennedy2009-07-311-2/+2
* | Remove isDynamic property flagAaron Kennedy2009-07-312-14/+1
* | Reorder flag values in ascending orderAaron Kennedy2009-07-311-4/+4
* | Dynamic meta object supportAaron Kennedy2009-07-315-19/+56
* | Add index methods to QMetaProperty and QMetaMethodAaron Kennedy2009-07-312-0/+22
* | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-07-312-1/+19