summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-2/+5
| | | | Task-number: QTBUG-13719
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
| | | | | Reviewer: David Boddie Task number: QTBUG-11938
* Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-311-0/+5
| | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Missing breakAaron Kennedy2010-05-201-0/+1
|
* Correctly assign bool to variant propertiesAaron Kennedy2010-05-121-0/+3
| | | | QTBUG-10623
* Remove Script {} supportAaron Kennedy2010-04-191-3/+0
|
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-0/+6
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-2/+2
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-0/+2
|/ | | | This improves the declarative/creation/itemtree_qml benchmark by 6%
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-0/+3
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* CrashAaron Kennedy2010-03-121-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+210
QDeclarativeXXX.