~vcs-imports/gnome-control-center/+git/gnome-control-center:cc-illustrated-split-multitasking-mouse-rows

Last commit made on 2023-02-14
Get this branch:
git clone -b cc-illustrated-split-multitasking-mouse-rows https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
cc-illustrated-split-multitasking-mouse-rows
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

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

mouse: Redesign Mouse panel

See
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/mouse-and-touchpad/mouse-and-touchpad.png

42cfa6d... by Felipe Borges <email address hidden>

common: Introduce CcSplitRow

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

common, multitasking: Introduce CcIllustratedRow

The CcIllustratedRow is a generalization of CcMultitaskingRow to
be used later in the Mouse settings.

9f827ef... by Georges Basile Stavracas Neto

build: Bump GLib dependency

We'll use g_set_str() which was introduced in GLib 2.75.0

10cf38f... by Georges Basile Stavracas Neto

ci: Bump FDO_DISTRIBUTION_TAG

Let's build a newer image, with a more recent version of GLib.

f0e7873... by Hugo Carvalho

Update Portuguese translation

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

mouse: Add mouse "acceleration profile" row

Fixes #94

e865b14... by Nelson Benitez

keyboard: allow going back from CCInputChooser via single click

When adding new input sources, the first dialog shows a list of
languages, when single clicking one item you go to a subdialog
that has a 'go back' item, that item only works if double-clicking
it, but that is unintuitive because if you entered the dialog by
single click you also expect the 'go back' button to work by
single click too.

The subdialog is a GtkListBox configured to be double click,
because it has an 'Accept' header bar button and we don't
really want to activate the subdialog items by single click,
but the 'go back' row is special and as explained before it is
expected to work by single click too.

So this commit adds the required single click handler for the
'go back' rows created in CCInputChooser.

Fixes #1954

30030fe... by aurisc4

Update Lithuanian translation

d1e64d0... by Nelson Benitez

user-accounts: Initialize CcAvatarChooser a bit earlier

Fixes following warning when activating Users panel:
user-accounts-cc-panel-WARNING **: Error retrieving app filter for user (null): User 4294967295 does not exist

Initialize CcAvatarChooser a bit earlier so it does
not get used by show_user() before creation.

Fixes #2219