summaryrefslogtreecommitdiff
path: root/tests/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Add benchmark to measure start-up time of complex QML applicationErik Verbruggen2017-05-245-1/+131
| | | | | | | | This is not an automated benchmark, it is meant to be run manually or by a script. Change-Id: I72a4c15120ff4a650fb4bd2f90c6db1907dba994 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Mark both benchmarks as such in the pro filesErik Verbruggen2017-05-122-1/+2
| | | | | | | | This enables them to be run with "make benchmark" Change-Id: I13ecd96087dd6586a47fb2abab269982f04803db Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Unify license header usageAntti Kokko2016-02-042-6/+26
| | | | | | | Updated BSD license headers Change-Id: I73d67dbc6dbbe7c58d2b9c301b46fb6163243095 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Unify license header usageAntti Kokko2016-02-042-36/+20
| | | | | | | | Updated license headers to use new GPL-EXCEPT header instead of LGPL3 one (in those files which will be under GPL 3 with exceptions) Change-Id: I2b4c7522e5ec10dc7e9422886a20802d53929f30 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Import tst_objectcount benchmark from qtquickcontrols2J-P Nurmi2015-12-233-0/+178
| | | | | Change-Id: Id898b5e3d5182ee6dcb09758298d4cb0fed3bea8 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* BSD license for QML code in testsJ-P Nurmi2015-03-062-52/+60
| | | | | | Change-Id: Ie45c9b8d5a5d7f92e4b835473b0c76e3a83998b5 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
* Merge Extras' styling system into Controls'.Mitch Curtis2015-03-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removes the duplicated style settings functionality in Extras and simplifies the installed styles directory structure. - Extras' Base style is now part of Controls' Base style, eliminating the need for a separate QtQuick.Extras.Styles import. The cost of doing this should be negligible: a few QML files and two images. If we didn't merge Extras' Baste style into Controls', we'd need extras-specific code in qquickcontrolssettings, as the default style search path is: qml/QtQuick/Controls/Styles/ Whereas the Extras Base style would be in: qml/QtQuick/Extras/Styles/ The Extras Base style can't go into Controls' Base style directory, either, because otherwise we'd have two qmldir files there. The Flat style doesn't have this problem because it is all contained in one plugin and gets installed into its own Flat/ folder. - Documentation now lists the Extras controls as \since QtQuick.Extras 1.4. - Adds the customcontrolsstyle auto test to ensure that custom styling is tested. Change-Id: I19ca7a8b7e1c1daa85b272f4ccf9a2f05c76e0d9 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Import Qt Quick Extras (the former Qt Quick Enterprise Controls)Mitch Curtis2015-02-135-0/+214
| | | | | Change-Id: I59c5c97c564f707da4ce617e25e13ff8124f7d4b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Cleaned up the desktop branchJens Bache-Wiig2011-02-2118-206/+0
|
* Fixed ScrollDecorator to be Common API compliantAdriano Rezende2011-01-251-1/+1
| | | | | | | The flickable property must have Flickable type and should be called 'flickableItem'. Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
* Added missing benchmark testsThiago Marcos P. Santos2011-01-187-0/+58
| | | | Also renamed input fields tests to the current component name
* Removed qmltime binary from repoGabriel de Dietrich2011-01-102-1/+2
| | | | | | | | The source code for qmltime is available from $QTDIR/tests/benchmarks/declarative/qmltime. This assumes you have Qt installed from source, but allows testing on different platforms. Reviewed-by: Jens
* Rename LineEdit and MultiLineEdit to TextField and TextAreaJens Bache-Wiig2010-12-202-2/+2
| | | | As agreed on QtComponents-200
* Reorganised the repositoryJens Bache-Wiig2010-12-0912-12/+12
| | | | | | | | | - Moved widgets into components - Moved Gallery into examples - Moved StretchBench into tools Merge-request: 51 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Added component loading benchmark testsMathias Malmqvist2010-11-3014-0/+147
Merge-request: 29 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>