gnome-software:wip/hughsie/reviews-donation

Last commit made on 2019-07-16
Get this branch:
git clone -b wip/hughsie/reviews-donation https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
wip/hughsie/reviews-donation
Repository:
lp:gnome-software

Recent commits

2cd3c06... by Richard Hughes

Show a donation section in the review dialog

Additionally, allow admins to disable the donation functionality using a key in
GSettings.

d1f6879... by Richard Hughes

Implement the new featured banner carousel design

Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/425

15aceb2... by jimmac

featured: make Blender text more legible

Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/738

8853627... by Daniel Mustieles

Updated Spanish translation

5e036ee... by jimmac

theme: fix stars for :dark theme

Fixing theming before we even rolled out user-preferred
dark theming.

Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/701

e82fb6e... by Richard Hughes

Remove the wildcard apps afterthe very first refine call

If we have filter flags set then gs_plugin_loader_run_refine_filter() is called
indirectly twice, so all the wildcards get added again as they're only removed
in gs_plugin_loader_run_refine().

Fixes the other half of https://gitlab.gnome.org/GNOME/gnome-software/issues/736

42a277d... by Richard Hughes

trivial: Fix a typo when checking lists for duplicates

42a3b73... by Richard Hughes

Never claim wildcard applications from AppStream

Fixes half of https://gitlab.gnome.org/GNOME/gnome-software/issues/736

59c376c... by Richard Hughes

Don't apply drop shadow on stock symbolic icons, harder

Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/693

c8d2b92... by Robert Ancell

snap: Fix incorrect usage of new connections API

It's a low risk case, but we an unconnected plug could be missed making us
think a snap is not graphical.