~vcs-imports/gnome-control-center/+git/gnome-control-center:users-update-the-corresponding-user-page

Last commit made on 2024-02-20
Get this branch:
git clone -b users-update-the-corresponding-user-page https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
users-update-the-corresponding-user-page
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

5651e92... by Felipe Borges <email address hidden>

system, users: Update the corresponded CcUserPage

When ActUserManager emits a user-changed signal, let's make sure we
update the CcUserPage that corresponds to the user-changed "user".

Fixes #2911

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

system, users: Don't set AdwNavigationPage.tag for the current-user

2c2fced... by AsciiWolf

Update Czech translation

2b2af85... by Automeris naranja <email address hidden>

power: Port "Automatic Suspend" row to CCListRow

This helps to clean the code a bit.

6a09703... by Felipe Borges <email address hidden>

system: Add "update-symbolic" icon to Software Update row

See https://gitlab.gnome.org/Teams/Design/settings-mockups/-/issues/67

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

system: Move "Software Updates" row from About page to toplevel

See https://gitlab.gnome.org/Teams/Design/settings-mockups/-/issues/67

bf4be8c... by Andy Holmes <email address hidden>

online-accounts: update strings to match GOA GNOME 46 design

Update the "Email" and "Calendars, Contacts, Files" to match the
GOA design for GNOME 46, as "E-mail" and "Calendar, Contacts and
Files", respectively.

See: Teams/Design/settings-mockups!68

5785f4c... by Automeris naranja <email address hidden>

power: Don't use GtkSizeGroup

This isn't being used in other panels; it also
increases the height of all rows when the
window is narrow, making the UI to look odd.

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

3f7d638... by Automeris naranja <email address hidden>

apps: Remove "activatable" property from "Default Apps" row

The CcListRow template already sets the row
as activatable[1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-45/panels/common/cc-list-row.ui?ref_type=heads#L4

c403408... by Automeris naranja <email address hidden>

apps: Avoid deleting handlers by clicking on the rows

In the "File & Link Associations" dialog, a handler
can be removed by clicking on the entire row. However,
this can lead to an accidental handler remove; also,
this behavior isn't present in other rows (from other
panels) that have a remove button.