~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/rishi/new-goa-panel

Last commit made on 2017-02-16
Get this branch:
git clone -b wip/rishi/new-goa-panel https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/rishi/new-goa-panel
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

fd095e8... by Georges Basile Stavracas Neto

online-accounts: Only show the accounts list when there are accounts

When the user has no account set, the current implementation of the Online
Accounts panel shows a weird 1px line that is the empty list.

Fix that by only showing the list when there are accounts available.

https://bugzilla.gnome.org/show_bug.cgi?id=774222

572b853... by Georges Basile Stavracas Neto

online-accounts: Make the account editor box vertical

When credentials expire, they're being added horizontally since
this is the default value of the GtkOrientable:orientation property.

Fix that by making the account editor box vertical, and adding some
spacing.

https://bugzilla.gnome.org/show_bug.cgi?id=774222

219d628... by Georges Basile Stavracas Neto

online-accounts: Align the panel widgets in the middle

The current implementation of the Online Accounts panel allows
2 states: either the widgets of the panel fill the whole horizontal
space, or they shrink and fill only the absolutely minimum. The
ideal solution, however, is to make them grow with the panel.

Fix that by turn the main box into a GtkGrid, and adding stub widgets
that expand horizontally and pull the main widgets to the middle,
allowing them to cover at most 1/3 of the screen.

https://bugzilla.gnome.org/show_bug.cgi?id=774222

d615242... by Georges Basile Stavracas Neto

online-accounts: Add an offline message label

When offline, we currently block the new accounts listbox
so that users can't add new accounts. There is, however,
no visual indication that we're offline, besides the listbox.

Fix that by adding a descriptive label that's only visible
when offline.

https://bugzilla.gnome.org/show_bug.cgi?id=774222

eaceeb7... by Georges Basile Stavracas Neto

online-accounts: Add a bottom row to display non-branded providers

As per the mockups, and mimicking the dialog behavior, add a bottom
row that shows non-branded providers.

https://bugzilla.gnome.org/show_bug.cgi?id=774222

60c315b... by Ondrej Holy

user-accounts: Fix crash when name is changed and dialogue closed

Wrong variables are used to store timeout id, consequently, the sources
are not properly removed in all cases. Then the dialog may crash in certain
cases if it is closed before the source functions are called.

https://bugzilla.gnome.org/show_bug.cgi?id=778595

3111d66... by Jiri Grönroos

Update Finnish translation

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

printers: Make the printer address always sensitive

This patch individually updates the sensitivity of the
PpDetailsDialog child widgets, so we can leave the printer
address label always sensitive.

https://bugzilla.gnome.org/show_bug.cgi?id=778682

86f131a... by Jeremy Bícha

display: Really fix typo in "Tomorrow"

Spelled correctly in the commit message, but not in the code itself.
Yay! :(

https://bugzilla.gnome.org/show_bug.cgi?id=778513

22daeda... by Jeremy Bícha

privacy: Set destructive-action for confirmation buttons only

https://bugzilla.gnome.org/show_bug.cgi?id=778567