summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-291-34/+31
* Remove unused variableAaron Kennedy2010-04-281-3/+1
* Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-281-4/+13
* Remove dead codeAaron Kennedy2010-04-221-19/+0
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-1/+1
* Don't allow properties in Component elementsAaron Kennedy2010-04-211-0/+7
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-3/+9
* Remove Script {} supportAaron Kennedy2010-04-191-113/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+8
* Correctly support translation in QDeclarativeCompilerAaron Kennedy2010-04-151-6/+0
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-30/+1
* CleanupAaron Kennedy2010-04-091-88/+93
* Disallow writes to read-only value type propertiesAaron Kennedy2010-04-091-0/+4
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-3/+16
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-1/+1
* Don't optimized extended type constructionAaron Kennedy2010-04-081-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-20/+20
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-20/+20
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-15/+30
|/
* Improve QML compiler statisticsAaron Kennedy2010-03-291-5/+42
* Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-291-0/+8
* Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-251-10/+46
|\
| * Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-251-2/+1
| * Fix warning.Michael Brasser2010-03-231-1/+1
| * Deprecate inline Script {} blocksAaron Kennedy2010-03-221-3/+44
| * Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+1
* | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-1/+1
|\ \
| * | Fix warnings in the declarative moduleThierry Bastian2010-03-231-1/+1
| |/
* | Fix cast-from-ascii warningThiago Macieira2010-03-201-1/+1
* | Fix compilation on LinuxThiago Macieira2010-03-201-5/+5
|/
* Optimize id checking.Warwick Allison2010-03-181-10/+0
* Don't use Qt3 support methods.Martin Jones2010-03-171-1/+1
* Allow enum constants as list element properties.Warwick Allison2010-03-171-0/+23
* Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-121-15/+14
* Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
* Allow unquoted enum syntax for value typesAaron Kennedy2010-03-051-2/+4
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-4/+9
* Improve grouped property error messagesAaron Kennedy2010-03-041-3/+12
* Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
* Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-041-1/+1
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-031-31/+31
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-85/+124
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-251-6/+6
|\
| * Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-6/+6
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-251-1/+1
|\ \ | |/
| * Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
* | Automatically connect to signals "onFooChanged" if property is "foo".Bea Lam2010-02-251-6/+10
|/
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+2779