summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-042-0/+108
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/samegame/SamegameCore/samegame.js mkspecs/features/symbian/default_post.prf src/declarative/qml/qdeclarativeengine.cpp src/gui/text/qtextdocumentlayout.cpp src/plugins/plugins.pro src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/s60installs.pro tests/auto/declarative/declarative.pro tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp tests/auto/declarative/qmlvisual/qmlvisual.pro
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1965-65/+65
| |\
| * | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-191-0/+11
| | |
| * | Add a private high-performance timer for profiling.Michael Brasser2010-11-192-0/+97
| | |
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1765-65/+65
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * | Update copyright year to 2011.Jason McDonald2011-01-1065-65/+65
| |/ | | | | | | Reviewed-by: Trust Me
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-2312-13/+76
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro src/corelib/io/io.pri src/corelib/io/qfsfileengine.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/io/qfsfileengine_win.cpp src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtDeclarativeu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtDeclarativeu.def src/s60installs/eabi/QtGuiu.def tests/auto/qapplication/test/test.pro tests/auto/qaudioinput/qaudioinput.pro tests/auto/qaudiooutput/qaudiooutput.pro tests/auto/qchar/qchar.pro tests/auto/qdiriterator/qdiriterator.pro tests/auto/qsound/qsound.pro
| * | Move list of trusted benchmarks out of QA dungeon and into QtTor Arne Vestbø2010-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | To run the list of trusted benchmark do 'make check-trusted' in either the root benchmarks directory or for any of the immediate sub-targets. Normal 'make check' environment variables apply, such as TESTRUNNER and TESTARGS. Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-252-3/+66
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/snake/snake.qml qmake/generators/symbian/symbiancommon.cpp src/network/access/qnetworkaccessmanager.cpp src/s60installs/s60installs.pro tests/auto/qitemselectionmodel/tst_qitemselectionmodel.cpp tests/auto/qnetworkreply/tst_qnetworkreply.cpp
| | * Fix conflict between QDeclarativeGraphics_DerivedObject declared both in ↵Joona Petrell2010-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | qdeclarativeglobal and tst_creation.cpp Task-number: Reviewed-by: Martin Jones
| | * Add additional documentation for the qmltime benchmark.Michael Brasser2010-10-181-1/+64
| | |
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-089-9/+9
| |/ | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* | Fix deployment for examples and testsShane Kearns2010-10-123-3/+3
|/ | | | | | | | | | | Due to the change from default deployment in symbian from being hardcoded in qmake to being in default_deployment.prf the .pro files needed to be changed. Specifically, "DEPLOYMENT = foo" needs to be "DEPLOYMENT += foo" otherwise the default deployment lines are not added and the test won't install. Reviewed-By: Miikka Heikkinen
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2934-34/+34
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* More script benchmarking.Michael Brasser2010-06-243-4/+31
|
* Script benchmarking.Michael Brasser2010-06-244-4/+157
|
* Fix benchmark warnings on symbian.Michael Brasser2010-05-244-13/+13
|
* Factor out initialization effects from declarative benchmarks.Michael Brasser2010-05-244-0/+19
|
* Add license headers for .qml files.Jason McDonald2010-05-2148-0/+1968
| | | | | | | 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.7Miikka Heikkinen2010-05-179-16/+12
|\ | | | | | | | | | | | | | | | | | | 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 testsJoona Petrell2010-05-1410-51/+43
| | | | | | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* | Fix SRCDIR and DEPLOYMENT usage in declarative benchmarksMiikka Heikkinen2010-05-1414-52/+64
| | | | | | | | | | | | | | | | | | | | These tests were either not compiling, were deploying incorrectly, or looking for data files from wrong place. Task-number: QTBUG-10661 Task-number: QTBUG-10666 Task-number: QTBUG-10667 Reviewed-by: Shane Kearns
* | Omit building declarative/painting benchmark if no OpenGL configuredMiikka Heikkinen2010-05-142-1/+6
|/ | | | | Task-number: QTBUG-10665 Reviewed-by: Janne Anttila
* 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