Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile breakage in 638fd43 by using QGraphicsItem::focusProxy(). | Andreas Aardal Hanssen | 2009-07-31 | 1 | -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 Brasser | 2009-07-30 | 1 | -2/+10 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 1 | -3/+3 |
| | |||||
* | Partially revert ef0f2901d4055bf53ac2bebb7fe2d5681900db19. | Michael Brasser | 2009-07-29 | 1 | -8/+1 |
| | | | | Accessor method for inputMethodQuery was causing crashes. | ||||
* | QFxItem cleanup. | Michael Brasser | 2009-07-29 | 1 | -1/+8 |
| | |||||
* | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -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 Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Basic inputMethodQuery support for KeyProxy. | Michael Brasser | 2009-07-17 | 1 | -13/+33 |
| | |||||
* | KeyProxy documentation. | Michael Brasser | 2009-07-16 | 1 | -8/+24 |
| | |||||
* | Get KeyProxy working correctly with focus realms. | Michael Brasser | 2009-07-16 | 1 | -6/+12 |
| | |||||
* | Support input method proxying in KeyProxy. KeyProxy cleanup. | Michael Brasser | 2009-07-15 | 1 | -14/+48 |
| | |||||
* | Basic KeyProxy support. | Michael Brasser | 2009-07-14 | 1 | -1/+17 |
| | |||||
* | Remove simple canvas | Aaron Kennedy | 2009-06-23 | 1 | -14/+2 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -1/+1 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Don't assume will get non-0 item to send key to. | Ian Walters | 2009-05-08 | 1 | -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 Walters | 2009-05-07 | 1 | -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. | ||||
* | doc | Warwick Allison | 2009-05-01 | 1 | -2/+2 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -6/+6 |
| | |||||
* | Merge in changes to old kinetic-dui branch. | Michael Brasser | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+116 |