Merge remote-tracking branch 'origin/4.12'

Change-Id: I333037e56be7280b86ce577ea63393245c28c09d
This commit is contained in:
Eike Ziller
2020-02-17 16:47:06 +01:00
28 changed files with 721 additions and 160 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -86,13 +86,13 @@
\row
\li Add a find filter to the \uicontrol Find dialog.
\li Implement any kind of search term based search.
\li \l{Find::IFindFilter}, \l{Core::SearchResultWindow}
\li \l{Core::IFindFilter}, \l{Core::SearchResultWindow}
\row
\li Add support for the find tool bar to a widget.
\li The widget that has focus is asked whether it supports text
search. You can add support for widgets under your control.
\li \l{Core::IFindSupport}, \l{Find::BaseTextFind}
\li \l{Core::IFindSupport}, \l{Core::BaseTextFind}
\omit
\row
@@ -111,8 +111,7 @@
\li For a text typed in by the user you provide a list of things to
show in the popup. When the user selects an entry you are
requested to do whatever you want.
\li \l{Core::ILocatorFilter}, \l{Core::LocatorFilterEntry},
\l{Locator::BaseFileFilter}
\li \l{Core::ILocatorFilter}, \l{Core::BaseFileFilter}
\row
\li Show a progress indicator for a concurrently running task.