Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take into account platform differences in input panel support | Joona Petrell | 2010-06-02 | 1 | -3/+9 |
| | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
* | Add a way to control when software input panels are shown in TextInput and ↵ | Joona Petrell | 2010-05-26 | 1 | -4/+4 |
| | | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison | ||||
* | Fix TextEdit alignment. | Warwick Allison | 2010-05-24 | 1 | -1/+3 |
| | | | | | | | Vertical never worked. Horizontal broke at 633b4b0655bf47b6f5100ee9a6c2f692b0aeb081. Task-number: QTBUG-10895 | ||||
* | Disable mouse-based selection in TextInput/TextEdit | Warwick Allison | 2010-05-19 | 1 | -1/+3 |
| | | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser | ||||
* | Fix TextEdit and TextInput input panel support for mode ↵ | Joona Petrell | 2010-05-13 | 1 | -1/+2 |
| | | | | | | | RSIP_OnMouseClickAndAlreadyFocused Task-number: Reviewed-by: Warwick Allison | ||||
* | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 1 | -10/+11 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -0/+1 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+113 |
QDeclarativeXXX. |