Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Add-ons
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 22
    • Merge requests 22
  • 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 Add-ons
  • Merge requests
  • !235

Remove ContainmenType from the grouping containmer plasmoid

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Martin requested to merge work/mart/groupingNotPanel into master Sep 23, 2022
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

The grouping container plasmoid is not a containment, but is a normal applet that does some hack to display the contents of the internal grouping applet which is one.

Since plasma-framework is built with if KCOREADDONS_BUILD_DEPRECATED_SINCE(5, 89)

now everything that has the containmentype key is considered as a containment, and now the grouping plasmoid is listed in the "add panel" menu, however it doesn't really work there. that key was wrong from there to begin with.

BUG:454416

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/mart/groupingNotPanel