summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement QFxKeyNavigationAttached classAaron Kennedy2009-08-251-32/+140
| | | | Documentation is missing until we fix up focus behaviour
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-251-7/+12
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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 ↵Michael Brasser2009-08-191-1/+1
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxmouseregion.cpp
| * doc fixYann Bodson2009-08-191-1/+1
| |
* | Various doc fixes.Michael Brasser2009-08-191-39/+16
|/ | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-181-0/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| | | | | | | This got forgotten during the move to QGraphicsTransform. The docs also required a few adjustments as Rotation3D is now gone and some properties in Scale and Rotation have changed.
* 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 ↵Martin Jones2009-08-121-14/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * DocumentationYann Bodson2009-08-101-14/+0
| |
* | Change key handling to use a Keys attached property.Martin Jones2009-08-121-43/+533
|/ | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-051-3/+31
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-051-2/+18
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Document keepMouseFocusMartin Jones2009-08-051-2/+18
| | |
| * | Only register the QFxAnchorLine metatype onceAaron Kennedy2009-08-051-2/+10
| |/ | | | | | | | | I initially assumed that qRegisterMetaType would do something clever to avoid this cost, but it doesn't.
| * 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
| | | | | Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit and QFxPaintedItem.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-021-50/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-311-49/+0
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Get rid of QFxItem::options.Michael Brasser2009-07-311-49/+0
| | | | | | | | | | | | They can all be set directly with QGraphicsItem flags or functions.
| * | Make QFxScaleGrid privateWarwick Allison2009-07-311-1/+0
| |/ | | | | | | As per API review
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-311-13/+7
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More QFxItem cleanup.Michael Brasser2009-07-311-13/+7
| |
* | GV propagates key events for us.Martin Jones2009-07-311-4/+0
|/
* Remove paintContents.Michael Brasser2009-07-311-5/+0
|
* Add baselineOffset to anchors.Michael Brasser2009-07-311-1/+2
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* More QFxItem cleanup.Michael Brasser2009-07-311-16/+0
|
* Introduce Loader item.Michael Brasser2009-07-301-146/+0
| | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass.
* More QFxItem cleanup.Michael Brasser2009-07-301-40/+0
|
* More QFxItem cleanup.Michael Brasser2009-07-301-12/+2
|
* Move paint margin functionality to QFxRect.Michael Brasser2009-07-301-10/+1
|
* More QFxItem cleanup.Michael Brasser2009-07-301-29/+0
|
* More QFxItem cleanup.Michael Brasser2009-07-301-25/+10
|
* Partially revert ef0f2901d4055bf53ac2bebb7fe2d5681900db19.Michael Brasser2009-07-291-0/+5
| | | | Accessor method for inputMethodQuery was causing crashes.
* QFxItem cleanup.Michael Brasser2009-07-291-20/+6
|
* Get rid of classComplete.Michael Brasser2009-07-291-31/+6
| | | | componentComplete is always what is wanted.
* fix merge error.Lars Knoll2009-07-291-1/+1
|
* Fix graphics transform handling after latest changes.Lars Knoll2009-07-291-8/+3
|