Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | QtDeclarative: Remove trailing commas in enums | Thiago Macieira | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 1 | -0/+1 |
| | | | | QTBUG-10623 | ||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -1/+0 |
| | |||||
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 1 | -0/+2 |
| | |||||
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeData | Aaron Kennedy | 2010-04-01 | 1 | -0/+7 |
| | | | | This improves the declarative/creation/itemtree_qml benchmark by 6% | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | Fix compiler warning on RVCT | Aaron Kennedy | 2010-03-05 | 1 | -148/+173 |
| | | | | | Anonymous structures in unions cause warnings on this compiler. QTBUG-8738 | ||||
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 1 | -0/+1 |
| | | | | QTBUG-8677 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+319 |
QDeclarativeXXX. |