- 04 Feb, 2014 - 2 commits
-
-
Caroline Chao authored
- Don't make the Virtual Keyboard doc part of Qt's - Update path to examples - Add navigation pages - Give the project its own version - Add "standard" doc include - Make doc for DeclarativeInputContext internal - Move code snippets folder Change-Id: Ib46e27bd6dd70225583d75cf5567d65a11cfaa2e Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Mitch Curtis authored
Change-Id: Ie9ac370894f5b487d197e564f878b9951c037a64 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 03 Feb, 2014 - 2 commits
-
-
Caroline Chao authored
Change-Id: I666e73c502a130c18b21091f24c0237c8f897dfb Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Caroline Chao authored
Change-Id: I3d53900da3f2eeb795e954829e2c2ab29ec7fde6 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 28 Jan, 2014 - 6 commits
-
-
Mitch Curtis authored
Change-Id: Iba8172d9d18efc27577776dab1b872d5568936e8 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Frederik Gladhorn authored
Change-Id: Ic3528e5de45871818e105cde5ab6b5465db09623 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Frederik Gladhorn authored
Change-Id: I5a9f49c15e4770a2896495a2142e86388ba9d710 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Mitch Curtis authored
Change-Id: I4aa88fbe14a46674c450c5340c60c4c90a324fa7 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Mitch Curtis authored
It was quite large. Change-Id: Iacaba490d6915fa9ccef2998a340efc664689292 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Mitch Curtis authored
This restructures the repo to match other Qt modules, like the Enterprise Controls. It also renames the plugin and usages of its name in the documentation so that the abbreviated "VKB" is not used anywhere. Change-Id: I5de3fc67846a50438e52f4be057abfa0d9be0d91 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 02 Jan, 2014 - 3 commits
-
-
Mitch Curtis authored
-
Mitch Curtis authored
-
Mitch Curtis authored
-
- 18 Dec, 2013 - 4 commits
-
-
Jarkko Koivikko authored
Pre-edit text is now properly cleared when deleting input character by character.
-
Jarkko Koivikko authored
The new configuration option CONFIG+=retro-style enables the Retro style. This also reduces overhead by excluding other themes from binary.
-
Jarkko Koivikko authored
Changed icon rendering method in KeyIcon component from ColorOverlay to ShaderEffect and change method how the source image is scaled. Avoid sub-pixel alignment by using integers for margins in both styles.
-
Jarkko Koivikko authored
-
- 17 Dec, 2013 - 5 commits
-
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
- 16 Dec, 2013 - 5 commits
-
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
Added documentation covering the QML parts. Renamed the Introduction document as Technical Guide and added new document describing the deployment. Minor change for the style plugin API; added new common type for the SelectionListItem.
-
Jarkko Koivikko authored
-
- 13 Dec, 2013 - 2 commits
-
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
The selection list model is now updated more subtle by using dataChanged() and insert/remove methods(). Previously the model was reset after each update, which caused warning messages in DelegateModel.
-
- 12 Dec, 2013 - 9 commits
-
-
Jarkko Koivikko authored
Deleting the model causes invalid references in QML. Added new property wordCandidateListVisibleHintChanged to input engine which can be used for hiding the word candidate list if necessary.
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
New qmake configuration option hunspell_search_paths overrides the default search paths. The configuration value may contain multiple paths, however the paths cannot contain spaces. User can also override the search paths runtime by specifying an environment variable QT_VKB_HUNSPELL_DATA_PATH. This variable can also contain multiple paths separated with ":" character.
-
Jarkko Koivikko authored
The input method is already given chance to specify valid input modes in inputModes() method.
-
Jarkko Koivikko authored
QT_VKB_HUNSPELL_DATA_PATH can now contain multiple directories separated with ; character. Added /usr/share/myspell to default search directories when using Hunspell package.
-
Jarkko Koivikko authored
-
Jarkko Koivikko authored
TextInput.cursorPosition does not take pre-edit text into account. Therefore pre-edit text is committed before positioning the cursor in mouse click handler.
-
Jarkko Koivikko authored
TextInput.cursorDelegate caused an invalid behavior in password field. Text cursor is incorrectly positioned when the input field receives focus.
-
- 11 Dec, 2013 - 2 commits
-
-
Jarkko Koivikko authored
Also, updated keys in Arabic layout. The new layout now corresponds to standard Arabic keyboard layout.
-
Jarkko Koivikko authored
Each locale must now have the corresponding symbols layout. Added Arabic numerals in symbol_ar_AR.qml.
-