Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Plasma Desktop
Plasma Desktop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 40
    • Merge Requests 40
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Plasma
  • Plasma DesktopPlasma Desktop
  • Merge Requests
  • !37

Open
Opened Jun 13, 2020 by Carl Schwan@carlschwan🚴Developer
  • Report abuse
Report abuse

WIP: Port Keyboard input modules and Expand scope to cover input method configuration

  • Overview 10
  • Commits 12
  • Changes 142

this is the rebased work from https://phabricator.kde.org/D14796

Summary:

This is the result of this year's [[ https://community.kde.org/GSoC/2018/Ideas#System_Settings:_Port_keyboard_input_modules_and_expand_scope_to_cover_input_method_configuration | GSoC project ]].

Users of Plasma Desktop Environment expect to find all their necessary system configurations through the System Settings application. So it plays an important role for the overall user experience of Plasma. But the current application is largely designed using the legacy QWidget framework, and does not meet the requirements for more responsive / modern design required for use in touch screens and mobile platforms. For that, it is necessary to port the KCMs to Qt Quick, which is quite tedious work and requires a lot of manpower. My primary goal is to help the KDE Community in this immense task, by porting the keyboard input modules, with modern designs provided by the KDE Visual Design Group (VDG).

Another additional goal is to integrate the input method configurations, such as ibus or fcitx, into the System Settings application. Currently, the only way to install / configure these input methods is to install it from a package manager and use the GUI provided by the input method, which is far from discoverable. The ability to add / remove and configure IMEs will improve user experience for a global audience.

In the patch, there are three major changes/additions:

  1. Keyboard layout switching is now handled by the keyboard kded daemon plugin

  2. New QAbstractListModel-based keyboard layout model encompassing fcitx, and extensible to other IMEs

  3. Kimpanel applet updated to operate with the new model

Reviewers: @hein

Subscribers: @davideichelsdoerfer, @yerilov, @kucharczyk, @lavender, @ngraham, @apol, @hein

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D14796

Edited Jun 13, 2020 by Carl Schwan
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: plasma/plasma-desktop!37
Source branch: work/carl/keyboard-kcm-qml