- 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
-
- 18 Apr, 2016 1 commit
-
-
Richard Hughes authored
-
- 14 Apr, 2016 2 commits
-
-
Richard Hughes authored
The format isn't standardized as markdown between distros.
-
Richard Hughes authored
This reduces the delta against master.
-
- 26 Feb, 2016 2 commits
-
-
During dist, the generated sources need to be generated since they're included in gnome_software_SOURCES. However, if PackageKit is disabled, the recipes for generating the files are commented out. Remove the conditional around the source file recipes. There's nothing PackageKit dependent as they just call gdbus-codegen on DBus interface files in the source tree. All that's needed for keeping them out of the non-PackageKit build is to have the conditional around gnome_software_SOURCES. https://bugzilla.gnome.org/show_bug.cgi?id=762625
-
It's preferred that the built source files are generated by the builder rather than being created by the developer and distributed with the tarball. That ensures that the builder's glib-compile-schemas and gdbus-codegen are used rather than the developer's. https://bugzilla.gnome.org/show_bug.cgi?id=762625
-
- 23 Feb, 2016 1 commit
-
-
Richard Hughes authored
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=751776
-
- 12 Feb, 2016 3 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
This is a prototype for power-users and is not fully complete or designed... It is, however, hugely useful for me.
-
Richard Hughes authored
-
- 11 Feb, 2016 3 commits
-
-
Emmanuele Bassi authored
-
Matthias Clasen authored
Not so trivial after all: https://git.gnome.org/browse/gnome-software/commit/?id=0041ddbd18e27c86c1523e5a76c45c13765fd92e
-
Robert Ancell authored
-
- 09 Feb, 2016 3 commits
-
-
Signed-off-by:
Richard Hughes <richard@hughsie.com>
-
Signed-off-by:
Richard Hughes <richard@hughsie.com>
-
Signed-off-by:
Richard Hughes <richard@hughsie.com>
-
- 01 Feb, 2016 1 commit
-
-
Richard Hughes authored
This is for xdg-app support.
-
- 29 Jan, 2016 1 commit
-
-
Richard Hughes authored
-
- 28 Jan, 2016 1 commit
-
-
Kalev Lember authored
-
- 27 Jan, 2016 3 commits
-
-
Richard Hughes authored
With xdg-app apps over an ostree base using PackageKit does not make sense. WOGUE: If you're reading this, no, we're not dropping PackageKit support. We're still planning to keep this enabled for distros like Fedora for a long time, but this flag makes it easier to test using jhbuild and in continuous.
-
Richard Hughes authored
This does mean adding a few error codes, but means we can make showing the offline updates failure dialog a lot easier. Since we already got all the information we need in the update monitor it makes no sense to re-get this data when we could just save one GError. Plus, it's two less source files to worry about...
-
Richard Hughes authored
This is 100% PackageKit specific and doesn't need to bloat the core app.
-
- 20 Jan, 2016 2 commits
-
-
Kalev Lember authored
-
Kalev Lember authored
This code is licensed under LGPLv2+ to make it easier to reuse it in other projects in the future.
-
- 11 Jan, 2016 2 commits
-
-
Richard Hughes authored
-
This new container derived from GtkBin allows for specifying the fixed width and height of its child. https://bugzilla.gnome.org/show_bug.cgi?id=758662 Signed-off-by:
Richard Hughes <richard@hughsie.com>
-
- 24 Sep, 2015 1 commit
-
-
Richard Hughes authored
We also get a lot more information from appstream-glib this way too.
-
- 11 Sep, 2015 1 commit
-
-
Kalev Lember authored
This lets us port '_cleanup_plugin_list_free_ GList *' to g_autoptr(GsAppList). As it was the last user of the old cleanup macros, this commit also drops gs-cleanup.h.
-
- 31 Aug, 2015 1 commit
-
-
Kalev Lember authored
The new class makes use of G_DECLARE_FINAL_TYPE, so this bumps glib dependency to 2.44.0 as well.
-
- 30 Jul, 2015 1 commit
-
-
Kalev Lember authored
-
- 08 Jun, 2015 1 commit
-
-
Matthias Clasen authored
It doesn't make sense to show the updates UI to a user who does not have the trigger-offline-updates privilege, so hide the Updates tab button in this case, and don't notify the user about available updates. If the user manages to open the updates tab anyway (e.g. by using the --mode=updates commandline option), tell him that updates are managed. https://bugzilla.gnome.org/show_bug.cgi?id=749744
-
- 18 May, 2015 2 commits
-
-
Kalev Lember authored
This makes sure gnome-software gets autolaunched when something wants to use the org.freedesktop.PackageKit DBus session service. https://bugzilla.redhat.com/show_bug.cgi?id=1221646
-
Kalev Lember authored
No other changes besides simple search-and-replace Gpk -> Gs. https://bugzilla.gnome.org/show_bug.cgi?id=749485
-
- 16 Apr, 2015 1 commit
-
-
GsHidingBox is a container which displays only as many children as its limited size allows. Also implements a minimum subset of features of GtkBox but is derived directly from GtkContainer rather than GtkBox. Its first application is to hide the popular tiles if there is not enough area on the screen to fit them all. This version allocates the extra space to the children so they expand and shrink as the box is resized. https://bugzilla.gnome.org/show_bug.cgi?id=742211
-
- 16 Feb, 2015 3 commits
-
-
Kalev Lember authored
The new org.freedesktop.PackageKit.Modify2 interface is equivalent with the older org.freedesktop.PackageKit.Modify, the only changes are the removal of the XID parameter in all methods and the addition of desktop_id and platform_data parameters.
-
Kalev Lember authored
... and implement the missing bits of the PK session service dbus interface.
-
Kalev Lember authored
No other changes besides simple search-and-replace Gpk -> Gs.
-
- 11 Feb, 2015 2 commits
-
-
Kalev Lember authored
This splits out common install / remove helpers, avoiding code duplication and making it easier to share code between different pages in the future.
-
Kalev Lember authored
-