summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2912-28/+28
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-191-0/+16
|\
| * Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-0/+16
| | | | | | | | | | Task-number: QTBUG-12838 Reviewed-by: Martin Jones
* | Make QML tests compile on OpenSolarisMartin Jones2010-08-191-4/+4
|/ | | | Task-number: QTBUG-13003
* Add autotest that checks that copy and cut don't work when echomode is set ↵Joona Petrell2010-08-131-0/+24
| | | | | | | to hide text/password mode Task-number: QTBUG-12086 Reviewed-by: Michael Brasser
* Fix TextInput echoMode autotest on LinuxJoona Petrell2010-07-221-0/+4
| | | | | Task-number: Reviewed-by: Michael Brasser
* QML focus API updates.Michael Brasser2010-07-211-20/+20
| | | | | | | | | 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
* Fix Mac CIJoona Petrell2010-07-121-0/+12
|
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-121-1/+36
| | | | | Task-number: QTBUG-12086 Reviewed-by: Michael Brasser
* Improve test reliability.Michael Brasser2010-07-081-2/+6
|
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-071-1/+1
| | | | | | | | | | | | This may mean that the cursor is to the right of the width, so components should cater for that with a margin if they are boxed / clipped. TextInput used to try to account for right bearing (and left bearing incorrectly since it added it on the right). This is removed. Potentially this means that for some fonts the text repaints incorrectly on the left or right, but if that is the case Text and TextEdit already had such a problem (undetected), and all will need fixing. Task-number: QTBUG-11983
* More generated images in anticipation of QT-3574Warwick Allison2010-07-071-18/+27
|
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-062-8/+22
| | | | | Task-number: QTBUG-10297 Reviewed-by: Martin Jones
* Loosen font-sensitive test.Warwick Allison2010-07-051-1/+2
|
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-025-1/+74
| | | | | Task-number: QTBUG-11790 Reviewed-by: Martin Jones
* Fix autoScroll implementationAlan Alpert2010-06-161-1/+0
| | | | | | | | | | | The scrolling should not be calculated inside the paint event, this leads to some incorrect behaviour. It is now calculated separately when needed. Patch actually written by Alexis, and I reviewed it. Task-number: QTBUG-11127 Reviewed-by: Alexis Ménard
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Remove unnecessary CloseSoftwareInputPanel events after TextEdit or ↵Joona Petrell2010-06-071-26/+46
| | | | | | | TextInput has lost focus Task-number: Reviewed-by: Warwick Allison
* Fix regression in input panel autotestsJoona Petrell2010-06-071-1/+6
|
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-6/+0
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-15/+68
| | | | | Task-number: Reviewed-by: Warwick Allison
* Missed file.Warwick Allison2010-06-011-0/+8
|
* Test positionAt.Warwick Allison2010-06-011-0/+43
| | | | | Task-number: QTBUG-11127 Task-number: QTBUG-11054
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-37/+18
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-2/+11
| | | | | Task-number: Reviewed-by: Martin Jones
* Open input panel on press if TextInput or TextEdit are already focused but ↵Joona Petrell2010-05-261-0/+9
| | | | | | | panel has been closed Task-number: Reviewed-by: Martin Jones
* Add a way to control when software input panels are shown in TextInput and ↵Joona Petrell2010-05-261-16/+70
| | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison
* Remove license headers from test data.Warwick Allison2010-05-239-369/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-219-0/+369
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix TextEdit and TextInput input panel support for mode ↵Joona Petrell2010-05-131-3/+8
| | | | | | | RSIP_OnMouseClickAndAlreadyFocused Task-number: Reviewed-by: Warwick Allison
* Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-101-0/+8
| | | | Task-number: QTBUG-10438
* Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-062-0/+23
|
* Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.Alexis Menard2010-04-271-0/+17
| | | | | | | | | | | | | | | | | | When the echoMode changes for QDeclarativeTextInput we need to update the inputmethod hints. Also in QGraphicsView we need to update the input context installed on the view to make the former is aware of the change. For the input context framework the only way to deal with the current widget is focusWidget(). Unfortunately the widget that has the focus is the QGraphicsView so the input context don't know the real object QGraphicsView is actually focusing. We must keep in sync the inputMethodHints of QGV with the object QGraphicsView is focusing so the input context just called focusWidget()->inputMethodhints() to update itself. Task-number:QTBUG-9922 Reviewed-by:janarve Reviewed-by:bnilsen Reviewed-by:Michael Brasser
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-16/+16
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+1
|
* var -> QtObjectWarwick Allison2010-04-131-1/+1
| | | | Avoid warning.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-124-5/+71
|\ | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/graphicsitems/qdeclarativetextinput_p.h
| * Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-093-5/+5
| |
| * Make the TextInput element nicer. It has scrolling.Alexis Menard2010-04-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * Make sure tests cleanup after themselves.Michael Brasser2010-04-071-0/+42
| |
* | Add some TextInput properties and methodsAlan Alpert2010-04-122-0/+50
|/ | | | | | | | | | | | | | | | | | 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
* doc bug relationships more clearlyWarwick Allison2010-03-311-1/+1
|
* Recompute the source location of regexp literals.Roberto Raggi2010-03-261-1/+1
| | | | Task-number: QTBUG-9367
* Remove Q prefix from the validators.Michael Brasser2010-03-262-5/+3
|
* Use QTRY_COMPARE after QTest::qWaitForWindowShown()Kent Hansen2010-03-251-1/+1
| | | | | Apparently it's possible that the window has been shown but haven't received a paint event yet.
* Changing the alignment property should trigger a repaint.Alexis Menard2010-03-231-0/+33
| | | | | | | Just clear the cache when the property changes. Task-number:QTBUG-8155 Reviewed-by:Yann Bodson
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-19/+19
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-249-0/+751
QDeclarativeXXX.