Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma DesktopPlasma Desktop
  • Merge requests
  • !699

applets/kickoff: add "compact list item style" option and use new tall style by default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nate Graham requested to merge ngraham/plasma-desktop:kickoff-captions-below-list-items into master Nov 17, 2021
  • Overview 81
  • Commits 1
  • Pipelines 21
  • Changes 12

Kickoff uses an unusual way of locating list items' descriptions: it puts them on the same line as the title, aligned to the right.

This saves vertical space but suffers from several issues:

  • Because both labels need to inhabit the same line, a long title will cause the description to be elided into uselessness
  • It's a different style than what we use for other list items with fundamentally the same set of data; we don't re-use users' existing familiarity with KDE-style list items that typically have the caption, subtitle, or description below the label/title
  • Saving vertical space is not a win here because we want the applet to be touch-friendly, and short list items make that worse, not better

Accordingly, this MR adds an option to switch the list items between two styles:

  • The current style, which is now called "compact list item style"
  • A new default style with the subtitle below the main text, which is more conventional and more touch friendly.

This new default list item style is intended to improve the "Gwenview? What's a Gwenview?" effect that users have been complaining about. Despite the fact that the compact/inline list items have a caption that actually tells you what branded apps like Gwenview are, people seem blind to it because they don't expect to see a description in that location. No other KDE list items do this and it's a fairly unusual style outside of KDE as well.

When using Touch mode, compact mode is disabled if it was manually activated.

New default setting (tall list items) compact list items Config window now
Tall_style compact_mode Config_window

BUG: 454455 FIXED-IN: 5.26

Edited Jun 06, 2022 by Nate Graham
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kickoff-captions-below-list-items