- 16 Feb, 2018 1 commit
-
-
Richard Hughes authored
See https://blogs.gnome.org/hughsie/2018/02/16/ for more details.
-
- 12 Sep, 2016 1 commit
-
-
Richard Hughes authored
-
- 09 Sep, 2016 1 commit
-
-
Richard Hughes authored
Based on a patch by Iain Lane <iain@orangesquash.org.uk>, many thanks.
-
- 26 May, 2016 1 commit
-
-
Kalev Lember authored
Factoring it out makes it possible to use the nicely designed error messages that Allan / Rafal did in other places as well, not just in GsUpdateMonitor. This also switches distro upgrade error messages to use the common code, fixing the error messages to actually show up instead of a non-working expander in the current error messages. https://bugzilla.redhat.com/show_bug.cgi?id=1335414
-
- 25 Apr, 2016 1 commit
-
-
Richard Hughes authored
I guess this is technically a UI freeze break, but given we've not actually shown any of the upgrade UI to the user before Allan decided it would be best to backport the latest design.
-
- 22 Apr, 2016 1 commit
-
-
Richard Hughes authored
-
- 18 Apr, 2016 1 commit
-
-
Richard Hughes authored
-
- 14 Apr, 2016 3 commits
-
-
Richard Hughes authored
This reduces the delta against master.
-
Richard Hughes authored
This reduces our delta against master.
-
Richard Hughes authored
This reduces the delta to master.
-
- 14 Mar, 2016 2 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
-
- 26 Feb, 2016 2 commits
-
-
Richard Hughes authored
This makes things a bit simpler, removing a lot of duplicated states and adding a compulsory boolean to GsApp to avoid overloading the kind. The missing kind has also been converted to using the UNAVAILABLE state instead.
-
Richard Hughes authored
This is the first step to de-duplicating the GsAppKind and AsAppKind.
-
- 23 Feb, 2016 1 commit
-
-
Richard Hughes authored
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=751776
-
- 10 Feb, 2016 2 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
In retrospect, 'state' was a bad name for this.
-
- 09 Feb, 2016 2 commits
-
-
Richard Hughes authored
This helper function returns a salted hash string that is specific to the machine and the user.
-
Richard Hughes authored
-
- 02 Feb, 2016 1 commit
-
-
Richard Hughes authored
If upstream changes the screenshot or remote icon content without changing the URL in the AppData file then we never re-download the new content. We also don't want to redownload this every time as well, so just invalidate all the cached content when we change the minor version of gnome-software, e.g. from 3-16 to 3-18.
-
- 28 Jan, 2016 1 commit
-
-
Richard Hughes authored
In this case the user dismissed the shell dialog, and we want to undo the trigger that we just set.
-
- 27 Jan, 2016 1 commit
-
-
Richard Hughes authored
If we're using gnome-software in XFCE or KDE then the user can still reboot manually and take advantage of the offline update service.
-
- 25 Jan, 2016 1 commit
-
-
Richard Hughes authored
-
- 18 Jan, 2016 1 commit
-
-
Richard Hughes authored
In the UI we want to show 'Fedora - Updates' but in the other plugins (like fedora-provenance) we need to match on the low-level ID.
-
- 14 Jan, 2016 1 commit
-
-
Kalev Lember authored
Previously, we would use "gnome-software/x.y.z" in some requests and "gnome-software" in others. This commit factors out gs_user_agent() and switches all soup_session_new() calls to use it, to ensure that the same user agent is used everywhere.
-
- 01 Oct, 2015 1 commit
-
-
Richard Hughes authored
-
- 10 Sep, 2015 1 commit
-
-
Kalev Lember authored
... and bump glib dep to 2.45.8 for g_autoptr(GString) support.
-
- 07 Sep, 2015 1 commit
-
-
Kalev Lember authored
We still have a few types that don't support g_autoptr(), but very very close to having everything ported over.
-
- 24 May, 2015 1 commit
-
-
Kalev Lember authored
Make sure that gs_stop_spinner() removes the associated fade-in timeout source as well.
-
- 25 Feb, 2015 1 commit
-
-
Alexandre Franke authored
* There's no point in inserting the link the way it was done * moreover the link was not translatable * and the order of parameters was wrong anyway, origin_url should be fourth not second We should also use https instead of plain http. https://bugzilla.gnome.org/show_bug.cgi?id=745080
-
- 16 Feb, 2015 1 commit
-
-
Richard Hughes authored
-
- 11 Feb, 2015 1 commit
-
-
Kalev Lember authored
-
- 12 Dec, 2014 1 commit
-
-
Richard Hughes authored
-
- 11 Dec, 2014 2 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
This allows us to do three things: * Simplify the icon loading, and remove a lot of hacks and heuristics used. * Split out a plugin to download icons, which allows us to support remote icons for non-webapps which we'll use to good effect soon. * Simplify the epiphany web-app integration to avoid having two places to query application state.
-
- 05 Oct, 2014 1 commit
-
-
Kalev Lember authored
-
- 26 Sep, 2014 1 commit
-
-
Richard Hughes authored
-
- 15 Sep, 2014 1 commit
-
-
Kalev Lember authored
It turns out to have been a major contributor to hard-to-debug gnome-software crashes. Unlike the rest of GSource, g_source_set_name / g_source_set_name_by_id are not threadsafe and calling them from a worker thread can lead to double frees and / or trashed heap. https://bugzilla.gnome.org/show_bug.cgi?id=736683
-
- 31 Aug, 2014 2 commits
-
-
Kalev Lember authored
-
Kalev Lember authored
Due to an early return code path, the offline update would still remain in the triggered state even after pressing cancel in the shutdown dialog. Fix this.
-