summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* PathView offset out of sync with currentIndex when items are removed.Martin Jones2011-04-271-0/+10
* Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-272-0/+18
* Fix TextInput cursor position unchanged when selection length is 0.Andrew den Exter2011-04-212-0/+19
* Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-1/+41
* Elide has unexpected effect on Text's implicitWidthMartin Jones2011-04-212-0/+14
* QDeclarativeDebug: Fix endless loop for property with SCRITABLE falseKai Koehne2011-04-201-3/+18
* Fix excessive scrolling in TextInput with mid string pre-edit text.Andrew den Exter2011-04-191-0/+14
* Fixed autotest after b4b85257ccff6ba21bcbcbd46a9f7f09884abe79Aaron Kennedy2011-04-151-1/+1
* Resolve unqualified attached properties correctlyAaron Kennedy2011-04-153-2/+35
* Moving contentY by large values in List/GridView is slowMartin Jones2011-04-142-0/+107
* Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-132-1/+21
* Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-122-0/+54
* Fix regression in wigglytext.qmlMichael Brasser2011-04-122-0/+43
* Allow enum values to be used as signal parametersBea Lam2011-04-125-27/+33
* ListModel::clear() should not clear rolesBea Lam2011-04-121-0/+42
* Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-072-1/+13
* Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-1/+1
* Fix failing autotestBea Lam2011-04-041-1/+1
* Add missing test file.Martin Jones2011-04-011-0/+50
* Changing width of RTL positioner doesn't relayoutMartin Jones2011-04-011-0/+22
* Fix TextInput auto test failure on mac.Andrew den Exter2011-04-011-3/+10
* PinchArea and Flickable don't work well enough togetherMartin Jones2011-03-311-0/+73
* Fix auto test failure.Andrew den Exter2011-03-311-0/+8
* Once Image sourceSize is set there is no way to clear it.Martin Jones2011-03-311-0/+22
* Rotation transform with NaN angle can cause crashMartin Jones2011-03-301-0/+4
* Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-302-5/+52
* Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-302-23/+18
* Fix text selection with shift-click.Andrew den Exter2011-03-281-0/+12
* Text bounding rect calculated incorrectly if non-top aligned.Martin Jones2011-03-211-0/+18
* Fix writing to an attached property from script.Michael Brasser2011-03-212-8/+28
* PathView doesn't update if preferred highlight range changes.Martin Jones2011-03-172-1/+41
* Image.PreserveAspectFit has unexpected effect on Image's sourceSizeMartin Jones2011-03-172-0/+54
* Re-enable lineHeight tests.Yann Bodson2011-03-171-3/+3
* Qt.include() used in WorkerScript is broken on Windows.Martin Jones2011-03-164-0/+30
* Disabled non-QDeclarativeItems in Flickable break flickingMartin Jones2011-03-162-0/+47
* Regression: currentIndex was not set correctly after model cleared.Martin Jones2011-03-152-0/+46
* Remove bindings before assigning constants in VMEAaron Kennedy2011-03-154-1/+29
* Fix TextEdit mouseSelectionMode overriding selectByMouse.Andrew den Exter2011-03-143-0/+16
* Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode.Andrew den Exter2011-03-111-0/+10
* Fix ListView boundary extents for RTL layout.Martin Jones2011-03-112-0/+143
* AnimatedImage does not change progress valueYann Bodson2011-03-101-0/+49
* Fix failing testsBea Lam2011-03-103-0/+13
* Merge branch 'qtquick11' into 4.7Joona Petrell2011-03-0934-113/+3272
|\
| * Fix horizontal alignment of QTextDocument-based RTL textJoona Petrell2011-03-093-4/+79
| * Revert to previous lineHeight behavior.Martin Jones2011-03-091-4/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-03-082-4/+58
| |\
| * | Use the text layout bounds calculated by QLayout.Martin Jones2011-03-081-2/+4
| * | Fix TextInput key navigation for RTL textJoona Petrell2011-03-081-0/+40
| * | Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-083-8/+20
| * | Merge branch '4.7' into qtquick11Joona Petrell2011-03-082-0/+76
| |\ \