| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unstable qdeclarativeflickable test. | Martin Jones | 2011-03-08 | 1 | -2/+2 |
|
|
* | Update TextEdit's visible selection when only the anchor changes. | Andrew den Exter | 2011-03-08 | 2 | -4/+55 |
|
|
* | Set correct initial value for TextEdit and TextInput canPaste property | Yann Bodson | 2011-03-07 | 2 | -0/+76 |
|
|
* | Fix TextInput auto test failure on mac. | Andrew den Exter | 2011-03-04 | 1 | -0/+1 |
|
|
* | Fix word selection locking on string boundaries. | Andrew den Exter | 2011-03-04 | 1 | -1/+72 |
|
|
* | QDeclarativePropertyMap::keys() cannot be called from qml | Charles Yin | 2011-03-03 | 1 | -0/+34 |
|
|
* | Compensate for horizontal scroll in TextInput micro focus. | Andrew den Exter | 2011-03-03 | 1 | -0/+4 |
|
|
* | Position the TextInput cursor correctly after IM text is commited. | Andrew den Exter | 2011-03-03 | 1 | -0/+18 |
|
|
* | Make the TextInput cursorRectangle relative to the item. | Andrew den Exter | 2011-03-02 | 1 | -3/+39 |
|
|
* | Don't assert if font engine creates new glyphs | Aaron Kennedy | 2011-03-02 | 2 | -0/+24 |
|
|
* | Add QML file for TextEdit positionAt test. | Andrew den Exter | 2011-03-02 | 1 | -0/+9 |
|
|
* | Don't return positions within preedit text from positionAt(). | Andrew den Exter | 2011-03-01 | 2 | -7/+84 |
|
|
* | Add an is input method composing property to TextEdit and TextInput. | Andrew den Exter | 2011-03-01 | 2 | -0/+76 |
|
|
* | Fix FolderListModel test - set folder to one containing files. | Martin Jones | 2011-02-28 | 1 | -0/+3 |
|
|
* | Drag over bounds errors when ListView has variable height content | Martin Jones | 2011-02-28 | 1 | -2/+24 |
|
|
* | FolderListModel emitted incorrect rowsRemoved range causing crash. | Martin Jones | 2011-02-28 | 1 | -1/+30 |
|
|
* | Fix test instability. | Martin Jones | 2011-02-28 | 1 | -0/+2 |
|
|
* | Ensure layout is updated when section property changes. | Martin Jones | 2011-02-25 | 2 | -1/+24 |
|
|
* | Add a 'CursorPosition' parameter to TextInput.positionAt(). | Andrew den Exter | 2011-02-24 | 1 | -0/+8 |
|
|
* | DelayRemove of list delegate on section boundary duplicated section | Martin Jones | 2011-02-23 | 2 | -0/+18 |
|
|
* | Fix animations with alwaysRunToEnd that are frequently stopped/started. | Michael Brasser | 2011-02-22 | 1 | -0/+25 |
|
|
* | Fix auto test failure on mac. | Andrew den Exter | 2011-02-22 | 2 | -61/+60 |
|
|
* | Prevent an animation from being registered to run twice. | Michael Brasser | 2011-02-22 | 3 | -0/+36 |
|
|
* | Add missing test file. | Martin Jones | 2011-02-22 | 1 | -0/+33 |
|
|
* | Prevent recursion due to nested Flickables with pressDelay | Martin Jones | 2011-02-21 | 2 | -15/+34 |
|
|
* | Ensure animations start correctly when running is bound to a value. | Michael Brasser | 2011-02-21 | 2 | -0/+30 |
|
|
* | Hide the TextInput/Edit cursor when the view doesn't have focus. | Andrew den Exter | 2011-02-21 | 2 | -0/+141 |
|
|
* | Forward mouse events from TextInput and TextEdit to QInputContext. | Andrew den Exter | 2011-02-21 | 2 | -3/+279 |
|
|
* | Fix TextEdit auto test failure on windows. | Andrew den Exter | 2011-02-18 | 1 | -0/+2 |
|
|
* | Allow MouseArea to prevent mouse grab begin stolen by Flickable. | Martin Jones | 2011-02-17 | 2 | -0/+159 |
|
|
* | Fix QTBUG-17008 XmlListModel blocks Windows system events | Charles Yin | 2011-02-17 | 1 | -0/+23 |
|
|
* | Fix TextInput, TextEdit auto test failure on windows and mac. | Andrew den Exter | 2011-02-16 | 2 | -0/+12 |
|
|
* | QDeclarativeDebug: Fix crash when serializing list of QObjects | Kai Koehne | 2011-02-16 | 1 | -3/+13 |
|
|
* | Update the input context when the pre-edit cursor position changes. | Andrew den Exter | 2011-02-16 | 2 | -2/+120 |
|
|
* | Don't leak ScopeChainNode's | Aaron Kennedy | 2011-02-14 | 1 | -0/+40 |
|
|
* | Correct the "module not installed" error handling | Aaron Kennedy | 2011-02-11 | 15 | -1/+272 |
|
|
* | Make addImportPath() work for windows paths starting with lower case | Bea Lam | 2011-02-11 | 1 | -1/+11 |
|
|
* | Report any exceptions occurring in WorkerScript javascript code | Bea Lam | 2011-02-11 | 5 | -0/+76 |
|
|
* | PathView items were not correctly updated when rootIndex changed. | Martin Jones | 2011-02-10 | 2 | -0/+67 |
|
|
* | Allow text to selected in a TextEdit or TextInput inside a Flickable. | Andrew den Exter | 2011-02-10 | 19 | -0/+6871 |
|
|
* | Update modules-related tests and docs | Bea Lam | 2011-02-10 | 5 | -2/+68 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2011-02-09 | 17 | -7/+483 |
|\ |
|
| * | PathView regression: dragging the path didn't update currentIndex | Martin Jones | 2011-02-09 | 2 | -0/+52 |
|
|
| * | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m... | Yann Bodson | 2011-02-09 | 1 | -6/+6 |
|
|
| * | Support seperate versions of installed modules | mae | 2011-02-08 | 10 | -1/+229 |
|
|
| * | Autotest to go with 9f8a181a619649c8a227e92f3d16677f4b7cb30a | Alan Alpert | 2011-02-08 | 1 | -0/+4 |
|
|
| * | Scroll TextInput to ensure preedit text is visible. | Andrew den Exter | 2011-02-08 | 1 | -0/+76 |
|
|
| * | Ensure section delegates are updated when the section property changes. | Martin Jones | 2011-02-07 | 2 | -0/+116 |
|
|
* | | Add test for importing plugins that contain QML files | Bea Lam | 2011-02-09 | 7 | -1/+91 |
|
|
* | | Call onAdd() for first items added to ListView and GridView | Bea Lam | 2011-02-09 | 4 | -7/+305 |
|/ |
|