summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaObject::normalizeSignature avoid reading past the string in case of inv...Olivier Goffart2010-08-101-1/+4
* QMetaMethod::invoke: Document that the function does not check the argumentsOlivier Goffart2010-05-281-0/+7
* 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
* | | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-5/+18
|\ \ \ | |/ / |/| |
| * | Use an "int status" extra parameter in property reading/writing.Thiago Macieira2009-07-021-5/+18
| |/
* | Merge branch '4.5'Thiago Macieira2009-06-261-1/+7
|\ \ | |/
| * make invokable constructors work with classes in namespaceKent Hansen2009-06-251-1/+7
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * Doc: Added a note about copying by value in QMetaProperty and included detail...David Boddie2009-05-191-3/+15
* | handle qreal properties correctly in the meta-object systemKent Hansen2009-06-051-0/+5
* | Doc: Added a note about copying by value in QMetaProperty and included detail...David Boddie2009-04-021-3/+15
|/
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2555