| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow MouseArea to prevent mouse grab begin stolen by Flickable. | Martin Jones | 2011-02-17 | 6 | -3/+203 |
|
|
* | Fix QTBUG-17008 XmlListModel blocks Windows system events | Charles Yin | 2011-02-17 | 2 | -90/+103 |
|
|
* | 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 | 2 | -11/+23 |
|
|
* | Update the input context when the pre-edit cursor position changes. | Andrew den Exter | 2011-02-16 | 5 | -2/+126 |
|
|
* | Use QML notation for documenting TextInput::accepted() signal. | Andrew den Exter | 2011-02-15 | 1 | -4/+4 |
|
|
* | Document the TextInput accepted() signal. | Andrew den Exter | 2011-02-15 | 1 | -0/+9 |
|
|
* | Fix inheritance of widget input contexts. | Andrew den Exter | 2011-02-15 | 3 | -4/+50 |
|
|
* | Don't leak ScopeChainNode's | Aaron Kennedy | 2011-02-14 | 2 | -3/+41 |
|
|
* | Rename 'plugins\qmldebugging' (work around qmake issues) | Kai Koehne | 2011-02-11 | 7 | -6/+6 |
|
|
* | Correct the "module not installed" error handling | Aaron Kennedy | 2011-02-11 | 16 | -13/+285 |
|
|
* | Flickable uses the flick velocity to determine whether to retain grab | Martin Jones | 2011-02-11 | 1 | -1/+6 |
|
|
* | Make addImportPath() work for windows paths starting with lower case | Bea Lam | 2011-02-11 | 2 | -3/+15 |
|
|
* | Report any exceptions occurring in WorkerScript javascript code | Bea Lam | 2011-02-11 | 6 | -3/+139 |
|
|
* | MouseArea docs - link to onCanceled() from onReleased() | Bea Lam | 2011-02-11 | 1 | -0/+2 |
|
|
* | PathView items were not correctly updated when rootIndex changed. | Martin Jones | 2011-02-10 | 3 | -16/+95 |
|
|
* | Allow text to selected in a TextEdit or TextInput inside a Flickable. | Andrew den Exter | 2011-02-10 | 23 | -0/+6891 |
|
|
* | Update modules-related tests and docs | Bea Lam | 2011-02-10 | 8 | -73/+210 |
|
|
* | CLeanup registers after AddString | Aaron Kennedy | 2011-02-10 | 1 | -3/+38 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2011-02-09 | 30 | -51/+642 |
|\ |
|
| * | Fix auto test failure. | Andrew den Exter | 2011-02-09 | 1 | -2/+10 |
|
|
| * | PathView regression: dragging the path didn't update currentIndex | Martin Jones | 2011-02-09 | 3 | -1/+53 |
|
|
| * | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m... | Yann Bodson | 2011-02-09 | 5 | -16/+22 |
|
|
| * | Don't clear pre-edit text when a graphics items loses focus. | Andrew den Exter | 2011-02-09 | 2 | -14/+37 |
|
|
| * | Support seperate versions of installed modules | mae | 2011-02-08 | 12 | -13/+302 |
|
|
| * | 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 | 2 | -1/+87 |
|
|
| * | Changing header/footer size during creation caused recusion | Martin Jones | 2011-02-07 | 2 | -4/+8 |
|
|
| * | Ensure section delegates are updated when the section property changes. | Martin Jones | 2011-02-07 | 3 | -0/+119 |
|
|
* | | Fix docs for variant and list basic types | Bea Lam | 2011-02-09 | 1 | -99/+84 |
|
|
* | | 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 | 6 | -57/+340 |
|/ |
|
* | Make test compile | Bea Lam | 2011-02-07 | 1 | -2/+2 |
|
|
* | Disable lineHeight test while implementing the feature in master properly. | Yann Bodson | 2011-02-07 | 1 | -3/+3 |
|
|
* | Initialize primitives when creating a new QVariant | Aaron Kennedy | 2011-02-04 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2011-02-04 | 13 | -5/+154 |
|\ |
|
| * | modelChanged() should not be emitted until view is repopulated | Bea Lam | 2011-02-04 | 3 | -1/+60 |
|
|
| * | AnimatedImage does not notify on status change. | Yann Bodson | 2011-02-04 | 4 | -3/+61 |
|
|
| * | Clarify case preservation in QDeclarativeImageProviders | Alan Alpert | 2011-02-04 | 2 | -1/+11 |
|
|
| * | Don't accept input methods when a TextEdit or TextInput is read only. | Andrew den Exter | 2011-02-03 | 4 | -0/+22 |
|
|
* | | Allow unknown types to be passed opaquely through signals | Aaron Kennedy | 2011-02-03 | 7 | -6/+140 |
|/ |
|
* | Correct error message | Aaron Kennedy | 2011-02-03 | 1 | -2/+10 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2011-02-03 | 1 | -2/+1 |
|\ |
|
| * | Correct assert | Aaron Kennedy | 2011-02-03 | 1 | -2/+1 |
|
|
* | | On windows xp using a higher port makes the declarativedebug* tests work | Martin Jones | 2011-02-03 | 2 | -6/+6 |
|/ |
|
* | Update QDeclarative DEF files for Symbian | Kalle Juhani Lehtonen | 2011-02-02 | 2 | -1/+15 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2011-02-02 | 3 | -2/+62 |
|\ |
|
| * | Make Flickable's wheel handling more like QAbstractScrollArea. | Michael Brasser | 2011-02-02 | 3 | -2/+62 |
|
|
* | | Export QDeclarativeRefCount so that symbian compiles. | Martin Jones | 2011-02-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-02 | 359 | -1710/+15273 |
|\ |
|