summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Various qt documentation fixes (wk 43)artoka2012-01-311-1/+24
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Fixed doc bug in QMetaObjectGeir Vattekar2011-08-221-3/+8
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* 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-111-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-071-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-071-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