summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-131-1/+6
| * docsBea Lam2010-07-071-2/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-021-1/+1
| |\
| | * fix doc linksBea Lam2010-07-021-1/+1
* | | qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-091-31/+29
|/ /
* | Designer: Fix compiler warnings.Friedemann Kleint2010-07-021-0/+1
|/
* Docs - add more links to relevant examplesBea Lam2010-06-301-1/+3
* Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-171-4/+5
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-151-16/+12
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-5/+7
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-1/+1
* Add qmlmethod Item::childAt() to delarative itemmae2010-06-081-1/+23
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-1/+5
* Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-311-0/+2
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-22/+37
* Don't polish QDeclarativeItems.Warwick Allison2010-05-241-1/+7
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-27/+173
* Note that you need to unset a flag to create a visual itemAlan Alpert2010-05-131-1/+4
* qdoc fixesYann Bodson2010-05-061-1/+1
* Fix qdoc errorsBea Lam2010-05-051-7/+1
* docWarwick Allison2010-05-051-1/+1
* Update childrenRect when children are added or removed.Michael Brasser2010-05-041-2/+36
* Optimize childrenRect.Michael Brasser2010-05-041-38/+77
* Remove obsolete doc groupings.Michael Brasser2010-05-041-39/+0
* 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
* | Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-100/+28
* | Fix typo in qdeclarativeitem's docLeonardo Sobral Cunha2010-04-291-1/+1
* | Bunch of doc fixes.Alexis Menard2010-04-281-6/+44
|/
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-221-10/+2
* Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-211-2/+19
* docWarwick Allison2010-04-201-11/+12
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+2
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-1/+1
* Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-161-4/+20
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-1/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* Improve Transform docs.Martin Jones2010-04-011-4/+11
* Optimization: Use internal QGraphicsItemPrivate::setItemParentHelper()Aaron Kennedy2010-03-301-4/+12
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-9/+1
* QDeclarativeItem::setParentItem should not modify the QObject parentAaron Kennedy2010-03-291-4/+0
* Test and fix order of transform application.Warwick Allison2010-03-261-4/+5
* QDeclarativeItem don't need to emit childrenChanged anymore.Alexis Menard2010-03-261-4/+0
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-1/+37
* Remove some Script {} docsMartin Jones2010-03-251-9/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-251-7/+7
|\
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-251-5/+0
| |\
| * | doc: Fixed function signatures in qdoc comments.Martin Smith2010-03-241-9/+9
* | | Optimize QML "parent" property accessAaron Kennedy2010-03-251-1/+10
* | | Auto-test fix.Alexis Menard2010-03-251-2/+2