summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Simple QmlGraphicsImage benchmarkAaron Kennedy2010-01-123-0/+121
|
* More text benchmarks.Michael Brasser2010-01-111-2/+73
|
* Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-2/+2
|
* QML dynamic function benchmarkAaron Kennedy2010-01-085-0/+117
|
* QML signal handler benchmarkAaron Kennedy2010-01-085-0/+97
|
* Basic QML JS benchmarkAaron Kennedy2010-01-082-0/+462
|
* BenchmarksAaron Kennedy2009-12-233-0/+102
|
* benchmarkAaron Kennedy2009-12-221-2/+27
|
* BenchmarkAaron Kennedy2009-12-181-0/+34
|
* Disable indexingAaron Kennedy2009-12-171-0/+1
|
* Add -parent optionAaron Kennedy2009-12-171-3/+37
|
* BenchmarksAaron Kennedy2009-12-173-0/+108
|
* BenchmarksAaron Kennedy2009-12-174-0/+114
|
* Expand text benchmark.Michael Brasser2009-12-152-7/+41
|
* Add basic text benchmark.Michael Brasser2009-12-152-0/+128
|
* Benchmark cleanup.Michael Brasser2009-12-143-0/+636
|
* Another creation benchmark.Michael Brasser2009-12-091-0/+20
|
* Add missing file.Michael Brasser2009-12-091-0/+34
|