~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/users-rewrite

Last commit made on 2023-11-23
Get this branch:
git clone -b wip/users-rewrite https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

d4bc03a... by Felipe Borges <email address hidden>

WIP: Users panel rewrite

This moves the UserAccounts panel to a page in the System panel.

This simplifies a lot of the existing code in the UserAccounts panel.

To be continued.

7bfd1d7... by Felipe Borges <email address hidden>

ci: Drop gcr3 package

We now depend on gcr >= 4.

38cac20... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

network: Handle BT device connections ourselves

Bluetooth connections are among those that we still delegate to
nm-connection-editor. Luckily they are fairly simple connections
without any options on their own, so the built-in connection editor
can handle them just fine.

https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1157

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2044>

9e9f7c4... by Hari Rana <email address hidden>

warning: Port warning dialog to AdwMessageDialog

34fe60f... by velsinki <email address hidden>

applications: Fix File & Link Associations UI

When removing a File & Link Association from the dialog, or resetting
them, the UI does not update. Fix this by rebuilding the handler dialog
on both unset and reset.

Fixes #389
Fixes #2172

1def49b... by velsinki <email address hidden>

applications: Fix terminal launch of application

Trying to launch the settings for a specific application from a terminal
using "gnome-control-center applications APP_ID" currently fails, as the
permission store async call is usually not done yet.

Fix this by re-activating the attempted app selection when the async
call finishes.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2034>

85403f7... by Automeris naranja <email address hidden>

remote-desktop-page: Add link to instruct how to use remote desktop

As shown in the following mockups:
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/remote-desktop/remote-desktop.png

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2045>

47a0cae... by Automeris naranja <email address hidden>

privacy: Update Privacy panel description

As per suggestion of @aday in the following thread:
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2026#note_1918621

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2043>

6121bb0... by Maximiliano Sandoval R <email address hidden>

input-chooser: Only capture input while visible

Otherwise writing in the dialog would filter it even if the search bar
is not visible.

769287a... by Maximiliano Sandoval R <email address hidden>

input-chooser: Port to AdwWindow