~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/iainl/test-coverage

Last commit made on 2019-02-19
Get this branch:
git clone -b wip/iainl/test-coverage https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/iainl/test-coverage
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

f4f7b95... by Iain Lane <email address hidden>

Run coverage (just for a test) on branches too

5fd16a2... by Iain Lane <email address hidden>

ci: Install udisks2 for the coverage tests

This is needed to build g-c-c for the test, until the image is updated.

3ccdd42... by Robert Ancell

thunderbolt: Remove unused no_show_all properties

The gtk_widget_show_all calls were removed in d2ae2d4

b181fcc... by Adrien Plazas

region: Slide the restart revealer up

This direction is more natural given the layout.

f022550... by Adrien Plazas

region: Make the rows adaptive

Align the sizing of the rows on the one of HdyActionRow and ellipsize
the labels to make the panel better fit in narrow windows.

e75cf5b... by Adrien Plazas

region: Make CcInputRow adaptive

Align the sizing of the CcInputRow on the one of HdyActionRow and
ellipsize its labels to make it better fit narrow windows.

8cb75c4... by Adrien Plazas

region: Stabilize the size of the Input Sources button

This avoids the button's size to jump as its surrounding box's size
changes because of the description label taking more or less lines.

fa76b5e... by Adrien Plazas

region: Wrap the Input Sources description

This allows the panel to reach smaller sizes.

71b0499... by Adrien Plazas

region: Adapt the indentation

This adapts the indentation of the children of HdyColumn, which were
deliberately left intact in the previous commit to make it more
readable.

23e85b6... by Adrien Plazas

region: Use a HdyColumn and a GtkScrolledWindow

Put the widget's content into a HdyColumn, itself into a
GtkScrolledWindow. This allows the panel to reach narrower sizes.

This deliberately doesn't adapt the indentation of the contained widget
to help this commit to be more readable and easier to review, it will be
adapted in the next commit.