Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test - sizeHint should not change after initial load. Also use | Bea Lam | 2010-06-11 | 1 | -5/+3 |
| | | | | QTRY_COMPARE for some tests. | ||||
* | Fix qmlviewer test failure on windows | Martin Jones | 2010-06-11 | 1 | -8/+8 |
| | | | | Attempted to make window size smaller than Windows minimum. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-10 | 1 | -0/+17 |
|\ | |||||
| * | Improve test stability. | Warwick Allison | 2010-06-10 | 1 | -0/+17 |
| | | |||||
* | | Stablize qmlviewer test | Martin Jones | 2010-06-10 | 1 | -13/+14 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-09 | 1 | -0/+1 |
|\ | |||||
| * | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -0/+1 |
| | | | | | | | | other minor doc fixes | ||||
* | | Fix crash when changing ListView model with highlightRangeMode: ↵ | Martin Jones | 2010-06-09 | 2 | -0/+15 |
|/ | | | | | | ListView.StrictlyEnforceRange Task-number: QTBUG-11328 | ||||
* | Fix autotest. | Michael Brasser | 2010-06-09 | 1 | -0/+2 |
| | |||||
* | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 2 | -0/+192 |
| | | | | | Task-number: QTBUG-10251 and QTBUG-11156 Reviewed-by: Martin Jones | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-08 | 121 | -160/+365 |
|\ | |||||
| * | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 121 | -160/+365 |
| | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | | Add test for PropertyChanges with attached properties. | Martin Jones | 2010-06-08 | 2 | -0/+63 |
|/ | | | | Task-number: QTBUG-11283 | ||||
* | Keep reported point/pixel size in sync. | Michael Brasser | 2010-06-07 | 1 | -1/+3 |
| | | | | | | | This allows you to, for example, bind to a Text's font.pixelSize, even if one was never explicitly set. Task-number: QTBUG-11111 | ||||
* | Remove unnecessary CloseSoftwareInputPanel events after TextEdit or ↵ | Joona Petrell | 2010-06-07 | 2 | -52/+93 |
| | | | | | | | TextInput has lost focus Task-number: Reviewed-by: Warwick Allison | ||||
* | Ensure state operations assigned to the default state are triggered | Michael Brasser | 2010-06-07 | 2 | -0/+42 |
| | | | | | | when returning to that state. Task-number: QTBUG-11228 | ||||
* | Fix regression in input panel autotests | Joona Petrell | 2010-06-07 | 2 | -2/+12 |
| | |||||
* | Revert to Portrait/Landscape terminology for Orientation enum, with | Bea Lam | 2010-06-04 | 1 | -10/+10 |
| | | | | | | additional PortraitInverted and LandscapeInverted values. TopUp etc. only indicates rotation which makes it difficult to resize the window according to whether the device is in Portrait or Landscape orientation. | ||||
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 2 | -12/+0 |
| | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison | ||||
* | Add header and footer to GridView | Martin Jones | 2010-06-03 | 1 | -0/+13 |
| | | | | | | Also document them for both ListView and GridView Task-number: QTBUG-11191 | ||||
* | QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientations | Bea Lam | 2010-06-02 | 2 | -6/+15 |
| | | | | | | | | instead of Portrait/Landscape. The new orientations are named the same as the orientations in the QtMobility sensors module. Task-number: QTBUG-11106 Reviewed-by: akennedy | ||||
* | Take into account platform differences in input panel support | Joona Petrell | 2010-06-02 | 2 | -30/+136 |
| | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
* | Missed file. | Warwick Allison | 2010-06-01 | 1 | -0/+8 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-01 | 1 | -0/+43 |
|\ | |||||
| * | Test positionAt. | Warwick Allison | 2010-06-01 | 1 | -0/+43 |
| | | | | | | | | | | Task-number: QTBUG-11127 Task-number: QTBUG-11054 | ||||
* | | Avoid refilling view during model change. | Martin Jones | 2010-06-01 | 1 | -0/+48 |
|/ | | | | | | | | The view position is reset to 0 after clear()ing, but this results in refill() being called, effectively undoing the clear(). Fix is to make the model invalid before resetting position. Task-number: QTBUG-11105 | ||||
* | Simplify selection setting. Make TextInput more like TextEdit. | Warwick Allison | 2010-05-31 | 4 | -69/+31 |
| | | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056 | ||||
* | Add selection methods to TextEdit | Warwick Allison | 2010-05-30 | 3 | -2/+89 |
| | | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert | ||||
* | Active window focus gain should not open virtual keypad | Joona Petrell | 2010-05-28 | 2 | -4/+22 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-27 | 2 | -2/+10 |
|\ | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Improve QML framerate debugging If a pathview delegate changes size, reposition center on path Remove deprecated Flickable::overshoot property. Don't display unnecessary copyright headers in doc | ||||
| * | If a pathview delegate changes size, reposition center on path | Martin Jones | 2010-05-27 | 2 | -2/+10 |
| | | | | | | | | Task-number: QTBUG-11006 | ||||
* | | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-05-27 | 14 | -63/+262 |
|\ \ | |/ | | | | | | | Conflicts: doc/src/declarative/advtutorial.qdoc | ||||
| * | Allow js files with '.pragma library' to be used from WorkerScript | Bea Lam | 2010-05-26 | 7 | -29/+76 |
| | | |||||
| * | Open input panel on press if TextInput or TextEdit are already focused but ↵ | Joona Petrell | 2010-05-26 | 2 | -0/+18 |
| | | | | | | | | | | | | | | panel has been closed Task-number: Reviewed-by: Martin Jones | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-26 | 4 | -31/+165 |
| |\ | |||||
| | * | Fix horizontal/verticalCenter anchors bug. | Yann Bodson | 2010-05-26 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-10999 Reviewed-by: Michael Brasser | ||||
| | * | Add a way to control when software input panels are shown in TextInput and ↵ | Joona Petrell | 2010-05-26 | 2 | -31/+140 |
| | | | | | | | | | | | | | | | | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison | ||||
| * | | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 3 | -3/+3 |
| |/ | |||||
* | | escape backslashes | Oswald Buddenhagen | 2010-05-26 | 1 | -1/+1 |
|/ | | | | this makes windows-style path specs *ugly*. that's intentional. :-P | ||||
* | Revert "Reading/writing a non-existent property throws an exception" | Aaron Kennedy | 2010-05-25 | 4 | -14/+8 |
| | | | | This reverts commit 2b3e7706f4459569520c77b9fb3ff2bc006e60f1. | ||||
* | Reading/writing a non-existent property throws an exception | Aaron Kennedy | 2010-05-25 | 4 | -8/+14 |
| | | | | QTBUG-10659 | ||||
* | Fix | Warwick Allison | 2010-05-25 | 1 | -4/+4 |
| | |||||
* | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 2 | -0/+44 |
| | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 3 | -3/+23 |
|\ | |||||
| * | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 2 | -0/+20 |
| | | | | | | | | | | Task-number: QTBUG-10799 Reviewed-by: Aaron Kennedy | ||||
| * | Fix visual tests after rename of the qml executable. | Michael Brasser | 2010-05-24 | 1 | -3/+3 |
| | | |||||
* | | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 2 | -6/+6 |
|/ | | | | Task-number: QTBUG-10303 | ||||
* | Make compile: include script module for test | Bea Lam | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 958 | -39276/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Fix FolderListModel parentFolder property's file drive handling | Joona Petrell | 2010-05-21 | 2 | -2/+5 |
| | | | | | Task-number: QT-3315 Reviewed-by: Martin Jones |