| 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: QT-3957
reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
|
| |
The delayed removal items weren't handled correctly by
mapRangeFromModel() function. Use mapFromModel() instead which gives us
what we actually want and remove unused mapRangeFromModel().
Task-number: QTBUG-14471
Reviewed-by: Michael Brasser
|
|
|
|
|
| |
Authored-by: Roberto Raggi
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
Follow-up to e11ee40cefc981fbdcfb10816039d4efb080fb17.
Reviewed-by: Yoann Lopes
|
| |
|
|
|
|
|
|
|
|
| |
Properties have always had precedence over methods in C++ classes, but
erroneously, not in types declared in QML. This was because the property
cache for the two went through a different code path. With changes
0c06e59577df1ec715e67d6d5842800bcec24945 and c407d79f79c67f2f2bb84efc93061fd57fe4cf54
the code paths were unified and this bug was exposed.
|
|
|
|
| |
Task-number: QTCREATORBUG-2769
|
| |
|
|
|
|
| |
Task-number: QTBUG-11604
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
Task-number: QTBUG-14449
|
|\ |
|
| |
| |
| |
| | |
Task-number: QT-4094
|
| |
| |
| |
| |
| |
| | |
in Text painting
Task-number: QTBUG-14374
|
|/
|
|
|
|
|
|
|
|
|
| |
The behaviour of setting the currentIndex out of bounds, was different
depending upon whether it was set -ve, beyond the end, or before
component completed. The behaviour is now consistent - setting the
currentIndex out of bounds is allowed and will cause the currentItem
and highlightItem to become null.
Task-number: QTBUG-12571
Reviewed-by: Michael Brasser
|
|
|
|
| |
Task-number: QT-4093
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-14003
Reviewed-by: Michael Brasser
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Task-number: QTBUG-13051
|
| |
| |
| |
| | |
Task-number: QTBUG-13999
|
| |
| |
| |
| |
| |
| |
| | |
If focus was explicitly cleared on a non-visible FocusScope, and then it
was made visible, it would incorrectly grab focus.
Task-number: QTBUG-13380
|
|/
|
|
|
|
|
|
| |
We didn't handle the section property changing, e.g. due to asynchronous
model.
Task-number: QT-4093
Reviewed-by: Aaron Kennedy
|
|\ |
|
| |
| |
| |
| | |
Task-number: QTBUG-14254
|
| |
| |
| |
| | |
Task-number: QTBUG-14303
|
|/
|
|
|
|
|
|
| |
The view was scrolled to the top of the first item, rather than
the top of the header.
Task-number: QTBUG-13906
Reviewed-by: Michael Brasser
|
|
|
|
| |
Task-number: QTBUG-13685
|
|
|
|
|
|
|
|
|
| |
This test should prevent the case where a QML app that is developed on a
case insensitive filesystem (like on Mac or Windows) and then run on
a case sensitive filesystem (like on Linux) fails to find module plugins,
imports and QML files.
Task-number: QTBUG-13517
|
|
|
|
| |
Task-number: QTBUG-14279
|