summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-246-3/+94
|
* More testing, validate tests before running them.Warwick Allison2009-09-243-28/+97
| | | | Run all WebKit validations first (no point testing QML if the test are wrong).
* Tidy JSWarwick Allison2009-09-241-8/+11
|
* Track changes from qtwebkit-4.6-snapshot-18092009Warwick Allison2009-09-242-2/+3
| | | | Tidy js.
* Add some visual autotests for QFxTextEditAlan Alpert2009-09-2410-0/+100
| | | | | Includes test for regression against QT-669 (but it doesn't work just yet)
* Fix qmlecmascript::bindingLoop testcaseAaron Kennedy2009-09-231-1/+2
|
* Make more qmlecmascript tests passAaron Kennedy2009-09-232-1/+39
| | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-232-31/+24
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-239-5/+158
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-23151-184/+177
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | fix QFxTextInput AutotestAlan Alpert2009-09-231-28/+21
| | | | | | | | | | | | | | | | | | | | | | | | Note that a test based on focus is still failing, presumably due to recent focus changes. Haven't yet investigated if it should be failing or not.
| * | | QFxTextEdit test passes againAlan Alpert2009-09-231-3/+3
| | | |
* | | | Fix crashAaron Kennedy2009-09-233-0/+37
| |_|/ |/| |
* | | Add some failing autotestsAaron Kennedy2009-09-236-0/+126
| | |
* | | Failing autotest for Repeater bugAaron Kennedy2009-09-233-5/+32
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-23149-70/+81
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Rename testcasesAaron Kennedy2009-09-23149-70/+81
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-23146-119/+95
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge qmlengine and qmlbindengine testsAaron Kennedy2009-09-236-104/+80
| | |
| * | Use .qml file extension in testAaron Kennedy2009-09-2312-11/+11
| | |
| * | Move test data into data/ subdirAaron Kennedy2009-09-2313-1/+1
| | |
| * | Move test data into data subdirAaron Kennedy2009-09-23128-3/+3
| |/
* | missed fileWarwick Allison2009-09-231-0/+6
|/
* Slight simplification of parameterized signalsAaron Kennedy2009-09-223-0/+5
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-09-225-0/+14
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * import does not currently insist on a version, it should for these casesWarwick Allison2009-09-225-0/+14
| | | | | | | | (but not for non-installed local files)
* | Renaming: QFxView -> QmlViewYann Bodson2009-09-229-52/+52
|/
* Allow paths to be excluded from testAaron Kennedy2009-09-211-0/+17
|
* Add an autotest to ensure all our examples/demos launchAaron Kennedy2009-09-213-0/+147
|
* Merge commit 'origin/4.6' into kinetic-declarativeuiLars Knoll2009-09-1849-129/+3929
|\ | | | | | | | | Conflicts: configure.exe
| * Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables us to convert from and to new Symbian type of graphics resource, namely SgImage. This only supported with the OpenVG graphics system. On other graphics systems this will return null QPixmap. Conflicts: src/corelib/global/qglobal.h src/gui/image/qpixmap.h src/gui/image/qpixmap_s60.cpp Reviewed-by: Jason Barron
| * Add debug outputPaul Olav Tvete2009-09-181-0/+7
| | | | | | | | | | | | | | | | This test mysteriously fails when run from the autotest system, but succeeds when run manually. We need more data to find out what is going on. Sort-of-reviewed-by: Jesper
| * Change name of test to tst_QGraphicsAnchorLayout1Jan-Arve Sæther2009-09-181-31/+31
| |
| * Stabilize testOlivier Goffart2009-09-182-3/+3
| |
| * Don't fail if no printers are available.Paul Olav Tvete2009-09-181-0/+3
| |
| * Only ignore the addChildLayoutItem warning in debug builds.Jan-Arve Sæther2009-09-181-1/+4
| | | | | | | | We only output that message in debug builds....
| * Autotest: fix compilation with a more strict compiler / libc.Thiago Macieira2009-09-182-0/+5
| | | | | | | | Reviewed-By: TrustMe
| * QGraphicsAnchorLayout: Added an auto test for size policyAnselmo Lacerda S. de Melo2009-09-181-0/+86
| | | | | | | | | | | | | | | | | | | | Added an auto test for the currently supported size policies set. This is a simple test containing a single item anchored to the layout vertical and horizontally. The size policies are set, then the item's minimum, preferred and maximum sizes are compared to the expected ones, according to each policy. Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
| * Stabilize testOlivier Goffart2009-09-171-4/+1
| |
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Tom Cooksey2009-09-1716-25/+3611
| |\ | | | | | | | | | | | | Conflicts: tests/auto/qtwidgets/tst_qtwidgets.cpp
| | * Fixed the invalid license header.Trond Kjernåsen2009-09-171-39/+39
| | | | | | | | | | | | | | | | | | This caused the tests/header test to fail. Reviewed-by: Kim
| | * Clean up my previous commit (remove comment and whitespace fix)Jan-Arve Sæther2009-09-171-3/+1
| | |
| | * Fix the scrollTo() test function on Windows.Jan-Arve Sæther2009-09-171-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the QTRY_COMPARE was added, the size of the view suddenly became a hard requirement. However, this reqirement was not met on windows, since the forcedSize was smaller than the minimum size allowed for the view. Thus, it would never have its size set to forcedSize and the QTRY_COMPARE would fail.
| | * Fixed a bug in QToolTip when internal tool tips where reused.Trond Kjernaasen2009-09-171-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | If a tool tip is to be reused, it *has* to be visible otherwise it *may* get destroyed by the expiration timer before the timer is reset. The tst_qtooltip::setPalette() test triggered this obscure bug under Windows. Reviewed-by: Kim
| | * Implement hasConflicts().Jan-Arve Sæther2009-09-171-1/+43
| | |
| | * Merge branch 'orbit-fixes' into 4.6Jan-Arve Sæther2009-09-173-0/+3097
| | |\
| | | * Add QEXPECT_FAIL for the one test that fails.Jan-Arve Sæther2009-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | Note that t does not fail with simplification turned off (QT_ANCHORLAYOUT_NO_SIMPLIFICATION=1)
| | | * Add QTest::ignoreMessage() calls in order to reduce some console noise.Jan-Arve Sæther2009-09-171-0/+28
| | | |
| | | * QGraphicsAnchorLayout: Added new autotests fileJesus Sanchez-Palencia2009-09-173-0/+3067
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several autotests written by the Orbit team were added as a new QGraphicsAnchorLayout autotests file. Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Reviewed-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org>
| | * | Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-171-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The QItemSelectionModel::Current was not set in QTableViewPrivate::selectColumn(). However, Control-drag selection in QTableView behaved differently than other software such as OpenOffice's spreadsheet. Now the behaviour when Control-dragging is that the selection will be set to the opposite of the selection state of the first cell. If that cell is selected, we will deselected the cells while dragging, and conversely, if it isn't selected, the cells will be selected. Reviewed-by: Olivier Task-number: QT-1435 Task-number: 191545