summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-151-2/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix qgraphicstransform autotest for Symbian, where qreal is float.Laszlo Agocs2011-03-141-2/+12
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-156-1/+75
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-141-0/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Prevented infinite recursion in QPainterPath::contains().Samuel Rødal2011-03-141-0/+5
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-141-7/+17
|\ \ \ \ \ \
| * | | | | | QNAM HTTP: error() in case connection is closed unexpectedlyMarkus Goetz2011-03-141-7/+17
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-143-0/+16
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix TextEdit mouseSelectionMode overriding selectByMouse.Andrew den Exter2011-03-143-0/+16
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-113-0/+153
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-102-0/+38
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix QGraphicsScene returning incorrect focus item.Yoann Lopes2011-03-101-0/+31
| * | | | | | Not requiring valid QTextBlock in previous()Jiang Jiang2011-03-101-0/+7
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-1035-113/+3334
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | 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
| | |\ \ \ \ \ \
| | * | | | | | | Include dynamic parenting use cases in layout mirroring autotestsJoona Petrell2011-03-081-0/+33
| | * | | | | | | Reverse horizontal alignment of QML editors when the layout mirroring is enabledJoona Petrell2011-03-073-0/+83
| | * | | | | | | Fix RTL multiline Text drawingMartin Jones2011-03-041-6/+6
| | * | | | | | | Remove text alignment of empty QML editors following the layout directionJoona Petrell2011-03-043-23/+11
| | * | | | | | | Merge branch '4.7' into qtquick11Joona Petrell2011-03-045-4/+201
| | |\ \ \ \ \ \ \
| | * | | | | | | | Add a way to query the reading direction of QML editor textJoona Petrell2011-03-032-0/+118
| | * | | | | | | | Merge branch '4.7' into qtquick11Martin Jones2011-03-0138-273/+1697
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-013-12/+96
| | * | | | | | | | | Reverse KeyNavigation left and right properties when the layout mirroring is ...Joona Petrell2011-03-011-0/+54
| | * | | | | | | | | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-0114-93/+470
| | * | | | | | | | | Merge branch '4.7' into qtquick11Joona Petrell2011-02-176-5/+327
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Adding file required for ListView AutotestChristopher Ham2011-02-171-0/+42
| | * | | | | | | | | | GridView and ListView bug fixesChristopher Ham2011-02-172-1/+3
| | * | | | | | | | | | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-154-1/+370
| | * | | | | | | | | | Merge branch '4.7' into qtquick11Joona Petrell2011-02-15105-227/+9744
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add support for anchor mirroringJoona Petrell2011-02-1519-13/+1892
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-106-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | Bump Qt version to 4.7.3Timo Turunen2011-03-096-6/+6
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Laszlo Agocs2011-03-095-14/+149
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-094-6/+133
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fix unstable qdeclarativeflickable test.Martin Jones2011-03-081-2/+2
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | * | | | | | | | | | Update TextEdit's visible selection when only the anchor changes.Andrew den Exter2011-03-082-4/+55
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |