gnome-recipes:completion-draft

Last commit made on 2017-04-22
Get this branch:
git clone -b completion-draft https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
completion-draft
Repository:
lp:gnome-recipes

Recent commits

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

Add preliminary unit completion

This is somewhat simple-minded, but works. Future improvements:
Show and match the spelled-out unit name as well, consider not
showing the amount in each row. Show conversions, too.

4f80350... by Matthias Clasen <email address hidden>

Add preliminary ingredient completion

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

Fix gr_ingredient_get_names

The function was using G_N_ELEMENTS on a non-static array,
yielding 0. Use it on the right array instead.

553b4b3... by Matthias Clasen <email address hidden>

Stop using selection mode

We can just start editing a row (ie showing the buttons)
when it is activated.

815fadd... by Matthias Clasen <email address hidden>

Bring back collecting ingredients

This brings back the code to collect ingredients from
the lists when we want to save them.

3dcec7f... by Matthias Clasen <email address hidden>

Move code removal

This drops all the code for building and operating
the ingredient edit popover.

9b7d62c... by Matthias Clasen <email address hidden>

Remove no-longer needed code

This begins to remove unused code from gr-edit-page.c.

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

More refactoring work

Hook up list removal, and make it so that there can be only
one active row in all the lists.

78726eb... by Matthias Clasen <email address hidden>

More work in progress

Add the overlay buttons back, and implement adding, removing
and repositioning rows. Still to be done: editing, saving
changes and other details.

314b20e... by Matthias Clasen <email address hidden>

wip: More work on ingredients list refactoring

Complete the non-editable mode and use it on the details page.