| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 2 | -58/+28 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-14 | 13 | -547/+577 |
|\ |
|
| * | Optimization: Don't generate intermediate QDeclarativeComponent's | Aaron Kennedy | 2010-10-14 | 8 | -64/+48 |
|
|
| * | TextInput autoscroll now scrolls when the cursor moves | Alan Alpert | 2010-10-14 | 1 | -0/+1 |
|
|
| * | Fix autotest on windows | Aaron Kennedy | 2010-10-13 | 1 | -1/+3 |
|
|
| * | Fix worker ListModels to property emit countChanged() | Bea Lam | 2010-10-13 | 1 | -1/+1 |
|
|
| * | Fix alignment bugs in Text element | Aaron Kennedy | 2010-10-13 | 2 | -481/+524 |
|
|
* | | Fix consistency of setting currentIndex in ListView and GridView. | Martin Jones | 2010-10-14 | 2 | -34/+68 |
|/ |
|
* | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 1 | -2/+2 |
|
|
* | Compile on MSVC2008 | Aaron Kennedy | 2010-10-12 | 1 | -3/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-12 | 1 | -0/+1 |
|\ |
|
| * | Bug: TextEdit ignores plain text format when pasting text | Yann Bodson | 2010-10-12 | 1 | -0/+1 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-12 | 4 | -13/+84 |
|\ \
| |/ |
|
| * | Fix autotest on windows | Aaron Kennedy | 2010-10-11 | 1 | -0/+12 |
|
|
| * | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 4 | -13/+66 |
|
|
| * | Install the declarative objectNameChanged callback | Aaron Kennedy | 2010-10-11 | 2 | -0/+6 |
|
|
* | | Update sections if model content changes. | Martin Jones | 2010-10-12 | 4 | -3/+64 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-08 | 5 | -15/+71 |
|\ |
|
| * | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 3 | -9/+62 |
|
|
| * | Image.sourceSize is incorrect after changing Image.source | Yann Bodson | 2010-10-08 | 2 | -6/+9 |
|
|
* | | Ensure GridView header is visible at the top of the view. | Martin Jones | 2010-10-08 | 1 | -1/+8 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-08 | 5 | -3/+59 |
|\ |
|
| * | Disable Text {} image caching by default | Aaron Kennedy | 2010-10-08 | 1 | -2/+2 |
|
|
| * | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 4 | -1/+57 |
|
|
* | | Don't forward keys to invisible items. | Martin Jones | 2010-10-08 | 1 | -4/+4 |
|/ |
|
* | Ensure that onRelease is called for doubleClick events. | Martin Jones | 2010-10-08 | 2 | -7/+8 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-08 | 5 | -6/+0 |
|\ |
|
| * | Remove some unnecessary includes in cpp files | Aaron Kennedy | 2010-10-08 | 5 | -6/+0 |
|
|
* | | emit currentSectionChanged when section changes in ListView. | Martin Jones | 2010-10-08 | 1 | -3/+12 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-08 | 1 | -0/+3 |
|\ |
|
| * | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 1 | -0/+3 |
|
|
* | | Ensure Flickable.contentX and Flickable.contentY return correct values. | Martin Jones | 2010-10-08 | 1 | -2/+2 |
|/ |
|
* | Fix dragging items within a PathView | Martin Jones | 2010-10-07 | 1 | -3/+3 |
|
|
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 13 | -42/+147 |
|
|
* | Doc fix. | Michael Brasser | 2010-10-07 | 1 | -3/+3 |
|
|
* | Fix setting PathView offset when all visible items are removed. | Martin Jones | 2010-10-07 | 1 | -0/+2 |
|
|
* | Ensure the TextInput cursor blinks immediately when enabled. | Michael Brasser | 2010-10-06 | 1 | -1/+5 |
|
|
* | Ensure PathView updates positions when path changes. | Michael Brasser | 2010-10-06 | 2 | -2/+16 |
|
|
* | Create Loader components in correct context | Aaron Kennedy | 2010-10-06 | 1 | -1/+3 |
|
|
* | Document and test paintedWidth and paintedHeight properties of Image | Yann Bodson | 2010-10-05 | 1 | -0/+9 |
|
|
* | Add missing license header. | Michael Brasser | 2010-10-04 | 1 | -0/+41 |
|
|
* | Improve test coverage for declarative module. | Michael Brasser | 2010-10-04 | 1 | -2/+1 |
|
|
* | Avoid potential null dereference. | Martin Jones | 2010-10-04 | 2 | -2/+2 |
|
|
* | Prevent crash in XmlListModel when appending an empty role. | Michael Brasser | 2010-10-04 | 1 | -1/+1 |
|
|
* | Remove unused, unexported class. | Michael Brasser | 2010-10-04 | 3 | -260/+0 |
|
|
* | Fix clipping behavior for non-cached text. | Michael Brasser | 2010-10-04 | 2 | -2/+1 |
|
|
* | Compile | Aaron Kennedy | 2010-10-04 | 2 | -0/+55 |
|
|
* | Only cache textlayout in paint engines that support transformations | Aaron Kennedy | 2010-10-01 | 1 | -1/+6 |
|
|
* | QmlDebugService: Fix compiler warning about cast from ascii | Kai Koehne | 2010-10-01 | 1 | -2/+2 |
|
|
* | Qt.openUrlExternally should resolve relative URLs. | Michael Brasser | 2010-10-01 | 1 | -9/+7 |
|
|