summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the qt_static_metacall in QueuedConnectionOlivier Goffart2011-04-081-4/+14
* Fix QMetaObject::indexOfSlotOlivier Goffart2011-04-041-1/+1
* Speedup activation of signalsOlivier Goffart2011-03-311-13/+22
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-0/+48
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * | Allow a revision to be associated with properties and methods.Martin Jones2011-01-051-0/+48
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| |/
* | Properly implement qobject_cast for const pointers.Thiago Macieira2010-09-111-1/+19
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+4
|\ \ | |/
| * QMetaObject::normalizeSignature avoid reading past the string in case of inv...Olivier Goffart2010-08-101-1/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-011-0/+7
|\ \ | |/
| * QMetaMethod::invoke: Document that the function does not check the argumentsOlivier Goffart2010-05-281-0/+7
* | QMetaObject::invokeMethod using Qt::BlockingQueuedConnection can handle the r...Olivier Goffart2010-05-071-33/+20
|/
* Optimize QMetaObject::indexOf* functionsOlivier Goffart2010-03-231-31/+32
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-1/+1
|\
| * Compile with GCC 3.3Olivier Goffart2010-03-021-1/+1
* | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-1/+4
* | Make indexOfMethod not crash when going through a metaobject with methodCount...Thiago Macieira2010-01-271-2/+5
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2009-12-261-0/+1
|\ \ | |/
| * Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-141-0/+1
* | Avoid crash in QObject::connect() if class has no signalsEskil Abrahamsen Blomfeldt2009-12-111-1/+1
* | Fix certain type-const-ref syntax not recognized by normalizedSignature()Bradley T. Hughes2009-11-301-14/+44
* | Reduce the code duplication within QMetaObject::indexOf{Signal,Slot,Method}Olivier Goffart2009-11-301-34/+32
|/
* Implement internal support for property interceptors (used by declarative).Michael Brasser2009-11-041-1/+4
* Update confusing qWarning message.Thiago Macieira2009-10-291-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QMetaObject::normalizeType: fix out-of-bound access.Olivier Goffart2009-09-011-7/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Enable Q_OBJECT usage across DLL boundary on Symbian OSShane Kearns2009-08-281-1/+11
* | Merge commit 'qt/master'Jason Barron2009-08-201-63/+39
|\ \
| * | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-191-63/+39
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+3
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-0/+4
|\ \ \ | |/ /
| * | Doc fixesAaron Kennedy2009-08-041-0/+4
* | | Merge commit 'origin/master'Jason Barron2009-08-041-0/+2
|\ \ \ | |/ / |/| |
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-0/+2
* | | Remove isDynamic property flagAaron Kennedy2009-07-311-13/+1
* | | Reorder flag values in ascending orderAaron Kennedy2009-07-311-4/+4
* | | Dynamic meta object supportAaron Kennedy2009-07-311-16/+39
* | | Add index methods to QMetaProperty and QMetaMethodAaron Kennedy2009-07-311-0/+20
* | | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-311-1/+16
* | | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-311-1/+28
* | | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+2