gnome-software:wip/jrocha/remove-unused-arg

Last commit made on 2018-02-27
Get this branch:
git clone -b wip/jrocha/remove-unused-arg https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
wip/jrocha/remove-unused-arg
Repository:
lp:gnome-software

Recent commits

b7e523e... by Philip Chimento <email address hidden>

flatpak: Remove unused argument

https://phabricator.endlessm.com/T19806

14d6d37... by Kalev Lember <email address hidden>

trivial: Fix translator comments for newly added strings

Thanks to Piotr Drąg for pointing this out!

8a4fbaf... by Kalev Lember <email address hidden>

trivial: Remove double ellipsis

Thanks to Piotr Drąg for pointing it out!

42c136d... by Kalev Lember <email address hidden>

repos dialog: Replace third party switch with an install/remove button

... as per latest mockups. This reuses existings strings from other
parts of gnome-software and doesn't break the ongoing string freeze.

ef88cae... by Kalev Lember <email address hidden>

trivial: app row: Remove an unused translator comment

ee804f2... by Kalev Lember <email address hidden>

Split out GsThirdPartyRepoRow class

38ea767... by Kalev Lember <email address hidden>

Rename GsReposDialogRow to GsRepoRow

bdb123c... by GNOME Translation Robot <email address hidden>

Update Dutch translation

9773eab... by Kalev Lember <email address hidden>

repos dialog: Try to make reloading less jarring

Instead of going to the loading state with spinner, only reload parts of
the dialog as needed when we enable/disable repos.

b80775c... by Kalev Lember <email address hidden>

app row: Fix reversed logic for making buttons insensitive

It only makes sense to make the Install/Remove buttons insensitive while
we're in INSTALLING or REMOVING state.