gnome-recipes:gsettings

Last commit made on 2017-03-08
Get this branch:
git clone -b gsettings https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
gsettings
Repository:
lp:gnome-recipes

Recent commits

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

Update appdata

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

Update storage docs

16b1123... by Matthias Clasen <email address hidden>

Clear removed ingredients when appropriate

When the shopping list is empty, clear out the removed
ingredients list too.

324147b... by Matthias Clasen <email address hidden>

Persist the removed ingredients on the shopping list

This was just an oversight; we need to be able to restore
the same shopping list the next time the application is
opened.

8150bf8... by Matthias Clasen <email address hidden>

Store the shopping list in gsettings

This is a little more complicated than the favorites
list, since we have the servings count to take into
account.

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

Store favorites in gsettings

Another piece of data we don't need to store in
its own file anymore.

172f8c6... by Matthias Clasen <email address hidden>

Drop the compatibility code for the rename

It's been a while, and we will make incompatible changes
to the way some of this data is stored.

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

Store the cooking count in gsettings

No need to write a file for this tiny amount of data.

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

Store the user id in gsettings

No need to write a file for this tiny amount of data.

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

Add gsettings infrastructure

Add a gsettings schema and install it. We are not using
any settings yet, this is just the infrastructure.