Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 10 | -0/+410 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Merge commit 'qt/4.7' into 4.7 | Miikka Heikkinen | 2010-05-17 | 2 | -5/+4 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: tests/benchmarks/declarative/binding/binding.pro tests/benchmarks/declarative/creation/creation.pro tests/benchmarks/declarative/creation/tst_creation.cpp tests/benchmarks/declarative/qdeclarativecomponent/qdeclarativecomponent.pro tests/benchmarks/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp tests/benchmarks/declarative/qdeclarativemetaproperty/qdeclarativemetaproperty.pro | ||||
| * | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 2 | -10/+5 |
|/ | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Fix broken benchmarks. | Michael Brasser | 2010-05-13 | 4 | -20/+15 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 2 | -2/+2 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Compile | Aaron Kennedy | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Fix benchmarks. | Michael Brasser | 2010-03-04 | 1 | -5/+6 |
| | | | | Get them all running again after renames, etc. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -33/+33 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 2 | -1/+16 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Fixing deplyment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 2 | -1/+16 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -1/+7 |
|/ | | | | Task-number: QT-2798 | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Benchmark performance of a block of script containing multiple property ↵ | Michael Brasser | 2010-01-27 | 3 | -0/+72 |
| | | | | accesses. | ||||
* | Optimization: Passing QScriptEngine to QScriptValue is much faster | Aaron Kennedy | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | QML dynamic function benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+117 |
| | |||||
* | QML signal handler benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+97 |
| | |||||
* | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 2 | -0/+462 |