summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual
Commit message (Collapse)AuthorAgeFilesLines
* Clean up qdeclarativeparticles visual testAlan Alpert2010-10-295-193/+193
| | | | | | update visuals, and add a couple comments. Task-number: QTBUG-14792
* Mark qdeclarativegridview autotests as expect-failAlan Alpert2010-10-2925-5338/+4
| | | | | | Includes the task numbers of the bugs, for later processing. Task-number: QTBUG-14792
* Clean up qdeclarativeflickable visual testsAlan Alpert2010-10-2932-4348/+3274
| | | | | | | They are mostly still fine, it's just that the flickable parameters had changed. Expected outputs have been revised. Task-number: QTBUG-14792
* Clean up qdeclarativeboarderimage visual testsAlan Alpert2010-10-2919-3078/+262
| | | | | | Includes speeding up the animated resize tests. Task-number: QTBUG-14792
* Add a test for multiline text alignmentAlan Alpert2010-10-295-0/+518
| | | | | | Apparently this is something we've had troubles with in the past Task-number: QTBUG-14792
* Update when text changes to ""Alan Alpert2010-10-295-0/+972
| | | | | | Also fixes a doc typo. Includes test. Task-number: QTBUG-14469
* Shrink and update qdeclarativetext visual testsAlan Alpert2010-10-2910-70/+112
| | | | Task-number: QTBUG-14792
* Clean up package views visual testAlan Alpert2010-10-2925-2595/+603
| | | | | | Shorten duration and remove the element of flicking (not under test). Task-number: QTBUG-14792
* Clean up qmlvisual/qdeclarativetextinput visual testsAlan Alpert2010-10-2944-3305/+3029
| | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetextedit testsAlan Alpert2010-10-2965-2989/+13177
| | | | | | Platform visuals and working again after a long period of neglect Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetext visual testsAlan Alpert2010-10-2930-2861/+2182
| | | | | | | Getting them running again, and smaller. Need to fix a bug before they pass again though. Task-number: QTBUG-14792
* Clean up qmlvisual/focusscope testsAlan Alpert2010-10-2866-13609/+931
| | | | | | Remove text, to make them less platform specific Task-number: QTBUG-14792
* Clean up qmlvisual/animation visual testsAlan Alpert2010-10-2822-962/+1720
| | | | | | | | | Add platform specific colorAnimation Visuals remove color animation from propertyAction remove gradient from qtbug10586 shrink scriptAction-visual.qml Task-number: QTUBG-14792
* Clean up ListView visual testsAlan Alpert2010-10-2854-7096/+318
| | | | | | listview.qml is still expected to fail, filing a bug about that soon Task-number: QTBUG-14792
* Fix visual test.Michael Brasser2010-10-192-0/+0
|
* Fix visual tests.Michael Brasser2010-10-1829-1289/+685
|
* Update some tests to modern syntaxAlan Alpert2010-10-152-2/+2
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2982-82/+82
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix SmoothedAnimation test and docsAlan Alpert2010-09-095-6/+889
| | | | | | | | | The SmoothedAnimation visual test was misleading, and has been expanded to include more common use cases. The property documentation was also slightly extended. This should help solve the confusion in the related task. Task-number: QTBUG-12114
* Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-063-0/+515
| | | | | | | When rewinding, don't reapply bindings, only values. This is consistent with how we handle rewinding other property bindings. Task-number: QTBUG-13398
* Add moving and flicking properties to PathViewMartin Jones2010-07-298-470/+815
| | | | | | | | | | PathView handles its own mouse interaction, but lacked properties similar to those in Flickable to determine when it is stationary. This made it impossible to start an animation when the view stops moving, for example. Task-number: QTBUG-12497 Reviewed-by: Warwick Allison
* Rename remaining 'wantsFocus'.Yann Bodson2010-07-212-9/+9
|
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-212-4/+4
| | | | | | | ... and percentage is useless. Task-number: QTBUG-12282 Reviewed-by: Warwick Allison
* Remove use of SpringFollow and SmoothedFollow in qmlvisual testBea Lam2010-07-123-31/+42
| | | | (onvert to use SpringAnimation and SmoothedAnimation instead)
* Minor demo fixesAlan Alpert2010-06-161-4/+5
| | | | Found some minor demo issues while testing a TextInput change.
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-312-4/+2
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-303-2/+89
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-263-3/+3
|
* Fix visual tests after rename of the qml executable.Michael Brasser2010-05-241-3/+3
|
* Remove license headers from test data.Warwick Allison2010-05-23191-7831/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-21191-0/+7831
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-187-0/+1088
| | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-142-3/+30
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Minor declarative webview tweaksAlan Alpert2010-05-1322-573/+230
| | | | | | | Added a comment to the class docs, and cleaned up the visual tests a little. However the visual tests are old and text heavy, and since we never seem to check them we might wait on updating them for a little longer.
* Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-127-2/+1181
| | | | | Task-number: QTBUG-10586 Reviewed-by: leo
* Update mouse area qmlvisual test to follow change QTBUG-10162Leonardo Sobral Cunha2010-05-071-2/+2
| | | | Reviewed-by: Michael Brasser
* Don't start valuesource animations until all component objects have been ↵Michael Brasser2010-05-051-2/+2
| | | | | | completed. Task-number: QTBUG-9413
* Update visual tests after some painter updates.Michael Brasser2010-04-222-83/+83
|
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-3/+2
| | | | Task-number: QTBUG-9993
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-21187-187/+187
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-2117-0/+5182
| | | | | | | | | | | The unbgrab mouse happens when the mouse area is inside a flickable and the flickables takes control over the mouse handling. In this case, the UngrabMouse will behave similarly to a MouseRelease, emitting released, pressedChanged and hoveredChanged. Visual autotest added to mousearea in qmlvisual. Reviewed-by: Michael Brasser
* Visual test fix.Michael Brasser2010-04-211-1/+1
|
* Regenerate recordsnapshot to fix fillmode visual test in qmlLeonardo Sobral Cunha2010-04-202-1/+1
| | | | Reviewed-by: Michael Brasser
* Add test verifying QTBUG-8424 fixAlan Alpert2010-04-192-0/+269
|
* Visual test updates.Michael Brasser2010-04-1520-1422/+91
|
* fillmode is a static visual test, so only record one frame.Michael Brasser2010-04-141-269/+1
|
* Support recording visual snapshot tests.Michael Brasser2010-04-141-2/+11
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-1227-33/+131
|\ | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/graphicsitems/qdeclarativetextinput_p.h