summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-28676-138058/+0
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-2821-177/+192
|
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-251-7/+8
| | | | | | | Instead of specifying left, right, etc directly, we keep the regular syntax and specify anchors.left, anchors.right, etc. Also get rid of the hacky "reset" string property and use undefined to reset (like PropertyChanges).
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-2512-13/+13
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-2512-13/+13
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Rename stateChangeScriptName to scriptName.Michael Brasser2010-03-241-1/+1
|
* Remove ParentAction.Michael Brasser2010-03-238-1262/+0
| | | | It has been replaced with ParentAnimation.
* Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-1112-185/+185
| | | | Task-number: QT-2825
* ParentAnimation docs + test.Michael Brasser2010-03-058-0/+1721
| | | | Task-number: QTBUG-8612
* Move WebView to an extension plugin.Warwick Allison2010-03-0213-0/+13
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-262-2/+2
| | | | A viewport is the thing you look through, not what you look at.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-24325-10/+10
| | | | QDeclarativeXXX.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-2310-60/+60
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-2216-29/+29
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-1821-21/+1516
|/ | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1110-11/+6
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2010-02-0412-62/+62
|\ | | | | | | into kinetic-declarativeui
| * Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0312-62/+62
| | | | | | | | | | | | examples accordingly. Task-number: QT-2786
* | Fix elision and multilength strings when resizing a Text element.Michael Brasser2010-02-0415-65/+2362
|/ | | | | | They were incorrectly wrapping when the width changed. Task-number: QTBUG-7477
* Replace FreeMono by OCRA fontMartin Jones2010-01-275-88/+88
|
* Allow anchoring baseline to parentAlan Alpert2009-12-093-0/+276
| | | | Task-number: QT-2606
* Fixes wrapping in TextEditAlan Alpert2009-11-2617-0/+4955
| | | | | | | Somehow TextEdit got to the point of not calling updateSize after text input. Visual test included. Task-number: QTBUG-6273
* Treat emissionRate=0 like emitting=falseAlan Alpert2009-11-251-1/+6
| | | | | | | | Including stopping the timer because we arenæt emitting anything. Because emissionRate=0 is exactly the same as emitting=false, the emitting property has been removed. Task-number: QTBUG-6209
* Use console.log, not print.Warwick Allison2009-11-233-9/+9
|
* TextInput echoMode visual testAlan Alpert2009-11-2015-0/+2203
|
* Implement TextInput::horizontalAlignmentAlan Alpert2009-11-203-0/+146
| | | | Includes visual autotest.
* Test overshoot property in flickable visual testMartin Jones2009-11-1927-2159/+3774
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-1923-1391/+1207
|\ | | | | | | into kinetic-declarativeui
| * Update Package test and fix crash.Martin Jones2009-11-1823-1391/+1207
| |
* | Rename QML Object to QtObjectAaron Kennedy2009-11-192-2/+2
|/
* Make sure pathview flicks go through event filter path also.Martin Jones2009-11-181-0/+2
|
* Fix AnchorChange when multiple states in a stategroup are involved.Michael Brasser2009-11-1711-0/+2539
|
* update Text visual test after change 946eab3e327bddcce10ed838462c0ca56ff011f0Yann Bodson2009-11-162-83/+83
|
* Test MouseRegion.enabledMartin Jones2009-11-1315-3162/+1839
|
* More flickable testsMartin Jones2009-11-1326-380/+4749
|
* Hit more code in GrisView.Martin Jones2009-11-136-215/+223
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1366-0/+15671
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-137-0/+2138
| |\ | | | | | | | | | into kinetic-declarativeui
| * | add TextInput visual test data for MacYann Bodson2009-11-1311-0/+3379
| | |
| * | add TextEdit visual test data for MacYann Bodson2009-11-1315-0/+4926
| | |
| * | add Repeater visual test data for MacYann Bodson2009-11-139-0/+1420
| | |
| * | add ListView visual test data for MacYann Bodson2009-11-1333-0/+5946
| | |
* | | More MouseRegion testing.Martin Jones2009-11-1325-0/+7314
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1311-1326/+735
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * update visual testYann Bodson2009-11-1311-1326/+735
| |
* | WebView tests and testability.Warwick Allison2009-11-137-0/+2138
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1325-0/+6038
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1316-0/+3935
| |\ | | | | | | | | | into kinetic-declarativeui