summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-042-2/+3
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-041-0/+5
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-04-301-5/+0
* | Remove QDeclarativeLoader::resizeModemae2010-05-033-101/+27
* | Don't create an anchors element so that we can check that there aren't anyMartin Jones2010-04-301-18/+30
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-1/+6
|\ \
| * | Fix assert in qdeclarativepathviewLeonardo Sobral Cunha2010-04-301-1/+6
* | | Avoid regenerating PathView delegates needlesslyMartin Jones2010-04-301-2/+6
* | | When a model delegate is released, remove it from the scene immediately.Martin Jones2010-04-301-4/+3
|/ /
* | Doc: mention that size of delegate affects flicking performance.Martin Jones2010-04-303-0/+15
* | buffer new items on initialization.Martin Jones2010-04-302-4/+6
* | Compile with QT_NO_GRAPHICSEFFECT.Michael Brasser2010-04-301-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-294-136/+67
|\ \
| * | Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-294-136/+67
* | | Doc: some simple examples of sourceSize usage.Martin Jones2010-04-291-0/+26
|/ /
* | Fix typo in qdeclarativeitem's docLeonardo Sobral Cunha2010-04-291-1/+1
* | Fix path view update on startX(Y) changes in qmlLeonardo Sobral Cunha2010-04-293-1/+16
* | Doc: Qt.MidButton -> Qt.MiddleButtonMartin Jones2010-04-282-4/+4
* | Compile on OSX, hopefully.Martin Jones2010-04-281-0/+1