aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-5/+2
* autotests: fix build on iOSRichard Moe Gustavsen2014-09-111-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* TextInput::displayText: include partial input from an input methodJ-P Nurmi2014-08-081-0/+11
* Fix incorrect acceptableInput value on construction.Aaron McCarthy2014-07-241-4/+2
* Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-0/+46
* Fix tst_qquicktextinput::copyAndPaste() for asynchronous clipboard notification.Friedemann Kleint2014-05-211-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-1/+2
|\
| * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-1/+2
* | TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-1/+2
|/
* Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-221-6/+19
* Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-121-0/+91
* tests: update tst_qquicktextinputLiang Qi2013-11-281-88/+116
* TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-0/+34
* TextInput: add editingFinished signalLiang Qi2013-11-221-0/+45
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-9/+4
|\
| * Fix tst_qquicktextinput::remoteCursorDelegateRafael Roquetto2013-07-261-5/+0
| * Fix tst_qquicktextinput for fullscreen platformsRafael Roquetto2013-07-251-4/+4
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-3/+10
|\|
| * Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-231-3/+4
| * TextInput: Fix cursor navigation with maskFrederik Gladhorn2013-04-231-0/+6
* | Fix expected error messageLars Knoll2013-06-211-1/+1
* | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-0/+1
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-0/+1
|\
| * Improve timer dependent tests.Frederik Gladhorn2013-03-111-0/+1
| * Stabilize tst_qquicktextinput::remoteCursorDelegate()Frederik Gladhorn2013-03-041-1/+1
* | Tests: add autotests for TextEdit and TextInputCaroline Chao2013-03-071-0/+44
* | Disable more unstable testsGunnar Sletta2013-03-071-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-071-0/+8
|\|
| * Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-0/+8
* | Stabilize tst_qquicktextinput::remoteCursorDelegate()Michael Brasser2013-02-011-1/+1
* | Merge branch 'stable' into devGunnar Sletta2013-01-171-4/+2
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| * Fix tst_qquicktextinput on Windows and Mac.Friedemann Kleint2013-01-071-3/+1
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-0/+2
|/
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-7/+7
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-41/+41
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-42/+43
* Remove interim compatibility measuresAlan Alpert2012-10-161-12/+12
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-281-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-171-60/+24
* Remove tst_qquicktextinput::horizontalAlignment()J-P Nurmi2012-09-131-36/+0
* test: Check for null string comparisonSergio Ahumada2012-09-101-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Port away from qWaitForWindowShown.Stephen Kelly2012-08-221-2/+2
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-0/+53
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-061-0/+68
* Add tests for Text(*) default property values and notifiers.Andrew den Exter2012-07-301-0/+151
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-1/+1