- 09 May, 2017 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Make tabbing through the list 'move the entry'. There is a small issue with tabbing backwards, still.
-
Matthias Clasen authored
We don't want the [temperature:200C] to be red underlined just because the spell-checker doesn't understand our markup. This uses the undocumented gspell feature that it is looking for GtkTextTags with the name gtksourceview:context-tags:no-spell-check and excludes these regions from spell-checking.
-
Matthias Clasen authored
The set_instructions function was looking for <a> style markup in the text, we don't use that anymore.
-
- 08 May, 2017 4 commits
-
-
Jordi Mas authored
-
Ekta Nandwani authored
Clicking the GtkLabel(unit/ingredient) opens GtkEntry(unit/ingredient) to edit contents one at a time and pressing enter/Esc saves it
-
Matthias Clasen authored
We do the same in the image viewer. And it just makes sense.
-
Matthias Clasen authored
Bring back the behavior where we allow editing list titles if there is more than one list, but default to "Ingredients" for the case of a single list.
-
- 07 May, 2017 7 commits
-
-
Matthias Clasen authored
Too hard to get right.
-
Matthias Clasen authored
Pesce alla sale, by Sofia Holmes.
-
Matthias Clasen authored
Evidently, without tests things don't work.
-
Matthias Clasen authored
This is where they belong.
-
Mohammed Sadiq authored
The wrong variable was used to compare the ingredient name. https://bugzilla.gnome.org/show_bug.cgi?id=782281
-
Piotr Drąg authored
-
Matthias Clasen authored
When the caredis inside a temperature tag, parse it and populate the popover from it, and replace instead of inserting a new new tag in the middle.
-
- 06 May, 2017 7 commits
-
-
Matthias Clasen authored
When the caret is inside a step with a timer, parse the exiting timer and use it to populate the timer popover. https://bugzilla.gnome.org/show_bug.cgi?id=779206
-
Matthias Clasen authored
No longer needed.
-
Matthias Clasen authored
We are now including the segment titles with other strings in recipes.db.h.
-
Matthias Clasen authored
This change does not enirely fix the issue of buttons lingering, but it keeps the timeout in place that removes them after a while, and it shortens the timeout from 5 to 2 seconds.
-
Matthias Clasen authored
Consistently spell gluten-free, nut-free and mil-free with a hyphen. https://bugzilla.gnome.org/show_bug.cgi?id=780540
-
Matthias Clasen authored
We move the caret around when adding a new step. It is a bit disorienting if the caret just disappears from view, so keep it scrolled on screen.
-
Matthias Clasen authored
The description is ellipsized on the cuisines page, so show it here, unabridged. Some care is needed to prevent our idle scrolling from interfering with making the description visible initially. https://bugzilla.gnome.org/show_bug.cgi?id=780538
-
- 04 May, 2017 9 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
And make the ingredients model pick up all ingredients.
-
Matthias Clasen authored
The recipe store has a function to return 'all' ingredients. Make it actually return all.
-
Matthias Clasen authored
Avoid setting up entry completion for rows that are not editable.
-
Matthias Clasen authored
Among other things, this tells xgettext to accept utf8 strings.
-
Matthias Clasen authored
We now include segment titles in the translatable content.
-
Matthias Clasen authored
-
Matthias Clasen authored
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.
-
Matthias Clasen authored
Instead translate segment titles just before displaying them.
-
- 03 May, 2017 1 commit
-
-
Matthias Clasen authored
-
- 02 May, 2017 1 commit
-
-
Ekta Nandwani authored
Added a enum setting in data/org.gnome/recipes.gchema.xml for whether to display temperatures in celcius or fahrenheit, with the default set to the more internationally recognized celcius. gr-recipe-formatter.c now finds that setting and converts the temp to the preferred unit. https://bugzilla.gnome.org/show_bug.cgi?id=778695
-
- 01 May, 2017 1 commit
-
-
Matthias Clasen authored
We were not taking into account that the file may not exist.
-
- 30 Apr, 2017 1 commit
-
-
Enrico Nicoletto authored
-
- 29 Apr, 2017 1 commit
-
-
Jordi Mas authored
-
- 28 Apr, 2017 4 commits
-
-
Piotr Drąg authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This makes sense, since we want to interact with the entries.
-