Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gnome-control-center
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 222
    • Issues 222
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 42
    • Merge Requests 42
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gnome-control-center
  • Merge Requests
  • !317

Open
Opened Dec 06, 2018 by Adrien Plazas@aplazas
  • Report abuse
Report abuse

network: Implement the new connection editor Design

This implements most of the new design for the connection editor:

My goal was to mostly change the UI but not the logic behind it as it seems to work well, to avoid breaking things. I took care of testing it with VPNs, wired networks, Wi-Fi…

Capture_d_écran_de_2018-12-06_15-34-31

Capture_d_écran_de_2018-12-06_15-34-39

Capture_d_écran_de_2018-12-06_15-36-40

Check out, review, and merge locally

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

git fetch https://gitlab.gnome.org/Community/Purism/gnome-control-center.git wip/aplazas/connection-editor
git checkout -b Community/Purism/gnome-control-center-wip/aplazas/connection-editor 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/master
git merge --no-ff Community/Purism/gnome-control-center-wip/aplazas/connection-editor

Step 4. Push the result of the merge to GitLab

git push origin master

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

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

  • Discussion 3
  • Commits 15
  • Pipelines 4
  • Changes 42
Georges Basile Stavracas Neto
Assignee
Georges Basile Stavracas Neto @feaneron
Assign to
GNOME 3.32
Milestone
GNOME 3.32
Assign milestone
Time tracking
4
Labels
1. Feature 2. Needs Design 2. RFC 6. Component: Network & Wi-Fi
Assign labels
  • View project labels
Reference: GNOME/gnome-control-center!317