Commit Graph

9 Commits

Author SHA1 Message Date
J-P Nurmi 51240b75cc Update license headers to silence qtqa/tst_license warnings
Sync with the qtbase/header.XXX. The license headers were matching
qtbase/header.XXX-OLD, which makes qtqa/tst_license flood warnings:

   Old license being used for foo.qdoc

Change-Id: I199bf303a2d648e0d5f7bc01cb0814a5f945eeff
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2017-02-24 13:04:52 +00:00
J-P Nurmi 00a062649b Welcome to 2017
Change-Id: If68cff4efacc7dc5719c8b8e61937e85e9076870
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2017-01-09 17:29:40 +00:00
Mitch Curtis 4d2bd6929a testbench: rename main.qml to testbench.qml
This is one less main.qml to search through.

Change-Id: I2d0a8a56a779a6d6acac579d44c641dea318fb3d
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
2016-10-26 11:38:12 +00:00
J-P Nurmi 7e7d6d6c73 Rename env vars (QT_LABS_CONTROLS_XXX -> QT_QUICK_CONTROLS_XXX)
Change-Id: Ie903d3491b03d4ec05dd28462a19ee464331d2a2
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2016-04-22 06:28:58 +00:00
J-P Nurmi 5f215fcdd3 testbench: fix the comment about use qputenv()
Refer to qputenv() instead of qsetenv(), and remove the mention of
QT_QUICK_FILE_SELECTORS that is no longer supported.

Change-Id: Ifada695afb1815e3b709d147250d297915550c16
Task-number: QTBUG-49891
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2015-12-15 12:14:14 +00:00
J-P Nurmi 6fe4cb2e47 testbench: add support for slow motion animations
Useful for debugging animations. Usage:

    ./testbench -slow

Change-Id: Ic509c8da428dd08eddc9f445f942e3362bad9004
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2015-11-26 17:26:11 +00:00
Mitch Curtis 62287bed3e Scale testbench automatically
Change-Id: Ie362fa22b3280733783e7ec2293a98e737717257
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
2015-11-13 10:33:35 +00:00
Mitch Curtis 72f3a5a095 Update testbench
Move some things around. Also, begin to set all themes in
main.qml. There will be at least two unused themes instantiated,
but it doesn't matter, as it's just a manual test.

Change-Id: Icd8b24d3db3068e05b35de5ce55b4d418a530e5e
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
2015-10-30 15:41:22 +00:00
Mitch Curtis 8e1df766cf Add testbench as a manual test
This allows us to see every state for each control, and will help
with collaboration with designers.

Change-Id: I5589b05ef3abf768d26f14bbd85aa674107d956b
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
2015-10-21 13:36:36 +00:00