summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput
Commit message (Collapse)AuthorAgeFilesLines
* QtQuick1: Use new qWaitForWindowExposed/Active() functions.Friedemann Kleint2012-07-201-39/+39
| | | | | Change-Id: I020c82c465adaf6490a54871869bb6590542675f Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-311-0/+12
| | | | | | | | | Don't overwrite the ignore value once it's been set to true. Backport from QtQUick2 to QtQuick1 in Qt 5 (commit a7017465152d544a4217d5ce4f6f84b80cb9b8b9) Change-Id: Ia93e234773bb75040f889cc03853be311dbafd70 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
* Fix compilation and tests after qtbase/api_changes mergeKent Hansen2012-04-181-3/+3
| | | | | | | | Adapt to QUrl changes, based on how qtdeclarative was adapted in commit 2d393ae042d5badf0862c0f95122f9662042f2a9. Change-Id: I9d1fddf4bbc6d86ac206dca4ac929d180ec12efa Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Fix text failure due to behaviour change in qtbase.Andrew den Exter2012-04-041-1/+1
| | | | | | | | | http://codereview.qt-project.org/#change,21263 changed the inputMask accessor to not include the default mask character, so the test data needs to be updated to reflect this. Change-Id: I7021f276348542125884dd259523ba42535ae368 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* TextInput not to emit selection change signals if values do not changePekka Vuorela2012-03-231-18/+14
| | | | | | | | | Fixed also tests with QTBUG-24036 Test was assuming selectionStartChanged and selectionEndChanged to trigger even if their values did not change. Change-Id: I26e57cfb4ff06ec6c195ec2b0d997885c807670b Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Fix text editor mouse handler unit testsPekka Vuorela2012-03-231-2/+1
| | | | | | | QTBUG-24035 - tst_qdeclarativetextedit::inputContextMouseHandler test fails. Change-Id: I61ae74f1f4f19586abbdcae79f05f556a9904740 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Adapt to QInputPanel -> QInputMethod renamingPekka Vuorela2012-02-151-6/+6
| | | | | Change-Id: Id11fc9ae1be91611fee22d28407e54035e190c71 Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
* Remove obsolete skip mode parameter from QSKIP calls.Jason McDonald2012-02-151-1/+1
| | | | | Change-Id: I069eeaab0ec25a3360e0604f262f304abeb385c1 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix license header format.Matthew Vogt2012-02-071-2/+1
| | | | | Change-Id: Ib71237ed181d075329a0267b5c108e6534c13e4e Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* QtQuick1: Fix compilation on Windows.Friedemann Kleint2012-02-071-1/+3
| | | | | | | | - Add missing modules, includes. - Fix warnings. Change-Id: I21a6107db6c5978ccfd59c4202cf31e3deba19ca Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Fix compile failures due to the removal of QInputContext.Andrew den Exter2012-02-071-3/+0
| | | | | | | The class was unused but still included by a couple of files. Change-Id: I8172be02d6185b44cf37d28220b99a1a206c95a0 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
* Fix license headers to match conventions.Matthew Vogt2012-02-071-0/+1
| | | | | | | | Files updated to mtach licensing conventions for different types, and license text updated to match current. Change-Id: Ib2c7457fbc3b37907ab3936e176e6f16f8308036 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Add expected failures for failing TextEdit and TextInput tests.Andrew den Exter2012-02-021-0/+1
| | | | | Change-Id: Ib51b244f0e1a3e58ab06ddf5bdd0e244c8d09004 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Fix or ignore test qdeclarativetextinput test failures.Andrew den Exter2012-02-021-26/+23
| | | | | | | | | | | Don't leave dangling pointers to test plaform input contexts, clear preedit text from input before continuing with test, allow some larger error for cursor positions across all platforms, and add an expected failure for a failure originating in QWidgetLineControl. Change-Id: I843d13c29d8e44e5e6bfa71b67358b11c1741e97 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
* Fix compile failures.Andrew den Exter2012-01-311-3/+3
| | | | | | | | Remove uses of QLineControl, QTextControl and QBool and forward declared QGraphicsWidget. Change-Id: Ic5184a1d5aebfb1100ad0e24444b6773f4e617e8 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
* Modify QtQuick1 to build in Qt5Matthew Vogt2012-01-312-223/+120
| | | | | Change-Id: I1c5ccaef420e8f119e761f50b969127f430df7ba Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Import relevant source from Qt 4.8Matthew Vogt2012-01-3027-0/+3187
Change-Id: I5078db4081d95290c54f39d3c0efc2fc2f62e6a6