summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Set correct initial value for TextEdit and TextInput canPaste propertyYann Bodson2011-03-072-0/+76
| |_|_|_|/ |/| | | |
* | | | | Fix TextInput auto test failure on mac.Andrew den Exter2011-03-041-0/+1
* | | | | Fix word selection locking on string boundaries.Andrew den Exter2011-03-041-1/+72
* | | | | QDeclarativePropertyMap::keys() cannot be called from qmlCharles Yin2011-03-031-0/+34
* | | | | Compensate for horizontal scroll in TextInput micro focus.Andrew den Exter2011-03-031-0/+4
* | | | | Position the TextInput cursor correctly after IM text is commited.Andrew den Exter2011-03-031-0/+18
* | | | | Make the TextInput cursorRectangle relative to the item.Andrew den Exter2011-03-021-3/+39
* | | | | Don't assert if font engine creates new glyphsAaron Kennedy2011-03-022-0/+24
* | | | | Add QML file for TextEdit positionAt test.Andrew den Exter2011-03-021-0/+9
| |_|_|/ |/| | |
* | | | Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-012-7/+84
* | | | Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-012-0/+76
* | | | Fix FolderListModel test - set folder to one containing files.Martin Jones2011-02-281-0/+3
* | | | Drag over bounds errors when ListView has variable height contentMartin Jones2011-02-281-2/+24
* | | | FolderListModel emitted incorrect rowsRemoved range causing crash.Martin Jones2011-02-281-1/+30
* | | | Fix test instability.Martin Jones2011-02-281-0/+2
* | | | Ensure layout is updated when section property changes.Martin Jones2011-02-252-1/+24
* | | | Add a 'CursorPosition' parameter to TextInput.positionAt().Andrew den Exter2011-02-241-0/+8
* | | | DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-232-0/+18
* | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-2226-245/+850
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-206-51/+236
| |\ \ \ \
| | * | | | Autotest: make at least one update before checking if more are neededThiago Macieira2011-02-201-4/+8
| | * | | | Autotest: check that the type received is the expected oneThiago Macieira2011-02-201-8/+43
| | * | | | Autotest: don't use the deprecated signal from QDBusConnectionInterfaceThiago Macieira2011-02-171-39/+17