Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
W
wlroots
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • Librem5
  • wlroots
  • Merge Requests
  • !13

Open
Opened Jul 24, 2018 by Guido Gunther@guido.gunther0 of 1 task completed0/1 task
  • Report abuse
Report abuse

WIP: Fade in layer surfaces

  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 5

Makes e.g. the screen lock a bit smoother.

TODO

  • allow to set different timeouts for different surfaces (we want the gcr prompter and keyboard to fade in much faster than the lockscreen / shields)
Edited Jul 25, 2018 by Guido Gunther

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://source.puri.sm/guido.gunther/wlroots.git" "fade-in-layers"
git checkout -b "guido.gunther/wlroots-fade-in-layers" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/librem5"
git merge --no-ff "guido.gunther/wlroots-fade-in-layers"

Step 4. Push the result of the merge to GitLab

git push origin "librem5"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: Librem5/wlroots!13