summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Include dynamic parenting use cases in layout mirroring autotestsJoona Petrell2011-03-081-1/+2
* Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-3/+50
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-3/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-131-3/+7
|\ \ | |/
| * Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-071-3/+7
* | KeyNavigation skips disabled or invisible itemsChristopher Ham2010-12-101-0/+1
|/
* Fix integer overflow in QDeclarativeItemPrivate::origin enumerationJoona Petrell2010-11-301-1/+1
* Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-0/+4
* Remove use of shared NOTIFY signalsMartin Jones2010-07-291-7/+12
* QML focus API updates.Michael Brasser2010-07-211-1/+8
* Private variable cleanup.Michael Brasser2010-07-131-9/+7
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-131-1/+3
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-151-3/+4
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-6/+5
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-9/+28
* Update childrenRect when children are added or removed.Michael Brasser2010-05-041-1/+4
* Optimize childrenRect.Michael Brasser2010-05-041-5/+10
* Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-1/+22
* Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-161-1/+5
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-1/+2
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-2/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-251-3/+3
|\
| * Fix compilation with WINSCW: #include doesn't find files in the same dirThiago Macieira2010-03-201-3/+3
* | Optimize QML "parent" property accessAaron Kennedy2010-03-251-0/+6
* | Remove the children property from QDeclarativeItem.Alexis Menard2010-03-251-10/+15
|/
* Probably fix compile on windowsAlan Alpert2010-03-091-1/+1
* Probably fix compileAlan Alpert2010-03-091-1/+1
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-2/+4
* Add support for tab and backtab in KeyNavigationYann Bodson2010-03-041-1/+12
* Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-011-2/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+471