~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/users-new-add-user-dialog

Last commit made on 2023-05-24
Get this branch:
git clone -b wip/users-new-add-user-dialog https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/users-new-add-user-dialog
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

1f39c4f... by Felipe Borges <email address hidden>

WIP: New modern "Add User" dialog

https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/users/add-user.png

86b4b43... by Davide Ferracin <email address hidden>

Update Italian translation

ce42d32... by Nelson Benitez

shell: fix visibility check for rows and avoid empty searches

When pressing ENTER (i.e. activating) a search with no
results ("No results found") the first Wifi panel was
being activating, that's wrong because cc_panel_list_activate()
should activate the first visible panel, but there are
no visible panels at the moment (No results found page is shown)

The problem was the visibility check in cc_panel_list_activate()
was incomplete and so it wrongly thought panels were app visible.

Part of #2119 (comments 4th and 5th)

e95669d... by Nelson Benitez

shell: avoid activating panel from an empty search

Avoid activating a panel when doing an empty search
i.e. clicking ENTER without having entered
any text in the search entry.

We should do nothing in this case, we fixed it by
detecting for this case when an activation happens
when there's still no search results view in place.

Closes #2119

2cf57ff... by Felipe Borges <email address hidden>

datetime: Merge "Clock" and "Calendar" sections

According to mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/date-and-time/date-and-time.png

79636a8... by Felipe Borges <email address hidden>

datetime: Move "Time Format" row out of "Clock" section

https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1277#note_1751622

7615bb5... by Lains <email address hidden>

datetime: Add top bar clock and calendar switches

For changing the clock display (weekday, seconds, date) and week numbers on the calendar

These switches should change:
- Whether or not the clock display has the week day (e.g. Mon).
- Whether or not the clock display has the date (e.g. Jun 6).
- Whether or not the clock display has seconds (e.g. 12:30:45).
- Whether or not the clock's popup calendar should show the week's number.

Fixes #257

9683d76... by Davide Ferracin <email address hidden>

Update Italian translation

60669db... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

483a5f3... by Mpho Jele <email address hidden>

user-accounts: Use AdwEntryRow for user full name