summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-2/+2
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-211-0/+37
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-171-24/+46
|\
| * Experiment with reset functions for width and height.Michael Brasser2009-09-161-0/+14
| * Experiment with implicitWidth and implicitHeight functions.Michael Brasser2009-09-161-0/+14
| * Focus changes to QFxItem and QFxView.Andreas Aardal Hanssen2009-09-151-24/+18
* | Don't crash when you have non-FxItem contentsAlan Alpert2009-09-171-0/+6
|/
* Rename QFxItem::children() to QFxItem::fxChildren()Alan Alpert2009-09-091-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-081-2/+9
|\
| * Call componentComplete() of Keys attached property.Martin Jones2009-09-071-2/+9
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-071-6/+186
|\ \ | |/
| * Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-071-6/+186
* | DocAaron Kennedy2009-09-041-4/+4
|/
* Fixed crash in keyPressed. keyToSignal function suppose to return “const Qb...Mehul R. Patel2009-09-021-1/+1
* Add graphics effects supportAaron Kennedy2009-08-281-0/+21
* Implement Focus Scope support in GraphicsViewAaron Kennedy2009-08-271-39/+17
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-271-21/+9
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-261-0/+1
| |\
| * | doc fixesYann Bodson2009-08-261-19/+7
| * | Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-2/+2
* | | Fix potential crash on deletion.Michael Brasser2009-08-271-5/+6
| |/ |/|
* | Delete anchors when item is deleted.Michael Brasser2009-08-261-0/+1
|/
* Implement QFxKeyNavigationAttached classAaron Kennedy2009-08-251-32/+140
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-251-7/+12
|\
| * Remove unnecessary KeysAttached static mapMartin Jones2009-08-251-7/+12
* | Add (non-functional) KeyNavigation typeAaron Kennedy2009-08-251-1/+98
|/
* Fix onFooPressed key handlers.Martin Jones2009-08-241-12/+5
* Doc fix (Rect->Rectangle)Kai Koehne2009-08-211-2/+2
* Renaming Rect -> RectangleYann Bodson2009-08-191-23/+23
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-191-1/+1
|\
| * doc fixYann Bodson2009-08-191-1/+1
* | Various doc fixes.Michael Brasser2009-08-191-39/+16
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-181-0/+2
|\
| * Small fixes following API review.Martin Jones2009-08-171-0/+2
* | Change Item.contents to Item.childrenRect.Michael Brasser2009-08-181-30/+24
|/
* readd and fix the qml documentation for Rotation and ScaleLars Knoll2009-08-141-0/+86
* Remove unused function.Michael Brasser2009-08-141-7/+0
* Make calling base class focusChanged a protocol.Warwick Allison2009-08-141-2/+4
* QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-131-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-121-14/+0
|\
| * DocumentationYann Bodson2009-08-101-14/+0
* | Change key handling to use a Keys attached property.Martin Jones2009-08-121-43/+533
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-051-3/+31
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-051-2/+18
| |\
| | * Document keepMouseFocusMartin Jones2009-08-051-2/+18
| * | Only register the QFxAnchorLine metatype onceAaron Kennedy2009-08-051-2/+10
| |/
| * Make QFxAnchorLine private and internalAaron Kennedy2009-08-051-1/+5
* | Add qDebug support for QFxItem*.Michael Brasser2009-08-051-0/+14
* | More QFxItem cleanup.Michael Brasser2009-08-051-8/+1
|/
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-23/+62