~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/gbsneto/split-info-panel

Last commit made on 2016-08-03
Get this branch:
git clone -b wip/gbsneto/split-info-panel https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/gbsneto/split-info-panel
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

8dadbf9... by Georges Basile Stavracas Neto

info: remove Default Applications section

The Default Applications section was moved to a new,
dedicate panel and is not needed anymore.

This patch removes the Default Applications section from
the Details panel.

051820d... by Georges Basile Stavracas Neto

default-apps: introduce Default Applications panel

The recent move to the new Shell layout with a sidebar forces
us to relayout all the panels that also use a sidebar. One of
these panels is the Details panel.

The first step to move the Details panel away from the sidebar
is moving the Default Applications page to a new, dedicate panel.

This patch introduces the new Default Applications panel.

bbe6b63... by Mario Sánchez Prada

Migrate the remaining bits of PpMaintenanceCommand to GTask

They were still using the deprecated GSimpleAsyncResult and throwing
a lot of warnings when building.

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

c41bbfa... by Mario Sánchez Prada

printers: Check all supported CUPS commands, not just the first one

Use an array of strings to store every supported command and check
the desired command against the elements in that list, instead of
simply checking the first one.

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

4b91972... by Mario Sánchez Prada

printers: Added new async API to check availability of maintenance commands

This cleans the code up a bit so that we can extract part of the logic
from _pp_maintenance_command_execute_thread() before getting into fixing
the problem in the logic checking whether a CUPS command is available.

Besides, it will be useful to have this logic extracted as it will be used
later on from pp-printer-entry.c to know whether the "Clean" command is
available, in order to show a menu item "Clean Print Heads" (bug 764620).

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

cbdc356... by Daniel Mustieles

Updated Spanish translation

5b10194... by Felipe Borges <email address hidden>

user-accounts: Drop CcEditableEntry references from um-user-panel

There is no need to use this type in the new user accounts panel.

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

5c12abb... by Felipe Borges <email address hidden>

user-accounts: Fix horizontal alignment of "Account Type" buttons

It makes "account-type-standard" and "account-type-admin" hexpand
properties to equal TRUE.

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

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

user-accounts: Use sensitivity to denote changes in "Account Type"

Instead of changing from "Account Type" buttons to label, set the
sensitivity of the buttons according to the current users' permission.

Now we hide the "Account Type" for a single user account.

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

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

user-accounts: Drop "Account Activity" button

Now the "Account Activity" dialog is launched by clicking in the
"Last Login" option.

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