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

Realtime screen edges gestures for scripted effects

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Martin requested to merge work/mart/scriptedGestures into master Apr 19, 2022
  • Overview 11
  • Commits 5
  • Pipelines 11
  • Changes 10

Possibility to implement realtime screenedges gestures in scripted effects, implement it in the windowsaperture show desktop effect.

  • Expose registerRealtimeScreenEdge to JavaScript, the callback will be a JS function.
  • Add the concept of freezeInTime() in the animation js bindings, it will either create an animation frozen at a given time or freeze a running animation that can be restored and ran to completition at any time
  • add an edges property only for showdesktop as it's not directly on the effect configuration
Edited Apr 19, 2022 by Marco Martin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/mart/scriptedGestures