summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-3/+2
|\
| * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-3/+2
* | Fixed CI-errors caused by qmlshadersplugin addition.Marko Niemelä2011-05-262-13/+13
* | Backported QML ShaderEffectItem from QML2.0 into Qt Quick 1.1Marko Niemelä2011-05-254-0/+305
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-201-0/+10
|\ \ | |/
| * Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-05-201-0/+10
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-1794-1600/+1600
|\ \ | |/ |/|
| * Update licenseheader text in source filesJyri Tahtela2011-05-1394-1600/+1600
* | QDeclarativeMouseArea: block context menu eventsCaio Marcelo de Oliveira Filho2011-05-132-0/+85
* | ListViews loses items if all visible items are removed.Martin Jones2011-05-131-0/+10
* | Make TextEdit word selection more natural.Andrew den Exter2011-05-132-0/+44
* | Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-05-121-0/+20
* | Views do not notify count changes properlyMartin Jones2011-05-057-0/+14
|/
* Clear the root index when the model is reset.Girish Ramakrishnan2011-04-271-0/+5
* Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2011-04-272-2/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-272-0/+18
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-214-1/+74
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-202-3/+32
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-154-3/+36
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-142-0/+107
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-132-1/+21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-124-0/+97
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-126-27/+75
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-072-1/+13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-061-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-017-8/+237
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-301-20/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-282-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fixed autotests on Windows.axis2011-03-252-2/+2
* | | | | | | | | | | | | | | | Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-2710-0/+285
* | | | | | | | | | | | | | | | 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