summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiledbindings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2738/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | QML binding optimizer crashAaron Kennedy2010-02-161-4/+5
| | | | | | | | We should check that the fetch() generation succeeded before continuing.
* | Fix crash in QML binding optimizerAaron Kennedy2010-02-161-138/+155
|/ | | | Optimized bindings need to reset the mePtr too.
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-2/+2
| | | | Remove some unnecessary methods from the QmlMetaType class
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-31/+2
| | | | QTBUG-7957
* CleanupAaron Kennedy2010-01-271-0/+2749