gnome-recipes:exporter

Last commit made on 2016-12-04
Get this branch:
git clone -b exporter https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
exporter
Repository:
lp:gnome-recipes

Recent commits

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

Add some more mnemonics

This makes the us a litte more keynavigatable and accessible.

5bb63a1... by Matthias Clasen <email address hidden>

Fix missing prototype warnings

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

Fix variable shadowing warnings

6022b71... by Matthias Clasen <email address hidden>

Fix unused variable warnings

18c33e4... by Matthias Clasen <email address hidden>

Use WARN_CFLAGS

7bd1b4a... by Matthias Clasen <email address hidden>

Ensure libglnx is built

1f1170a... by Matthias Clasen <email address hidden>

Add an Import action in the app menu

Maybe not ideal, but at least some way to start an import from
inside the application.

20a82f7... by Matthias Clasen <email address hidden>

Add a way to import a recipe

For now, this just works from the commandline. We should probably
add an import button somewhere.

2c257f1... by Matthias Clasen <email address hidden>

Add api to add chefs to the store

It turns out that there was no such API, but our importer will
need it.

03a1aaa... by Matthias Clasen <email address hidden>

Add a way to export a recipe

This is just a quick implementation that wraps the recipe and its
related data (photos, chef information) into a tarball.

As part of the implementation, we bring in libglnx as a submodule.