commit 6362e0c29a3f17e18511ec3a960fbd9096d81410 Author: Matthias Clasen Date: Thu Dec 29 16:11:16 2016 -0500 0.4.2 M configure.ac M data/appdata/org.gnome.Recipes.appdata.xml.in commit ac4903a1c515c310578b1bd76d6495b0ba8231ff Author: Matthias Clasen Date: Thu Dec 29 16:18:51 2016 -0500 Drop a test thats no longer needed M tests/Makefile.am D tests/ingredients-data/valid-5.expected D tests/ingredients-data/valid-5.in commit 57f41af71524103b2a84d5222c1bbc2d1b41ae91 Author: Matthias Clasen Date: Thu Dec 29 15:39:58 2016 -0500 Drop an unneeded include M src/gr-recipe-store.c commit 9d5b5e853f39d52ba0d249fcad344da9021056ef Author: Matthias Clasen Date: Thu Dec 29 14:19:08 2016 -0500 Build against older gspell The entry support in gspell is brandnew. We can easily avoid using it if it is not available, and still get spell-checking for all the text views. M src/gr-edit-page.c commit 259db35ce11510fdd56aaa559254107f7764aa99 Author: Matthias Clasen Date: Thu Dec 29 13:28:17 2016 -0500 Don't link against libglnx if we're not building it M src/Makefile.am commit ab468481a7a5452d7053aa5c7f9ffb7f62f3c6aa Author: Matthias Clasen Date: Thu Dec 29 13:26:53 2016 -0500 Fix another unused variable warning from clang M src/gr-recipe-exporter.c commit a0554be04f8db9f0342e792c8f7b21bccdc8e090 Author: Matthias Clasen Date: Thu Dec 29 13:20:32 2016 -0500 Hide the import menuitem if import is not available Same reason as for export. M src/gr-app.c M src/menus.ui commit 706b26db2c3aee7fb2458feb86548ae6fdd9737c Author: Matthias Clasen Date: Thu Dec 29 13:19:45 2016 -0500 Hide the export button when when export is unavailable Best to not show it at all if we don't have it. M src/gr-details-page.c M src/gr-details-page.ui commit 1f55b9e1ef28684159fb8be0e1e726abbe3d14ae Author: Matthias Clasen Date: Thu Dec 29 13:09:43 2016 -0500 Make autoar dependency conditional This will help getting builds on other platforms working. Without export/import, we also don't need the linux-specific libglnx. M Makefile.am M configure.ac M src/gr-recipe-exporter.c M src/gr-recipe-importer.c commit 61015d18948f1fae08323dac2604b79ab19d9ac2 Author: Matthias Clasen Date: Thu Dec 29 13:10:48 2016 -0500 Fix a typo in the gspell configury M configure.ac commit a1e51c47eb8b9047f9f98eddc04af2b1f5cec266 Author: Matthias Clasen Date: Thu Dec 29 12:33:22 2016 -0500 Fix the build with clang It complained about a bunch of unused variables that gcc does not notice. Get rid of all of them. M src/gr-details-page.c M src/gr-edit-page.c M src/gr-ingredients-page.c M src/gr-preferences.c M src/gr-recipe-exporter.c M src/gr-recipe-printer.c M src/gr-recipe-tile.c commit 36a5d629cc8f85dba2110c049a9c423805d8e692 Author: Matthias Clasen Date: Thu Dec 29 11:35:44 2016 -0500 Allow building without gspell This will help getting recipes to build on other platforms. M configure.ac M src/gr-details-page.c M src/gr-edit-page.c M src/gr-preferences.c commit 35d0805c6c2fb0bbbf9d31d0ce308e2aa910225d Author: Matthias Clasen Date: Thu Dec 29 08:42:14 2016 -0500 Add a built-with-builder logo We're doing some pretty bad things to get this into GtkAboutDialog here. This needs to be properly integrated eventually. A src/built-with-builder.png M src/gr-app.c M src/recipes-images.gresource.xml commit 9c02e38b0fe70514d4a29cad90cf61ceed2eef76 Author: Rafael Fontenelle Date: Thu Dec 29 12:19:45 2016 +0000 Update Brazilian Portuguese translation M po/pt_BR.po commit 6a7c715e38ceeeb2896befdb21377f006c2e6948 Author: Matthias Clasen Date: Mon Dec 26 14:00:38 2016 -0500 Drop support for number words Since we are no longer parsing free-form ingredients lists, this is not really necessary anymore. M src/gr-number.c M tests/number-data/number1.expected M tests/number-data/number1.in commit 4d8f054e7b56f525d79427c9babc3a7e8c7d783b Author: Matthias Clasen Date: Mon Dec 26 12:31:15 2016 -0500 Add margins to chef description in preferences This was lost at some point, it seems. M src/gr-preferences.ui commit 6d32d0b402182a80174f2ebc8c4f818477c84073 Author: Matthias Clasen Date: Mon Dec 26 09:40:17 2016 -0500 Bump version to 0.4.1 Back to development. M configure.ac commit e04f1339b68d1167db0ba61d52033f18e5ab4e6e Author: Matthias Clasen Date: Mon Dec 26 08:07:17 2016 -0500