View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/gnome-software

GNOME Software has 1 active review. See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-software.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
wip/jrocha/fix-app-row-destructive-button 2018-03-28 11:28:33 UTC
app-row: Only set the row's button as destructive when it removes an app

Author: Joaquim Rocha
Author Date: 2018-03-28 11:17:45 UTC

app-row: Only set the row's button as destructive when it removes an app

If the page is set as colorful, we should still not show the update
button as destructive. So it should only be set as such when the app
is installed (because the button will remove the app).

gnome-3-24 2018-03-13 20:02:13 UTC
Sort the upgrades list chronologically

Author: Richard Hughes
Author Date: 2018-03-13 20:02:13 UTC

Sort the upgrades list chronologically

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1553792

wip/kalev/repos-dialog-string-change 2018-03-01 08:22:06 UTC
repos dialog: Show "Remove All" instead of "Remove"

Author: Kalev Lember
Author Date: 2018-02-28 15:21:20 UTC

repos dialog: Show "Remove All" instead of "Remove"

When removing a repo-release package, use "Remove All" to show that it
removes all repos that come from that package.

wip/jrocha/remove-unused-arg 2018-02-27 16:36:17 UTC
flatpak: Remove unused argument

Author: Philip Chimento
Author Date: 2017-11-03 01:35:46 UTC

flatpak: Remove unused argument

https://phabricator.endlessm.com/T19806

wip/jrocha/avoid-deref-cherry-picks 2018-02-27 12:46:16 UTC
GsPlugin: Avoid dereferencing self pointer before g_return_if_fail checks

Author: Kalev Lember
Author Date: 2018-01-12 09:19:03 UTC

GsPlugin: Avoid dereferencing self pointer before g_return_if_fail checks

gnome-3-22 2018-02-16 20:32:04 UTC
trivial: Include the fwupd version in the useragent

Author: Richard Hughes
Author Date: 2018-02-16 20:32:04 UTC

trivial: Include the fwupd version in the useragent

See https://blogs.gnome.org/hughsie/2018/02/16/ for more details.

wip/kalev/plugin_loader_cancellable 2017-12-12 20:51:32 UTC
plugin loader: Fix converting gio errors in async _finish() functions

Author: Kalev Lember
Author Date: 2017-12-12 20:50:33 UTC

plugin loader: Fix converting gio errors in async _finish() functions

wip/kalev/3rd-party-software 2017-12-07 10:41:40 UTC
packagekit: Implement repository enabling

Author: Kalev Lember
Author Date: 2017-12-07 10:38:01 UTC

packagekit: Implement repository enabling

This fixes enabling repositories after clicking 'Enable' in the Enable
Proprietary Software Sources notification which up until now was
untested and just errored out.

gnome-3-16 2017-10-21 13:44:23 UTC
Update zh_CN translation

Author: Mingye Wang
Author Date: 2017-10-21 13:44:23 UTC

Update zh_CN translation

gnome-3-18 2017-10-21 13:43:46 UTC
Update zh_CN translation

Author: Mingye Wang
Author Date: 2017-10-21 13:43:46 UTC

Update zh_CN translation

wip/jrocha/fix-startup 2017-10-17 16:35:24 UTC
Go to the overview mode by default before activation

Author: Joaquim Rocha
Author Date: 2017-10-17 10:58:30 UTC

Go to the overview mode by default before activation

The overview mode is the default one but was only being set when the
user opens GNOME Software (even if it was already running). This patch
sets that mode right after the loading is finished on start up, as a
consequence, the start up is a bit slower, but the user sees the
overview right away which makes it looks faster.

wip/jrocha/category-redesign 2017-08-30 12:47:01 UTC
Do not show the sort button on add-ons (except in shell-extensions)

Author: Joaquim Rocha
Author Date: 2017-08-29 15:48:30 UTC

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.

wip/gtk4 2017-07-21 10:18:08 UTC
Rough gtk4 port

Author: Timm Bäder
Author Date: 2017-06-14 10:17:24 UTC

Rough gtk4 port

wip/jrocha/fix-file-to-app-logic 2017-07-11 07:51:14 UTC
flatpak: Set the correct origin when installing a flatpakref

Author: Joaquim Rocha
Author Date: 2017-06-30 23:33:00 UTC

flatpak: Set the correct origin when installing a flatpakref

When installing a flatpakref, part of the process is to install its
ref file, and the code was assuming that this installation always
results in a new remote (named as app_name-origin). However, if there
is already a remote with the same URI as the one coming from the ref
file, it will not add the new one in order to avoid redudancy.

Since the GsApp representing the one in the flatpakref was being
assigned the "app_name-origin" as its origin, it would fail to install
later because this expected origin may not exist (as explained above).

To fix this, once the ref file is installed, we get the resulting
remote's name (i.e. a new one or the existing one) and override the
app's origin with it, which will allow the installation to succeed.

wip/kalev/rpm-ostree 2017-06-01 11:51:01 UTC
update dialog: Add separate sections for package additions and removals

Author: Kalev Lember
Author Date: 2017-05-29 11:02:26 UTC

update dialog: Add separate sections for package additions and removals

... as per the design guidance in
https://github.com/gnome-design-team/gnome-mockups-software/blob/master/wireframes/atomic-updates.png

wip/jrocha/fix_popular_overrides 2017-04-13 17:52:58 UTC
Add self tests for the core plugin

Author: Joaquim Rocha
Author Date: 2017-04-13 15:13:21 UTC

Add self tests for the core plugin

The tests cover currently gs_appstream_create_app.

wip/laney/pq 2017-01-26 12:50:55 UTC
Download changelog information on demand - this stops the UI blocking on startup

Author: Robert Ancell
Author Date: 2016-11-07 03:55:18 UTC

Download changelog information on demand - this stops the UI blocking on startup

wip/gnome-3-20-fedora 2016-11-21 18:09:28 UTC
Show a better error message when downloading a distro upgrade fails

Author: Kalev Lember
Author Date: 2016-07-12 17:13:50 UTC

Show a better error message when downloading a distro upgrade fails

This is a backport of commits e07c324 and 0c271ef together with
translation updates.

wip/hughsie/plugin-fedora-liveusb 2016-10-31 09:08:58 UTC
Add a plugin to disable updates when running on a Fedora LiveUSB image

Author: Richard Hughes
Author Date: 2016-10-31 09:08:58 UTC

Add a plugin to disable updates when running on a Fedora LiveUSB image

gnome-3-10 2016-09-24 19:52:13 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-24 19:52:13 UTC

Updated Occitan translation

wip/hughsie/non-free-filter 2016-01-07 15:51:04 UTC
Allow filtering the search results by free software

Author: Richard Hughes
Author Date: 2016-01-07 11:37:35 UTC

Allow filtering the search results by free software

gnome-3-14 2015-10-24 09:21:49 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-10-24 09:21:49 UTC

Updated Portuguese translation

gnome-3-12 2015-05-23 20:04:13 UTC
Added Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-23 20:04:13 UTC

Added Occitan translation

101123 of 123 results

Other repositories

Name Last Modified
lp:gnome-software 5 hours ago
lp:~ken-vandine/gnome-software 2018-01-29
lp:~jamesh/gnome-software 2017-08-24
lp:~jbicha/gnome-software 2016-12-17
14 of 4 results
You can't create new repositories for GNOME Software.