aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit
Commit message (Expand)AuthorAgeFilesLines
* Marking tst_qquicktextedit as insignificant in winSimo Fält2013-08-161-0/+1
* Fix tst_qquicktexteditRafael Roquetto2013-08-022-9/+6
* Stabilize text tests that grab windows.Friedemann Kleint2013-07-252-23/+47
* Replace qt.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-151-1/+1
* Make sure that TextInteractionFlags get set.Frederik Gladhorn2013-03-191-1/+1
* Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-151-0/+124
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-0/+1
|\
| * Improve timer dependent tests.Frederik Gladhorn2013-03-111-0/+1
* | Tests: add autotests for TextEdit and TextInputCaroline Chao2013-03-072-0/+78
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-0/+2
|\|
| * Stabilize clicking in QQuickTextEdit testFrederik Gladhorn2013-02-211-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-231-1/+1
|\|
| * Stabilize QQuickTextEdit testFrederik Gladhorn2013-01-231-1/+1
* | Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-0/+2
|/
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-0/+2
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-4/+4
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-30/+30
* test: Mark `tst_qquicklistview', `tst_qquicktext', and `tst_qquicktextedit' a...Sergio Ahumada2012-10-291-0/+2
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-2/+0
* Remove interim compatibility measuresAlan Alpert2012-10-161-6/+6
* Mark some tests as insignificant to let change#35527 be integratedKonstantin Ritt2012-09-261-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-171-51/+23
* Remove tst_qquicktextedit::alignments()J-P Nurmi2012-09-1311-91/+0
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* 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/+70
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add tests for Text(*) default property values and notifiers.Andrew den Exter2012-07-301-5/+162
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-188/+188
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-165-5/+105
* Fix TextEdit and TextInput test failures.Andrew den Exter2012-07-131-59/+47
* Add tests for instantiating cursor delegates in the Loading state.Andrew den Exter2012-07-113-3/+56
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-091-5/+4
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-3/+5
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-042-46/+114
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-021-7/+7
* activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-271-5/+5
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-221-8/+0
* Ensure the cursor delegate position is updated on text changes.Andrew den Exter2012-06-054-1/+21
* Reenable QQuickTextEdit::delegateLoading for Mac OS XGunnar Sletta2012-05-241-3/+0
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-172-0/+102
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-145-1/+18
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-032-3/+17
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-271-0/+10
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-272-0/+24
* Fix bounding rects of text items.Andrew den Exter2012-04-271-0/+148