summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix crash in compiled bindingsAaron Kennedy2011-09-141-1/+1
* Compile on symbianAaron Kennedy2011-08-041-1/+1
* Fix alias warnings in QDeclarativeVMEAaron Kennedy2011-07-291-3/+69
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Remove bindings before assigning constants in VMEAaron Kennedy2011-03-151-0/+63
* Ensure animations start correctly when running is bound to a value.Michael Brasser2011-02-211-1/+0
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-281-6/+6
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-4/+11
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+6
|\
| * Fix memory leakAaron Kennedy2011-01-141-0/+5
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Support property/method versions in QMLMartin Jones2011-01-051-0/+4
|/
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-6/+32
* Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-141-7/+5
* Connect property alias change signals on useAaron Kennedy2010-10-071-1/+1
* QtDeclarative: Give name to function bindings and signals.Olivier Goffart2010-07-281-2/+3
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Correctly assign bool to variant propertiesAaron Kennedy2010-05-121-0/+10
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-291-0/+1
* Remove Script {} supportAaron Kennedy2010-04-191-7/+0
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-13/+13
* Fix compilation on Solaris, AIX and HP-UX.Thiago Macieira2010-04-131-5/+0
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-0/+20
* Build on Windows.Martin Jones2010-04-071-1/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-15/+15
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-15/+15
* | Crash: Assign context in CreateSimpleObject tooAaron Kennedy2010-04-011-6/+6
* | Optimization: Minor object allocation speedupAaron Kennedy2010-04-011-1/+7
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-1/+21
|/
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-2/+11
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+1
* Fix test failuresAaron Kennedy2010-03-171-1/+3
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-18/+62
* Cosmetic tweaksAaron Kennedy2010-03-111-8/+5
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+1
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+2
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-4/+4
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-011-1/+1
* Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-3/+3
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-11/+11
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-3/+4
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+851