summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-1410-51/+43
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix broken benchmarks.Michael Brasser2010-05-137-25/+21
|
* BenchmarkAaron Kennedy2010-04-283-0/+166
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2132-32/+32
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+2
|
* Test cost of importing and resolving types (but not creating objects).Warwick Allison2010-04-018-0/+189
| | | | Currently, by far the biggest chunk is QUrl hashing :-(
* Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-292-0/+31
|
* Rename qdeclarativetime -> qmltimeAaron Kennedy2010-03-2521-39/+39
| | | | Consistent with "qml" runtime binary
* Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-245-0/+68
|
* Animation construction optimization.Michael Brasser2010-03-242-0/+82
| | | | Use setParent_NoEvent when parenting to group.
* Readd the itemtree benchmarks for comparison purposes.Michael Brasser2010-03-171-0/+102
|
* CompileAaron Kennedy2010-03-176-5/+6
|
* Cleanup benchmark a littleAaron Kennedy2010-03-171-232/+96
|
* Fix benchmark.Michael Brasser2010-03-151-0/+1
|
* Tweak benchmarkAaron Kennedy2010-03-121-1/+2
|
* Optimization: Use linked list for context childrenAaron Kennedy2010-03-121-0/+11
|
* Stop benchmark from crashing.Michael Brasser2010-03-081-0/+2
|
* Fix test.Michael Brasser2010-03-041-1/+1
|
* Fix benchmarks.Michael Brasser2010-03-0413-37/+47
| | | | Get them all running again after renames, etc.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2445-154/+154
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2310-5/+84
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Fixing deployment and default values for SymbianAleksandar Sasha Babic2010-02-232-0/+26
| | | | | | | | Reviewed-by: TrustMe
| * Fixing deplyment on Symbian platformAleksandar Sasha Babic2010-02-232-1/+16
| | | | | | | | Reviewed-by: TrustMe
| * Fixing deployment on SymbianAleksandar Sasha Babic2010-02-232-2/+13
| | | | | | | | Reviewed-by: TrustMe
| * Fixing deployment on SymbianAleksandar Sasha Babic2010-02-231-0/+10
| | | | | | | | Reviewed-by: TrustMe
| * Fixing deployment on Symbian platformAleksandar Sasha Babic2010-02-232-2/+13
| | | | | | | | Reviewed-by: TrustMe
| * Fixing deployment on SymbianAleksandar Sasha Babic2010-02-231-0/+6
| | | | | | | | Reviewed-by: TrustMe
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-238-12/+31
|/ | | | Task-number: QT-2798
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-226-6/+6
|
* Add cached path rounded rect painting benchmark.Martin Jones2010-02-221-0/+24
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-195-14/+102
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (81 commits) Revert "Speed up QmlGraphicsItem::setParentItem." Fix dynamic example More strict type checking of ListElement properties. Fix tst_QmlGraphicsLoader::networkRequestUrl autotest. Fix tst_qmlgraphicstextedit::delegateLoading autotest Delete the QmlImageRequestHandler in the correct thread. Fix "AnimatedImage ignores Anchors setting" Remove unused function that breaks build on AIX. doc Add support for startDragDistance in qmlviewer. Add pixmap benchmarks and make cached rounded rect the same as Rectangle. Make QmlDom API internal Compile fix with namepaces Doc: reformulate why we build a button Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transition Doc: onExited, onEntered only work when button pressed or hoverEnabled Ensure visibleIndex and currentIndex are updated on itemsMoved(). QmlView API review. See QmlChanges.txt for details. Fix example after introduction of RotationAnimation. Animation doc fix. ...
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1811-12/+12
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * | Add pixmap benchmarks and make cached rounded rect the same as Rectangle.Martin Jones2010-02-185-14/+102
| | |
* | | Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-1811-12/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: tools/assistant/tools/assistant/helpviewer_qtb.h tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h
| * | Fix copyright year.Jason McDonald2010-02-1610-10/+10
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Fix broken license headers.Jason McDonald2010-02-161-2/+2
| |/ | | | | | | Reviewed-by: Trust Me
* | Run firstRun initialization in declarative/painting benchmarkEskil Abrahamsen Blomfeldt2010-02-181-1/+1
| | | | | | | | | | | | | | The firstRun block of the paint event would never be executed because of a typo in the condition. Reviewed-by: TrustMe
* | Enable QStaticText in QtDeclarative painting benchmarkRhys Weatherley2010-02-171-9/+5
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-051-2/+2
|\ | | | | | | | | Conflicts: tests/benchmarks/declarative/painting/paintbenchmark.cpp
| * Pass tst_headers::licenseCheckWarwick Allison2010-02-051-0/+40
| |
* | Add license header.Martin Jones2010-02-051-1/+41
|/
* Add some painting benchmarks.Martin Jones2010-02-052-0/+282
| | | | Task-number: QT-2780
* Fix headers::licenseCheck autotest failureLeonardo Sobral Cunha2010-02-041-0/+40
|
* Remove benchmarks that have been migrated to 4.6.Michael Brasser2010-01-297-1016/+0
|
* Benchmark performance of a block of script containing multiple property ↵Michael Brasser2010-01-273-0/+72
| | | | accesses.
* Remove unneeded test dependency.Michael Brasser2010-01-261-5/+2
|
* More benchmark cleanup.Michael Brasser2010-01-143-73/+19
|
* Benchmark cleanup.Michael Brasser2010-01-1427-23/+197
|
* Update pointer benchmark to use QmlGuard rather than QGuard.Michael Brasser2010-01-142-4/+5
|