- 28 Oct, 2013 17 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
Spotted by clang.
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
We can use the existing property-changed mechanisms in a smarter way.
-
Richard Hughes authored
-
Richard Hughes authored
This is probably another problem in the stack, but it's helpful to show something on the console.
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
Using gnome-software 3.10.x plugins in a 3.11.x binary (and vice-versa) causes all kinds of mischief.
-
Richard Hughes authored
-
Richard Hughes authored
Additionally, use the full ID to avoid appending .desktop to the name.
-
- 27 Oct, 2013 4 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
This is just cosmetic, the consumers of this just don't care.
-
Richard Hughes authored
-
Richard Hughes authored
We use UNKNOWN to force the state machine into a known state.
-
- 26 Oct, 2013 3 commits
-
-
Matthias Clasen authored
g_network_monitor_get_default is transfer-none, so we need to take a reference if we want to drop it later on.
-
Piotr Drąg authored
-
Matthias Clasen authored
This moves more code from the gsd updates plugin here: We now also do the notification at login after an offline update. At the same time, move the code that deals very specifically with the internals of offline updates to its own file.
-
- 25 Oct, 2013 3 commits
-
-
Richard Hughes authored
We need to refresh the headers after the list is sorted.
-
Richard Hughes authored
-
Richard Hughes authored
This allows us to easily profile the category searching.
-
- 24 Oct, 2013 6 commits
-
-
Matthias Clasen authored
I run xmllint --format to clean things up; you should too.
-
Matthias Clasen authored
This is the desired appearance. We use the same style class as GtkHeaderBar, to remain theme-friendly. https://bugzilla.gnome.org/show_bug.cgi?id=710629
-
Richard Hughes authored
You need new AppStream metadata for this to work. We'll do something closer to the mockups soon.
-
Kjartan Maraas authored
-
Richard Hughes authored
These are not yet used in the Fedora or SUSE metadata files.
-
Richard Hughes authored
This worked before if the unknown tag was in the root <application> but fails if it appears anywhere like <screenshots> or <keywords>
-
- 23 Oct, 2013 7 commits
-
-
Richard Hughes authored
This allows us to replicate what the UI is doing, for instance: ./gnome-software-cmd search 0ad --show-results --refine-flags=size
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
For PackageKit this is a list of the PackageIds, but for other plugins it can just be the desktop filename for example. This now allows PackageKit to install and remove applications that have multiple sources.
-
Richard Hughes authored
-
Richard Hughes authored
This allows us to have an AppStream application that has more than one <pkgname/> tags. This allows us to define meta-applications that consist of more than one package, for instance a 'font' where each face is in a different package. This needs a bit more work before things like install and remove work for applications with multiple sources, but is certainly a small step in the right direction.
-