lp:gnome-software

Owned by GNOME3 Team
Get this repository:
git clone https://git.launchpad.net/gnome-software

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-2 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 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-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 14 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
wip/jrocha/pull-runtime-related-refs 2018-07-08 21:29:32 UTC
flatpak: Add test for installing extensions when updating an app

Author: Joaquim Rocha
Author Date: 2018-07-05 21:40:20 UTC

flatpak: Add test for installing extensions when updating an app

When updating an app, if its runtime needs an extension and it's missing
(e.g. because it wasn't correctly installed before), then install the
extension while updating the app too.

gnome-3-20 2018-06-21 21:10:29 UTC
Fix potential crash when icons are missing

Author: Richard Hughes
Author Date: 2016-04-27 18:52:04 UTC

Fix potential crash when icons are missing

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

jrocha/fix-install-queue 2018-06-20 21:15:01 UTC
Fix how pending apps are installed from the installed page

Author: Joaquim Rocha
Author Date: 2018-06-20 15:03:28 UTC

Fix how pending apps are installed from the installed page

In the installed page, whenever the list of pending apps changes, the
page will try to install any app in it. This was fine when there were
no limited number of concurrent installations, but right now this may
be a problem (if an app that gets installed by the page goes in the
pending list, then this may trigger another install call from the page
and so on...).

Since the page only cares about installing the apps for when the list
of pending apps is loaded from disk (on start up), to prevent the issue
mentioned above these changes only install the pending apps on start up.
It also skips calling refine on all the pending apps after start up,
since apps are added to the pending apps list usually after being very
recently refined (i.e. we only need to refine them on start up, so this
patch may make things a bit faster in this regard).

https://phabricator.endlessm.com/T21194

wip/do-not-disable-flatpak 2018-05-18 20:39:04 UTC
flatpak: Refactor the plugin's setup method

Author: Joaquim Rocha
Author Date: 2018-05-18 15:23:53 UTC

flatpak: Refactor the plugin's setup method

https://phabricator.endlessm.com/T22617

wip/dont-invalidate-os-upgrades 2018-05-09 14:10:12 UTC
Do not invalidate OS upgrades in the Updates page

Author: Joaquim Rocha
Author Date: 2018-05-09 13:55:49 UTC

Do not invalidate OS upgrades in the Updates page

The Updates page resets the OS upgrades state to be available again if
there's a change to the updates, or an app removal, etc.. The reason for
this is that package-based systems need to make sure they have all the
packages downloaded, so this would force the user to download any
missing packages.

As a result, if the user has a downloaded OS upgrade in an ostree system,
and restarts GNOME Software, or removes an app, in this state, the OS
upgrade will show the Download button again, even if offline.

Any OS upgrade invalidation should be done by the plugins related to it
and not by the Updates page, so this patch removes the mentioned code.

gnome-3-26 2018-04-10 09:58:10 UTC
trivial: Post release version bump

Author: Kalev Lember
Author Date: 2018-04-10 09:58:10 UTC

trivial: Post release version bump

wip/jrocha/use-upgrades-cancellable 2018-03-29 21:35:53 UTC
Use the OS upgrade's cancellable object for related operations

Author: Joaquim Rocha
Author Date: 2018-03-19 15:57:53 UTC

Use the OS upgrade's cancellable object for related operations

Instead of creating its own cancellable for operations related to the OS
upgrade, we should use the OS upgrade's own cancellable object.
This will allow e.g. to connect the cancellable object from outside the
update page's code.

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

101130 of 130 results
This repository contains Public information 
Everyone can see this information.

Subscribers