summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxkeyproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile breakage in 638fd43 by using QGraphicsItem::focusProxy().Andreas Aardal Hanssen2009-07-311-8/+16
| | | | | | | Turned out this functionality was in used after all, although calling "git grep" didn't reveal its usage. Reviewed-by: Michael Brasser
* More QFxItem cleanup.Michael Brasser2009-07-301-2/+10
|
* More QFxItem cleanup.Michael Brasser2009-07-301-3/+3
|
* Partially revert ef0f2901d4055bf53ac2bebb7fe2d5681900db19.Michael Brasser2009-07-291-8/+1
| | | | Accessor method for inputMethodQuery was causing crashes.
* QFxItem cleanup.Michael Brasser2009-07-291-1/+8
|
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| | | | | Adjust examples and demos accordingly. As per QT-558
* Basic inputMethodQuery support for KeyProxy.Michael Brasser2009-07-171-13/+33
|
* KeyProxy documentation.Michael Brasser2009-07-161-8/+24
|
* Get KeyProxy working correctly with focus realms.Michael Brasser2009-07-161-6/+12
|
* Support input method proxying in KeyProxy. KeyProxy cleanup.Michael Brasser2009-07-151-14/+48
|
* Basic KeyProxy support.Michael Brasser2009-07-141-1/+17
|
* Remove simple canvasAaron Kennedy2009-06-231-14/+2
|
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Don't assume will get non-0 item to send key to.Ian Walters2009-05-081-4/+4
| | | | | | Before this change was getting crashes when the window lost focus. This is because the target was non-0, but the focusItem stored for that target was 0.
* KeyProxy to send to focused child of focus realms.Ian Walters2009-05-071-2/+2
| | | | | | | | | If a component is loaded into a focus realm, it is likely when specifying it as a target of a focus proxy the intent is to have it behave as if the focus proxy target had focus. This means for focus scopes, descend to find the focused descendent of that scope, rather than sending directly to the item itself.
* docWarwick Allison2009-05-011-2/+2
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-6/+6
|
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+116