summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile with debug enabledOlivier Goffart2009-06-101-1/+1
* Avoid locking and search on the global hash if there is no QPointerOlivier Goffart2009-06-101-3/+19
* Use a linked list for the senders list inside QObjectOlivier Goffart2009-06-101-31/+36
* Small simplification on codeThierry Bastian2009-06-081-2/+2
* Merge commit 'origin/4.5'Olivier Goffart2009-06-041-1/+2
|\
| * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-1/+1
|\ \ | |/
| * Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-9/+27
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
* | Mark data as static, use fetch-and-store instead of test-and-setBradley T. Hughes2009-05-221-4/+3
* | Use a per object lock for signal/slotsOlivier Goffart2009-05-201-22/+44
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-4/+9
|\ \ | |/
| * Fix race condition in ~QObjectOlivier Goffart2009-05-181-19/+11
* | Compilation for debug buildsOlivier Goffart2009-05-111-12/+11
* | Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-111-143/+83
* | Revert "Make use of a thread-specific variable in qFlagLocation."Thiago Macieira2009-04-011-18/+2
* | Make use of a thread-specific variable in qFlagLocation.Thiago Macieira2009-03-271-2/+18
|/
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+3818