Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 1 | -2/+5 |
| | | | | Task-number: QTBUG-13719 | ||||
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
| | | | | | Reviewer: David Boddie Task number: QTBUG-11938 | ||||
* | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 1 | -0/+5 |
| | | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | ||||
* | Missing break | Aaron Kennedy | 2010-05-20 | 1 | -0/+1 |
| | |||||
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 1 | -0/+3 |
| | | | | QTBUG-10623 | ||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -3/+0 |
| | |||||
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 1 | -0/+6 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-07 | 1 | -2/+2 |
|\ | |||||
| * | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeData | Aaron Kennedy | 2010-04-01 | 1 | -0/+2 |
|/ | | | | This improves the declarative/creation/itemtree_qml benchmark by 6% | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -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. | ||||
* | Crash | Aaron Kennedy | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+210 |
QDeclarativeXXX. |