| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The wantsFocus property has been renamed to activeFocus, to better
reflect its value. Reading and writing the focus property is also now
consistent -- this property represents focus within a scope. Other small
changes were made to keep things consistent with the new naming.
Reviewed-by: Aaron Kennedy
|
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
|
|
| |
Various clipping and refresh bugs.
Task-number: QTBUG-11492
|
|
|
|
|
|
|
| |
TextInput has lost focus
Task-number:
Reviewed-by: Warwick Allison
|
|
|
|
|
| |
Merge-request: 658
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
|
|
|
|
| |
Task-number:
Reviewed-by: Warwick Allison
|
|
|
|
|
|
| |
By making selectionStart/End read-only, and adding adding select().
Task-number: QTBUG-11056
|
|
|
|
|
|
|
|
| |
Sufficient to allow different selection look and feel (see whacky example)
Task-number: QTBUG-10968
Reviewed-by: Michael Brasser
Reviewed-by: Alan Alpert
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
TextEdit elements
Task-number: QTBUG-10841
Reviewed-by: Warwick Allison
|
|/ |
|
|
|
|
| |
Task-number: QTBUG-10940
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
|
| |
Task-number: QTBUG-7193
Reviewed-by: akennedy
|
|
QDeclarativeXXX.
|