summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-1429-541/+844
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-1329-541/+844
| |\
| | * Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| | |
| | * Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-1/+1
| | | | | | | | | | | | Task-number: QT-4094
| | * Fix alignment bugs in Text elementAaron Kennedy2010-10-132-481/+524
| | | | | | | | | | | | Task-number: QTBUG-14374
| | * Compile on WinCEAaron Kennedy2010-10-131-2/+2
| | |
| | * Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-121-0/+1
| | |\
| | | * Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14003 Reviewed-by: Michael Brasser
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-124-13/+84
| | |\ \ | | | |/
| | | * Fix autotest on windowsAaron Kennedy2010-10-111-0/+12
| | | |
| | | * Allow objectName to be used in QML bindingsAaron Kennedy2010-10-114-13/+66
| | | | | | | | | | | | | | | | Task-number: QTBUG-13999
| | | * Install the declarative objectNameChanged callbackAaron Kennedy2010-10-112-0/+6
| | | | | | | | | | | | | | | | Task-number: QTBUG-13999
| | * | Update sections if model content changes.Martin Jones2010-10-124-3/+64
| | |/ | | | | | | | | | | | | | | | | | | | | | We didn't handle the section property changing, e.g. due to asynchronous model. Task-number: QT-4093 Reviewed-by: Aaron Kennedy
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-15/+71
| | |\
| | | * Allow aliases to value type propertiesAaron Kennedy2010-10-083-9/+62
| | | | | | | | | | | | | | | | Task-number: QTBUG-14254
| | | * Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-082-6/+9
| | | | | | | | | | | | | | | | Task-number: QTBUG-14303
| | * | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-081-1/+8
| | |/ | | | | | | | | | | | | | | | | | | | | | The view was scrolled to the top of the first item, rather than the top of the header. Task-number: QTBUG-13906 Reviewed-by: Michael Brasser
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-3/+59
| | |\
| | | * Disable Text {} image caching by defaultAaron Kennedy2010-10-081-2/+2
| | | | | | | | | | | | | | | | Task-number: QTBUG-14050
| | | * Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-084-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517
| | * | Don't forward keys to invisible items.Martin Jones2010-10-081-4/+4
| | |/ | | | | | | | | | | | | Task-number: QTBUG-13685 Reviewed-by: Michael Brasser
| | * Ensure that onRelease is called for doubleClick events.Martin Jones2010-10-082-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | Also ensures that the pressed property is updated appropriately and the double click and hold is possible. Task-number: QTBUG-14279 Reviewed-by: Michael Brasser
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-6/+0
| | |\
| | | * Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-085-6/+0
| | | |
| | * | emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-3/+12
| | |/ | | | | | | | | | | | | Task-number: QTBUG-13981 Reviewed-by: Michael Brasser
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-081-0/+3
| | |\
| | | * Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-081-0/+3
| | | | | | | | | | | | | | | | Task-number: QTBUG-14005
| | * | Ensure Flickable.contentX and Flickable.contentY return correct values.Martin Jones2010-10-081-2/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | The animation value was used previously, but this isn't the actual position of the contentItem. Task-number: QTBUG-13603 Reviewed-by: Michael Brasser
| | * Fix dragging items within a PathViewMartin Jones2010-10-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The test to determine whether the mouse had moved greater than startDragDistance() compared the starting point on the path to the current mouse position. Fix to compare nearest path position. Task-number: QTBUG-14220 Reviewed-by: Michael Brasser
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-0818-49/+176
|\ \ \ | |/ /
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-0718-49/+176
| |\ \ | | |/
| | * Connect property alias change signals on useAaron Kennedy2010-10-0713-42/+147
| | | | | | | | | | | | Task-number: QTBUG-14089
| | * Doc fix.Michael Brasser2010-10-071-3/+3
| | |
| | * Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | If we remove all items then we don't have a valid firstIndex with which to anchor item positions, so just use offset. Task-number: QTBUG-14199 Reviewed-by: Michael Brasser
| | * Ensure the TextInput cursor blinks immediately when enabled.Michael Brasser2010-10-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Previously we relied on cursorPosChanged being called to do the update, but that isn't called in all circumstances. Now we explicitly update when the cursor is enabled or disabled. Task-number: QTBUG-13993
| | * Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Fixes regression caused by optimization added in commit 35a51442ed21f58c06b21293eeb56e843251ee82. Task-number: QTBUG-14239 Reviewed-by: Martin Jones
| | * Create Loader components in correct contextAaron Kennedy2010-10-061-1/+3
| | | | | | | | | | | | Task-number: QTBUG-13481
* | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-6/+2
| | |
* | | Doc: Fixed qdoc warnings.David Boddie2010-10-072-2/+3
|/ /
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-0516-306/+493
|\ \ | |/
| * Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+9
| | | | | | | | Task-number: QTBUG-14197
| * Add missing license header.Michael Brasser2010-10-041-0/+41
| |
| * Improve test coverage for declarative module.Michael Brasser2010-10-041-2/+1
| | | | | | | | Add additional autotests, and remove unreachable functions.
| * Avoid potential null dereference.Martin Jones2010-10-042-2/+2
| | | | | | | | Task-number: QT-4030
| * Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-041-1/+1
| |
| * Remove unused, unexported class.Michael Brasser2010-10-043-260/+0
| |
| * Fix clipping behavior for non-cached text.Michael Brasser2010-10-042-2/+1
| |
| * CompileAaron Kennedy2010-10-042-0/+55
| | | | | | | | Task-number: QTBUG-14050
| * Only cache textlayout in paint engines that support transformationsAaron Kennedy2010-10-011-1/+6
| | | | | | | | Task-number: QTBUG-14050