gnome-software:wip/jrocha/category-redesign

Last commit made on 2017-08-30
Get this branch:
git clone -b wip/jrocha/category-redesign https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
wip/jrocha/category-redesign
Repository:
lp:gnome-software

Recent commits

780ff01... by Joaquim Rocha <email address hidden>

Do not show the sort button on add-ons (except in shell-extensions)

This is due to the fact that add-ons (except shell-extensions) cannot
be rated at the moment.

4f388c8... by Joaquim Rocha <email address hidden>

Use a source label when needed in the category view

If two tiles in the category view represent the same app but coming from
different sources, then we should add that distinction to the user.

For that, this patch adds a new "origin label" to the popular tile
that's used in the category view. This label is only visible if the
mentioned distinction is needed (set to it).

4ce98b3... by Joaquim Rocha <email address hidden>

Add the header filter to the category view when viewing the Add-Ons

The Add-Ons category uses a different widget to filter its
subcategories: instead of a menu button, it uses a header with a few
buttons that is similar to a GtkNotebook (in fact, the intention of the
designer was to use a GtkNotebook but that is not how the category view
is implemented).

6ad281f... by Joaquim Rocha <email address hidden>

Use popular tiles instead of summary tiles for the category view

The popular tiles will be more compact and end up giving more emphasis
to the featured apps at the top which use the summary tiles.

c31b867... by Joaquim Rocha <email address hidden>

Add featured apps to the category view

The new designs for the category view shows 3 featured apps at the top
of the view. This patch adds those by getting 3 featured apps randomly.

51ba4f0... by Joaquim Rocha <email address hidden>

Implement the sorting of apps in the category view

This implementation follows the new designs and uses a popover
to select between sorting by rating or by name.

383a761... by Richard Hughes

trivial: Fix fwupd plugin bug found using clang

ebc969c... by Richard Hughes

trivial: Remove some dead code

9944bf5... by Joaquim Rocha <email address hidden>

Replace the category view side filter by a dropdown

This is part of the new design for the category views where the
subcategories are selected from a dropdown popover instead of a side
list. The featured apps are also shown in a different way that will
be implemented at a later stage but because of that we no longer allow
to filter the Featured apps.

87fc886... by Richard Hughes

fwupd: Use the new API in 0.9.7 to avoid guessing the needs-reboot flag

Also switch to the non-deprecated define names (added in 0.7.3)