~vcs-imports/gnome-control-center/+git/gnome-control-center:remote-desktop-rename-to-desktop-sharing

Last commit made on 2024-02-12
Get this branch:
git clone -b remote-desktop-rename-to-desktop-sharing https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
remote-desktop-rename-to-desktop-sharing
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

04d6ff5... by Felipe Borges <email address hidden>

system, remote-desktop: Split Desktop Sharing on its own class

9ad078e... by Felipe Borges <email address hidden>

remote-desktop: Consolidate the "Desktop Sharing" term

This change will update the UI and internal reference names to use
the "Desktop Sharing" term, which refers to sharing a user's screen
with remote connections.

This differentiation is being introduced now so that we can avoid
conflict with "Remote Session", which will refer to headless/dedicated
remote desktop sessions.

Mockups
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/remote-desktop/remote-desktop.png

See #2827

617816b... by Automeris naranja <email address hidden>

apps: Tweak headings & descriptions from Default Apps sections

- Remove description text from both Default Apps
and Removable Media sections
- Change heading from the default apps section
from "Links & Files" to "Default Apps"

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2672

883720e... by Automeris naranja <email address hidden>

apps: Tweak the autorun-never option design

Invert the autorun-never option logic
and implement the new title and subtitle
suggested in https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2672 (comment 1939901)

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2672

644dc49... by Nishal Kulkarni <email address hidden>

apps: Separate autorun-never row

Put the disable autostart row in its own preference group.
Conforms with other settings layout where the AdwSwitchRow
is separated from the other AdwPreferencesRows.

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2672

1d8f9a3... by Peter Hutterer

wacom: Switch dialog to a AdwPreferencesRow

fcab974... by Peter Hutterer

wacom: Add mnemonics to the stylus button assignments

ad63caf... by Peter Hutterer

wacom: Switch to using a dialog for stylus button assignments

This moves the wacom stylus button assignments from a dropdown to an
external dialog, in preparation for adding keyboard shortcuts to this
list.

6059149... by Peter Hutterer

wacom: Clear the stylus highlight after a timeout

c5ee557... by Peter Hutterer

wacom: Highlight the currently active stylus

This duplicates the SVG images for the styli with the only change being
the fill colour (#d3d7cf to #3584e4).

Closes #2464