summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-3/+9
| | | | | Task-number: Reviewed-by: Warwick Allison
* Add a way to control when software input panels are shown in TextInput and ↵Joona Petrell2010-05-261-4/+4
| | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison
* Fix TextEdit alignment.Warwick Allison2010-05-241-1/+3
| | | | | | | Vertical never worked. Horizontal broke at 633b4b0655bf47b6f5100ee9a6c2f692b0aeb081. Task-number: QTBUG-10895
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-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 Petrell2010-05-131-1/+2
| | | | | | | RSIP_OnMouseClickAndAlreadyFocused Task-number: Reviewed-by: Warwick Allison
* TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-091-10/+11
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-0/+1
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+113
QDeclarativeXXX.