From: Pavel Sanda Date: Wed, 25 Apr 2012 16:17:53 +0000 (+0200) Subject: Backport 217ef5bf3 (#81380 X-Git-Tag: 2.0.4~126 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7cea9372d5f8e8d757e35adf340766989e72995f;p=features.git Backport 217ef5bf3 (#81380 --- diff --git a/src/frontends/qt4/GuiThesaurus.cpp b/src/frontends/qt4/GuiThesaurus.cpp index 86ed9598ab..6bcff15871 100644 --- a/src/frontends/qt4/GuiThesaurus.cpp +++ b/src/frontends/qt4/GuiThesaurus.cpp @@ -28,6 +28,7 @@ #include "support/lstrings.h" #include +#include #include #include #include @@ -79,6 +80,10 @@ GuiThesaurus::GuiThesaurus(GuiView & lv) languageCO->setModel(language_model); languageCO->setModelColumn(2); + //bug #8138 + if (entryCO->completer()) + entryCO->completer()->setCompletionMode(QCompleter::PopupCompletion); + bc().setCancel(closePB); bc().setApply(replacePB); bc().addReadOnly(replaceED); diff --git a/status.20x b/status.20x index c6695751f8..770a7bc969 100644 --- a/status.20x +++ b/status.20x @@ -151,6 +151,8 @@ What's new The missing screen update could cause either a failure in executing the command or could even crash LyX (bugs 6871 and 8119). +- Improve thesaurus dialog completion (bug 8138) + * DOCUMENTATION AND LOCALIZATION