Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-26 | 1 | -0/+10 |
|\ | |||||
| * | Add a way to control when software input panels are shown in TextInput and ↵ | Joona Petrell | 2010-05-26 | 1 | -0/+10 |
| | | | | | | | | | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison | ||||
* | | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 1 | -1/+8 |
|/ | |||||
* | Example of a simple TextEditor look-and-feel. | Warwick Allison | 2010-05-25 | 1 | -1/+3 |
| | | | | Task-number: QTBUG-10940 | ||||
* | Disable mouse-based selection in TextInput/TextEdit | Warwick Allison | 2010-05-19 | 1 | -0/+5 |
| | | | | | | | | 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 | ||||
* | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 1 | -3/+0 |
| | |||||
* | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 1 | -3/+3 |
| | | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word. | ||||
* | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 1 | -2/+12 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | 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 | -2/+0 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+240 |
QDeclarativeXXX. |