~vcs-imports/gnome-control-center/+git/gnome-control-center:sharing-consistency-tweaks

Last commit made on 2022-02-24
Get this branch:
git clone -b sharing-consistency-tweaks https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
sharing-consistency-tweaks
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

dbfea26... by Christopher Davis <email address hidden>

sharing: Re-work dialog widgetry

Rework the widgetry of the dialogs to use
AdwPreferences{Page,Group} and AdwActionRows.
This lets the dialogs be freely resizable,
and gives them sensible default sizes.

a4f2842... by Christopher Davis <email address hidden>

sharing: Make Network list an AdwPreferencesGroup

29278b0... by Christopher Davis <email address hidden>

sharing: Use AdwPreferences{Page, Group} for main panel

55f366b... by Rafael Fontenelle

Update Brazilian Portuguese translation

fafd093... by Rafael Fontenelle

usage: fix typo

ba3410f... by Rafael Fontenelle

microphone: remove extra newline and spaces

The extra line was causing newline chars and whitespaces to be added
to translation strings

0452e9e... by Mohammed Sadiq <email address hidden>

network: Fix a possible memory leak in QR code

It's possible that the QR code for the same text has been requested,
but for a different size. Fix a memory leak that would happen
in those cases.

7c9c42f... by Christopher Davis <email address hidden>

usage: Use AdwComboRow for "File History Duration"

a95b570... by Christopher Davis <email address hidden>

usage: Use AdwComboRow for "Automatically Delete Period"

a3c31fc... by Christopher Davis <email address hidden>

usage: Use AdwPreferences{Page,Group}, AdwActionRow

Uses AdwPreferencesPage and AdwPreferencesGroup for
consistency with the rest of the application. The
combo rows now use AdwActionRow so they can be
included in the AdwPreferencesGroup without
a custom list box.