summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-043-3/+3
| | | | | Task-number: QTBUG-21306 Reviewed-by: Rohan McGovern
* Re-apply licenseheader text in source files for qt4.7Jyri Tahtela2011-07-017-120/+120
| | | | | | Fixed license text in files having old license. Reviewed-by: Trust Me
* Fixed CI-errors caused by qmlshadersplugin addition.Marko Niemelä2011-05-268-18/+263
| | | | | | These are fixes for CI-issues caused by db20b6c03b6a93ab3e483cd85d5d0a923c3d3430 Reviewed-by: Kim Gronholm
* Backported QML ShaderEffectItem from QML2.0 into Qt Quick 1.1Marko Niemelä2011-05-2512-1/+557
| | | | | | | | This issue is about backporting Scenegraph's ShaderEffectItem and ShaderEffectSource elements into Qt Quick 1.1 as a Qt labs plugin. Purpose of these elements is to provide an interface for utilizing OpenGL shaders in QML applications. Task-number: QTBUG-18346 Reviewed-by: Kim Gronholm
* Update licenseheader text in source filesJyri Tahtela2011-05-1366-1159/+1159
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1965-65/+65
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1065-65/+65
| | | | | | | | Reviewed-by: Trust Me
* | 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
|/
* 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
|
* 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
| * 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
|