qt5base-lts/tests/auto/other
Jan-Arve Saether 159b28d972 Remove clipboard operations from QAccessibleEditableTextInterface
Also, remove its subclass QAccessibleSimpleEditableTextInterface

Instead of having the subclass that implements this conveniently,
we move this behaviour over to the bridge. The bridge should
check if role() == EditableText is set, and then it should try to
support the IAccessibleEditableText interface (i.e.
it should accept the calls to replaceText(), deleteText() and
insertText()) and change the text with the following operations:
1. Query the text using QAccessibleTextInterface::text() or by
   using QAccessibleInterface::text(QAccessible::Value) as a fallback
2. Do the requested delete/insert/replace manipulation
3. Update the text with setText(QAccessible::Value, newText);

Change-Id: Iee5e41faf14351951e2bfca8c9eac970a113e878
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
2012-07-11 02:47:34 +02:00
..
atwrapper clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
baselineexample Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
collections Add qMove macro to support std::move 2012-06-20 03:17:55 +02:00
compiler Remove ARMFPA support and Q_DOUBLE_FORMAT detection 2012-03-01 16:26:55 +01:00
exceptionsafety Fix test case dependency in tst_exceptionsafety. 2012-05-10 02:39:30 +02:00
exceptionsafety_objects Remove QWorkspace. 2012-03-23 13:22:10 +01:00
gestures Use QPointer instead of QWeakPointer. 2012-06-05 18:42:26 +02:00
headersclean Revert "Temporarily disable -Woverloaded-virtual in headersclean test" 2012-05-16 04:25:01 +02:00
lancelot Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
languagechange tst_languagechange: increased timeout on Windows 2012-06-04 03:07:48 +02:00
macgui Flag consistently failing tests as expected fail tests. 2012-06-30 04:30:15 +02:00
macnativeevents remove some qmake -project boilerplate from project files 2012-06-19 16:39:52 +02:00
macplist clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
modeltest Don't use obsolete qVariantValue, qVariantCanConvert, etc. 2012-05-02 08:30:59 +02:00
networkselftest Merge remote-tracking branch 'origin/master' into api_changes 2012-04-10 15:31:45 +02:00
qaccessibility Remove clipboard operations from QAccessibleEditableTextInterface 2012-07-11 02:47:34 +02:00
qcomplextext Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qfocusevent Remove insignification from QFocusEvent test on Mac OS X. 2012-04-19 08:07:39 +02:00
qnetworkaccessmanager_and_qprogressdialog Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qobjectperformance Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qobjectrace Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsharedpointer_and_qwidget Use QPointer instead of QWeakPointer. 2012-06-05 18:42:26 +02:00
qtokenautomaton Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
windowsmobile Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
other.pro Make "other" autotests build without widgets 2012-06-07 07:24:31 +02:00