Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement QFxKeyNavigationAttached class | Aaron Kennedy | 2009-08-25 | 1 | -32/+140 |
| | | | | Documentation is missing until we fix up focus behaviour | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 1 | -7/+12 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove unnecessary KeysAttached static map | Martin Jones | 2009-08-25 | 1 | -7/+12 |
| | | |||||
* | | Add (non-functional) KeyNavigation type | Aaron Kennedy | 2009-08-25 | 1 | -1/+98 |
|/ | |||||
* | Fix onFooPressed key handlers. | Martin Jones | 2009-08-24 | 1 | -12/+5 |
| | |||||
* | Doc fix (Rect->Rectangle) | Kai Koehne | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -23/+23 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxmouseregion.cpp | ||||
| * | doc fix | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | | |||||
* | | Various doc fixes. | Michael Brasser | 2009-08-19 | 1 | -39/+16 |
|/ | | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-18 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Small fixes following API review. | Martin Jones | 2009-08-17 | 1 | -0/+2 |
| | | |||||
* | | Change Item.contents to Item.childrenRect. | Michael Brasser | 2009-08-18 | 1 | -30/+24 |
|/ | |||||
* | readd and fix the qml documentation for Rotation and Scale | Lars Knoll | 2009-08-14 | 1 | -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 Brasser | 2009-08-14 | 1 | -7/+0 |
| | |||||
* | Make calling base class focusChanged a protocol. | Warwick Allison | 2009-08-14 | 1 | -2/+4 |
| | |||||
* | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-12 | 1 | -14/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Documentation | Yann Bodson | 2009-08-10 | 1 | -14/+0 |
| | | |||||
* | | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -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 Brasser | 2009-08-05 | 1 | -3/+31 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-05 | 1 | -2/+18 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Document keepMouseFocus | Martin Jones | 2009-08-05 | 1 | -2/+18 |
| | | | |||||
| * | | Only register the QFxAnchorLine metatype once | Aaron Kennedy | 2009-08-05 | 1 | -2/+10 |
| |/ | | | | | | | | | I initially assumed that qRegisterMetaType would do something clever to avoid this cost, but it doesn't. | ||||
| * | Make QFxAnchorLine private and internal | Aaron Kennedy | 2009-08-05 | 1 | -1/+5 |
| | | |||||
* | | Add qDebug support for QFxItem*. | Michael Brasser | 2009-08-05 | 1 | -0/+14 |
| | | |||||
* | | More QFxItem cleanup. | Michael Brasser | 2009-08-05 | 1 | -8/+1 |
|/ | |||||
* | Move the 'smooth' property to QFxItem | Yann Bodson | 2009-08-03 | 1 | -23/+62 |
| | | | | | Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit and QFxPaintedItem. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-02 | 1 | -50/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 1 | -49/+0 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Get rid of QFxItem::options. | Michael Brasser | 2009-07-31 | 1 | -49/+0 |
| | | | | | | | | | | | | They can all be set directly with QGraphicsItem flags or functions. | ||||
| * | | Make QFxScaleGrid private | Warwick Allison | 2009-07-31 | 1 | -1/+0 |
| |/ | | | | | | | As per API review | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-31 | 1 | -13/+7 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | More QFxItem cleanup. | Michael Brasser | 2009-07-31 | 1 | -13/+7 |
| | | |||||
* | | GV propagates key events for us. | Martin Jones | 2009-07-31 | 1 | -4/+0 |
|/ | |||||
* | Remove paintContents. | Michael Brasser | 2009-07-31 | 1 | -5/+0 |
| | |||||
* | Add baselineOffset to anchors. | Michael Brasser | 2009-07-31 | 1 | -1/+2 |
| | |||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-31 | 1 | -16/+0 |
| | |||||
* | Introduce Loader item. | Michael Brasser | 2009-07-30 | 1 | -146/+0 |
| | | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass. | ||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -40/+0 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -12/+2 |
| | |||||
* | Move paint margin functionality to QFxRect. | Michael Brasser | 2009-07-30 | 1 | -10/+1 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -29/+0 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -25/+10 |
| | |||||
* | Partially revert ef0f2901d4055bf53ac2bebb7fe2d5681900db19. | Michael Brasser | 2009-07-29 | 1 | -0/+5 |
| | | | | Accessor method for inputMethodQuery was causing crashes. | ||||
* | QFxItem cleanup. | Michael Brasser | 2009-07-29 | 1 | -20/+6 |
| | |||||
* | Get rid of classComplete. | Michael Brasser | 2009-07-29 | 1 | -31/+6 |
| | | | | componentComplete is always what is wanted. | ||||
* | fix merge error. | Lars Knoll | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | Fix graphics transform handling after latest changes. | Lars Knoll | 2009-07-29 | 1 | -8/+3 |
| |