gnome-recipes:redirect-import

Last commit made on 2017-02-19
Get this branch:
git clone -b redirect-import https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
redirect-import
Repository:
lp:gnome-recipes

Recent commits

54288cd... by Matthias Clasen <email address hidden>

wip: redirect imports to a different location

7455dc0... by Matthias Clasen <email address hidden>

Cosmetic reordering

b2635fb... by Matthias Clasen <email address hidden>

Be less agressive about unsetting the recipe

There is code in gr-window.c that expects to get the
recipe from the edit page after calling save. These
changes broke it, and made recipes crash when entering
new recipes. Bad!

5318055... by Matthias Clasen <email address hidden>

Be saver against crash

Always better to handle unexpected values without crashing.
I just experienced this due to some other bug.

6f915ab... by Matthias Clasen <email address hidden>

Add Nirbheek to credits

For his work on meson support.

ce43413... by Matthias Clasen <email address hidden>

Always allow editing your own data

Let users edit their own chef information, even if it
is contributed.

31074c4... by Matthias Clasen <email address hidden>

Add OS info to system tab

Show some information about the OS and the desktop
in the system tab. This can be useful in bug reports.

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

8a83a85... by Matthias Clasen <email address hidden>

Fix syntax for LIBGD_INIT

The options are whitespace separated.

8aeb3f9... by Matthias Clasen <email address hidden>

Initialize gd types explicitly

That appears to be necessary.

c224317... by Matthias Clasen <email address hidden>

Explicitly build libgd as static library

Shaily was having problems with linking against a shared libgd.