summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
Commit message (Expand)AuthorAgeFilesLines
* Implement QFxKeyNavigationAttached classAaron Kennedy2009-08-251-5/+0
* Remove unnecessary KeysAttached static mapMartin Jones2009-08-251-0/+1
* Remove duplicated signals.Michael Brasser2009-08-241-2/+0
* Change Item.contents to Item.childrenRect.Michael Brasser2009-08-181-34/+3
* Remove unused include.Michael Brasser2009-08-141-1/+0
* Remove unused function.Michael Brasser2009-08-141-3/+0
* Remove unused function.Michael Brasser2009-08-141-2/+0
* QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-131-1/+0
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-2/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-051-27/+4
|\
| * Fix previous commit.Martin Jones2009-08-051-3/+3
| * Document keepMouseFocusMartin Jones2009-08-051-3/+3
| * Make QFxAnchorLine private and internalAaron Kennedy2009-08-051-24/+1
* | Add qDebug support for QFxItem*.Michael Brasser2009-08-051-0/+2
* | More QFxItem cleanup.Michael Brasser2009-08-051-1/+0
|/
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-1/+5
* Get rid of QFxItem::options.Michael Brasser2009-07-311-12/+0
* More QFxItem cleanup.Michael Brasser2009-07-311-1/+1
* Remove paintContents.Michael Brasser2009-07-311-2/+1
* More QFxItem cleanup.Michael Brasser2009-07-311-9/+6
* Introduce Loader item.Michael Brasser2009-07-301-10/+2
* More QFxItem cleanup.Michael Brasser2009-07-301-3/+0
* More QFxItem cleanup.Michael Brasser2009-07-301-3/+0
* Move paint margin functionality to QFxRect.Michael Brasser2009-07-301-1/+0
* More QFxItem cleanup.Michael Brasser2009-07-301-9/+1
* More QFxItem cleanup.Michael Brasser2009-07-301-13/+6
* Partially revert ef0f2901d4055bf53ac2bebb7fe2d5681900db19.Michael Brasser2009-07-291-0/+2
* QFxItem cleanup.Michael Brasser2009-07-291-6/+1
* Get rid of classComplete.Michael Brasser2009-07-291-2/+0
* QGraphicsAxis is goneLars Knoll2009-07-291-2/+0
* make QFxItem use QGraphicsTransformLars Knoll2009-07-291-5/+10
* rename transformOrigin to transformOriginPointLars Knoll2009-07-291-1/+0
* Remove itemBoundingRect()Lars Knoll2009-07-291-2/+0
* remove scenePos() as it exists in QGraphicsItem.Lars Knoll2009-07-291-2/+0
* fix after the itemParent/parentItem cleanup.Lars Knoll2009-07-291-1/+2
* Remove the rotation/scale properties from QFxItemLars Knoll2009-07-291-11/+0
* remove itemParent() and related.Lars Knoll2009-07-291-5/+2
* Don't depend on qfxanchors.h.Michael Brasser2009-07-231-2/+26
* Minor header cleanup.Michael Brasser2009-07-231-2/+0
* remove the id property in QFxItemLars Knoll2009-07-221-4/+0
* unify z-value handling in graphics and fx items.Lars Knoll2009-07-221-4/+0
* Remove an unused method in QFxItemLars Knoll2009-07-221-2/+0
* More cleanups in QFxItemLars Knoll2009-07-221-10/+4
* First round of cleanups for QFxItemLars Knoll2009-07-221-37/+24
* Remove moveToParent property.Michael Brasser2009-07-221-3/+0
* Basic inputMethodQuery support for KeyProxy.Michael Brasser2009-07-171-0/+2
* Remove non-functioning opaque property.Michael Brasser2009-07-171-2/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-161-18/+18
|\
| * Mark properties as FINALAaron Kennedy2009-07-161-19/+19
* | Support input method proxying in KeyProxy. KeyProxy cleanup.Michael Brasser2009-07-151-4/+2