| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
|/
|
|
|
|
|
| |
Note that regExp doesn't have a type, and so it is 'documented' as
string.
Task-number: QTBUG-9412
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/declarative/graphicsitems/qdeclarativetextinput.cpp
src/declarative/graphicsitems/qdeclarativetextinput_p.h
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The TextInput has support for scrolling now so it's quite usable.
You can deactivate the auto scrolling with a property if you want to
do crazy animation while scrolling. This commit also fixed several bugs
with the current implementation especially regarding aligments : selection
was broken, moving the cursor also -> fixed. I have also added a tiny fix when
the TextInput lost the focus -> the selection is cleared.
Task-number:QT-2745
Reviewed-by:Michael Brasser
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds the properties
-passwordCharacter
-displayText
And the method
-moveCursorSelection(int pos)
These just provide a QML way to access existing QLineControl
functionality, and are necessary to create desktop style LineEdits (the
existing TextInput QML API was designed with a focus on touch input
LineEdits)
Includes tests and documentation.
Task-number: QT-321
Reviewed-by: Aaron Kennedy
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
| |
setParentItem no longer sets QObject parent.
|
| |
|
|
|
|
|
|
|
| |
Just clear the cache when the property changes.
Task-number:QTBUG-8155
Reviewed-by:Yann Bodson
|
|
|
|
| |
Task-number: BAUHAUS-389
|
|
|
|
|
| |
Task-number: QTBUG-7193
Reviewed-by: akennedy
|
|
|
|
| |
Task-number: QT-448
|
|
QDeclarativeXXX.
|