Skip to content

Releases: maliit/keyboard

2.3.1

21 Jul 16:06
9673c8e
Compare
Choose a tag to compare
  • Fix extended keys to have uniform width in popover
  • Implement grid layout for longer extended keys lists
  • Render button as down when CharKey is pressed
  • Fix crash in pinyin keyboard due to wrong cmake variable

2.3.0

06 Jul 15:49
dcde37d
Compare
Choose a tag to compare
  • Add CI build rule to build on KDE Neon
  • Remove unused window flag setting code
  • Replace remaining context properties with singletons
  • Remove unused and useless install target
  • Fix builds without Pinyin
  • Fix the build of unit tests and enable them by default
  • Fix a possible undefined error in CharKey
  • Improve the PhoneNumber keyboard layout
  • Fix the settings URL for Plasma Mobile kcm renaming
  • Use new syntax for Connections components
  • Rely on QQC2 styles insted of an internal themes implementation

2.2.1.1

07 Apr 03:17
ae81a17
Compare
Choose a tag to compare
  • Don't try to install empty sounds directory

2.2.1

05 Apr 18:52
dea5d66
Compare
Choose a tag to compare
  • Remove the legacy CC-BY 3.0 licensed artwork.
  • Simplify ActionsToolbar by removing need for states
  • Visual spacing improvements for Keyboard and WordRibbon
  • Add a visible separator between word suggestions
  • Select a minimum width for word suggestion labels
  • Make word suggestion font size proportional to WordRibbon height
  • Hide WordRibbon when in cursor mode
  • Make wordRibbon height proportional to Keyboard keys
  • Only load emoji keyboard QML when state is EMOJI
  • Fix typo in internal API (@sunweaver)
  • Adjust glib deprecation fix to work with glib < 2.68
  • Update Italian translation (@albanobattistella)
  • Ensure all icon names are corrrect and using symbolic variants
  • Fix some typos in QML imports (@surprized)
  • Make sursor mode available for Japanese plugin (@Fuseteam)
  • Enable use of anthy-unicode instead of anthy (@fujiwarat)

maliit-keyboard 2.2.0

14 Feb 12:46
54e5d03
Compare
Choose a tag to compare

Maliit Keyboard 2.1.0

21 Sep 16:15
70d2cda
Compare
Choose a tag to compare

CHANGES SINCE 2.0.0

  • Remove label from language key on emoji keyboard
  • Remove the unused and outdated styling support
  • Support icon themes to load the icons
  • Make sure Settings also work when running on Plasma
  • left/right arrow keypress: Don't check for surrounding text
  • Bypass argument count problem for newPredictionSuggestions and newSpellingSuggestions
  • Clean up unused code
  • Let language features customize primary candidate index
  • Recalculate primary candidates after refreshing candidate list
  • Process pinyin sequence properly
  • Handle partial candidate words in pinyin properly
  • Allow force refreshing candidate list
  • Allow delaying committing text when a candidate word is selected
  • Provide appstream information
  • Use Q_ENUM
  • Optimise symbols for Simplified Chinese
  • Use only valid pinyin symbols on pinyin keyboard
  • Fix incorrect key name in tablet.json
  • Don't crash when no language plugin is loaded