gnome-recipes:inline-editing-2

Last commit made on 2017-05-08
Get this branch:
git clone -b inline-editing-2 https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
inline-editing-2
Repository:
lp:gnome-recipes

Recent commits

44dc6f8... by Ekta Nandwani <email address hidden>

Allow editing unit and ingredient by clicking on thier labels

Clicking the GtkLabel(unit/ingredient) opens GtkEntry(unit/ingredient)
to edit contents one at a time and pressing enter/Esc saves it

385d8c1... by Matthias Clasen <email address hidden>

Update appdata

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

Sort the completions

And make the ingredients model pick up all ingredients.

286065f... by Matthias Clasen <email address hidden>

Add predefined ingredients to the list of all

The recipe store has a function to return 'all'
ingredients. Make it actually return all.

78eac57... by Matthias Clasen <email address hidden>

Refactor editable row setup as a separate function

Avoid setting up entry completion for rows that
are not editable.

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

Use preset: glib for extracting strings

Among other things, this tells xgettext to accept
utf8 strings.

00426db... by Matthias Clasen <email address hidden>

Regenerate translatable content

We now include segment titles in the translatable content.

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

Include segment titles when extracting recipe strings

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

Translate ingredients back to their untranslated name

We used to do this, in order to save recipes in a
translatable form, as far as possible. It was lost
when the ingredients list was rewritten.

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

Stop translating segments in GrIngredientsList

Instead translate segment titles just before displaying them.