Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'qt/4.7' into 4.7 | Miikka Heikkinen | 2010-05-17 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | 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 | 1 | -6/+0 |
|/ | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | 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 | 1 | -0/+6 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Fixing deplyment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 1 | -0/+6 |
| | | | | | | | | 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 | 1 | -0/+31 |
| | | | | 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 | 1 | -0/+61 |
| | |||||
* | QML signal handler benchmark | Aaron Kennedy | 2010-01-08 | 1 | -0/+75 |
| | |||||
* | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 1 | -0/+451 |