summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-162-2/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-148-45/+134
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-132-2/+2
| |\ \
| | * \ Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1231-674/+961
| | |\ \
| | * | | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-042-2/+2
* | | | | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-147-45/+222
| |_|_|/ |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-1311-53/+154
|\ \ \ \
| * | | | Follow-up on Flickable changes.Yann Bodson2010-05-134-41/+92
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1310-236/+348
| |\ \ \ \ | | |/ / /
| | * | | Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-134-9/+24
| * | | | Add an example spinner.Martin Jones2010-05-133-3/+38
* | | | | Note that you need to unset a flag to create a visual itemAlan Alpert2010-05-131-1/+4
| |/ / / |/| | |
* | | | Improve Image docs. Move all fillMode image examples to fillModeBea Lam2010-05-121-84/+109
* | | | Flickable small API changes.Yann Bodson2010-05-125-140/+212
* | | | Correctly position any input method popups for TextInput.Michael Brasser2010-05-121-0/+2
* | | | Correctly resize TextInput in the presence of preedit text.Michael Brasser2010-05-121-3/+1
|/ / /
* | | Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-113-12/+42
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-112-7/+12
|\ \ \ | | |/ | |/|
| * | Correct Flipable back item based on parent, not scene transformAaron Kennedy2010-05-111-6/+9
| * | Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-111-1/+3
* | | Don't store the role-property map for each individual item.Martin Jones2010-05-115-29/+47
|/ /
* | Fixes doc of mouse area's onEnteredLeonardo Sobral Cunha2010-05-101-3/+3
* | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-101-2/+7
* | Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-072-3/+17
* | Avoid repeated create/destroy at top list boundary with sub-pixel movement.Martin Jones2010-05-061-5/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-069-18/+21
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-068-18/+19
| |\ \
| | * | qdoc fixesYann Bodson2010-05-066-9/+9
| | * | TextInput echoMode doc.Yann Bodson2010-05-061-7/+8
| | * | Make sure to call base class implementation.Michael Brasser2010-05-061-0/+1
| | * | Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-2/+2
| * | | Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-061-0/+2
| |/ /
* | | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-063-2/+14
|/ /
* | Doc: more clarification of cacheBufferMartin Jones2010-05-052-0/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-3/+3
|\ \
| * | Use enum rather than string for easing type.Yann Bodson2010-05-053-3/+3
* | | Fix cacheBuffer documentation.Martin Jones2010-05-052-11/+27
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-10/+4
|\ \
| * | Fix qdoc errorsBea Lam2010-05-053-10/+4
* | | Document delegate life cycle.Martin Jones2010-05-053-1/+11
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0513-130/+135
|\ \
| * | docWarwick Allison2010-05-0513-130/+135
* | | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+6
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0512-114/+143
|\ \ \ | |/ /
| * | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20
| * | Update childrenRect when children are added or removed.Michael Brasser2010-05-042-3/+40
| * | Optimize childrenRect.Michael Brasser2010-05-042-43/+87
| * | Remove obsolete doc groupings.Michael Brasser2010-05-049-60/+0
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-041-22/+28
|\ \ \ | |/ /
| * | Doc improvementsBea Lam2010-05-041-22/+28