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

homescreen/taskswitcher/lockscreen: trim and optimise flick containers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yari Polla requested to merge work/trim-flick-containers into master Jun 09, 2022
  • Overview 2
  • Commits 2
  • Pipelines 3
  • Changes 3

Hi guys, this MR trims flick containers in task switcher and lock screen and removes no longer needed things, like connections with HomeScreenState and cancelMovement() hack.
Doing so, as far as I can see, doesn't break anything and seems to give a little gain in terms of performance.
Using a screen-sized flickable should make it simpler to implement logics based on flicks and, at the same time, should solve troubles with too high scrolling velocity and multiple flicks.

Home screen container will be trimmed as well, but it needs some more work.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/trim-flick-containers