summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiledbindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* CLeanup registers after AddStringAaron Kennedy2011-02-101-3/+38
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Support property/method versions in QMLMartin Jones2011-01-051-0/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-14/+0
|\ \ | |/
| * Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-14/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-231-1/+1
|\ \ | |/
| * Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-111-1/+1
* | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-191-0/+3
|/
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-281-5/+5
* Internal QML API cleanupAaron Kennedy2010-08-271-1/+1
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Work around ICE in Intel C++ Compiler 11.1.072Thiago Macieira2010-06-161-1/+1
* Introduce a threaded interpreter for QML binding bytecodeAaron Kennedy2010-05-191-156/+233
* Round correctly in binding optimizerAaron Kennedy2010-05-181-1/+1
* Check for acquireReg() failureAaron Kennedy2010-05-171-0/+27
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-291-3/+3
* Remove Script {} supportAaron Kennedy2010-04-191-7/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
* Reduce warnings at shutdownAaron Kennedy2010-04-141-4/+1
* Compiled bindings should not print warnings where normal bindings don'tAaron Kennedy2010-04-141-3/+1
* Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-081-12/+10
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Optimize QML "parent" property accessAaron Kennedy2010-03-251-15/+73
* Only release the binding once we're finished with its memoryAaron Kennedy2010-03-181-1/+1
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-32/+36
* Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-121-12/+60
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-2/+2
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-90/+7
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-6/+6
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-5/+5
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+2738