- 02 Sep, 2013 40 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
It's better to batch the Resolve() up into one transaction.
-
Piotr Drąg authored
-
Daniel Mustieles authored
-
Richard Hughes authored
-
Matthias Clasen authored
Otherwise we break reasonable screen sizes. We may revisit this at some point to use multi-line labels instead, but that needs more time to sort out alignment issues than I currently have.
-
Richard Hughes authored
-
Matthias Clasen authored
We don't want the subcategory list to grow super-wide while there are no apps, temporarily. The solution is a little hacky, but works: just put placeholders there, then the homogeneity of the grid will do the rest (empty columns defeat it).
-
Giovanni Campagna authored
This way we make sure to only get one result for our call.
-
Richard Hughes authored
-
Matthias Clasen authored
We don't want the subcategory list to grow super-wide while there are no apps, temporarily. The solution is a little hacky, but works: just put placeholders there, then the homogeneity of the grid will do the rest (empty columns defeat it).
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
This means we can return all applications witouth fully refining them.
-
Richard Hughes authored
This allows us to use it in the self test framework.
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
This fixes applications installed with jhbuild.
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
This would let us debug why they are in that state, rather than just asserting.
-
Richard Hughes authored
This reverts commit 08ce4709. It's just wrong.
-
Richard Hughes authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Also restyle the buttons properly while the installation or removal is ongoing.
-
Matthias Clasen authored
GsAppWidget must use g_signal_connect_object to connect to app signals, since the app can outlive the widget.
-
Matthias Clasen authored
-
Matthias Clasen authored
Use xsltproc directly, rather than the docbook2man wrapper. Turn the man page source into xml, and modernize it a bit. Also, document the available commandline options.
-
Matthias Clasen authored
Otherwise, this thing just doesn't work.
-
-