From 839a0afec5c39c92ac7221e2c5b6a866d6848382 Mon Sep 17 00:00:00 2001 From: Jarkko Koivikko Date: Fri, 6 Jan 2017 11:14:07 +0200 Subject: Automatically hide word candidate list This change adds support for automatically hiding word candidate list when inactive. This feature includes the following enhancements: - Added new settings: * VirtualKeyboardSettings.wordCandidateList.autoHideDelay * VirtualKeyboardSettings.wordCandidateList.alwaysVisible - Automatic hiding of word candidate list when inactive and when autoHideDelay elapsed. - alwaysVisible setting restores the old functionality. - Added new signal selectionListsChanged() to input method, allowing the input method to dynamically allocate or deallocate selection lists. - HunspellInputMethod does not allocate selection list when dictionary cannot be loaded, or Qt::ImhNoPredictiveText is enabled. Also, it will no longer use pre-edit text in this case. - OpenWnnInputMethod does not allocate selection list if not needed. [ChangeLog] Automatically hide word candidate list when inactive. Change-Id: Ifa95ae8a7c47a96719ffdc2929601ff2ef9c0d2e Reviewed-by: Gordan Markus Reviewed-by: Mitch Curtis --- src/virtualkeyboard/hunspellinputmethod.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/virtualkeyboard/hunspellinputmethod.h') diff --git a/src/virtualkeyboard/hunspellinputmethod.h b/src/virtualkeyboard/hunspellinputmethod.h index 1aa12dce..9faeff5c 100644 --- a/src/virtualkeyboard/hunspellinputmethod.h +++ b/src/virtualkeyboard/hunspellinputmethod.h @@ -64,6 +64,7 @@ public: protected slots: void updateSuggestions(const QStringList &wordList, int activeWordIndex); + void dictionaryLoadCompleted(bool success); }; } // namespace QtVirtualKeyboard -- cgit v1.2.3