| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
dynamic.qml is now at expect-fail status, see QTBUG-14839
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
The only difference appears to be a change to the flicking parameters,
so the test is still valid.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
update visuals, and add a couple comments.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Includes the task numbers of the bugs, for later processing.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
They are mostly still fine, it's just that the flickable parameters
had changed. Expected outputs have been revised.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Includes speeding up the animated resize tests.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Apparently this is something we've had troubles with in the past
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Also fixes a doc typo. Includes test.
Task-number: QTBUG-14469
|
|
|
|
| |
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Shorten duration and remove the element of flicking (not under test).
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Platform visuals and some cleanup after extended neglect
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Platform visuals and working again after a long period of neglect
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Getting them running again, and smaller. Need to fix a bug before they
pass again though.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Remove text, to make them less platform specific
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
|
| |
Add platform specific colorAnimation Visuals
remove color animation from propertyAction
remove gradient from qtbug10586
shrink scriptAction-visual.qml
Task-number: QTUBG-14792
|
|
|
|
|
|
| |
listview.qml is still expected to fail, filing a bug about that soon
Task-number: QTBUG-14792
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
When rewinding, don't reapply bindings, only values. This is consistent
with how we handle rewinding other property bindings.
Task-number: QTBUG-13398
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
... and percentage is useless.
Task-number: QTBUG-12282
Reviewed-by: Warwick Allison
|
|
|
|
| |
(onvert to use SpringAnimation and SmoothedAnimation instead)
|
|
|
|
| |
Found some minor demo issues while testing a TextInput change.
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
|
|
| |
By making selectionStart/End read-only, and adding adding select().
Task-number: QTBUG-11056
|
|
|
|
|
|
|
|
| |
Sufficient to allow different selection look and feel (see whacky example)
Task-number: QTBUG-10968
Reviewed-by: Michael Brasser
Reviewed-by: Alan Alpert
|
| |
|
| |
|
|
|
|
| |
Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
|
|
|
|
|
|
|
| |
Examples get the BSD license, while all other .qml files get the
LGPL/tech-preview license.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
| |
So that scope resolution is correct, e.g. "width: parent.width-10;" in
a ParentChange works correctly.
Task-number: QTBUG-10675
|
|
|
|
|
| |
Task-number: QTBUG-9491
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Task-number: QTBUG-10586
Reviewed-by: leo
|
|
|
|
| |
Reviewed-by: Michael Brasser
|
|
|
|
|
|
| |
completed.
Task-number: QTBUG-9413
|
| |
|
|
|
|
| |
Task-number: QTBUG-9993
|
|
|
|
|
|
| |
Since we aren't releasing for 4.6, all types are new in 4.7.
Task-number: QTBUG-10081
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reviewed-by: Michael Brasser
|
| |
|
| |
|
| |
|
| |
|