gnome-recipes:async-cuisine

Last commit made on 2017-01-17
Get this branch:
git clone -b async-cuisine https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
async-cuisine
Repository:
lp:gnome-recipes

Recent commits

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

wip: populate cuisine page async

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

Avoid an error during exporting recipes without images

We were not careful enough when handling empty image paths.

https://bugzilla.gnome.org/show_bug.cgi?id=777306

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

Forgotten file

This belongs to the simplified window size handling in the
previous commit.

98765e8... by Matthias Clasen <email address hidden>

Another simplification of window size handling

We were attempting to manually give the window the right
size by setting scrolled windows not scrollable initially.
This turns out to not really make things much better, so
just stop doing it.

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

Simplify window size handling

We don't need to maximize ourselves. Respectable window managers
do this on their own (at least mutter does), if we give them the
chance by making the window resizable.

8798878... by Mohammed Sadiq <email address hidden>

exporter: set export button sensitivity conditionally

When no recipe is selected for exporting, there is no
need to allow the user to Export the recipes.

So let the Export button be sensitive only if at least
one recipe is marked for export.

https://bugzilla.gnome.org/show_bug.cgi?id=777299

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

Maximize the window if the screen is too small

This should prevent the window from coming up halfway offscreen.
https://bugzilla.gnome.org/show_bug.cgi?id=777303

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

Avoid ending up on an empty page

When a search is stopped by toggling the search button, we should
go back to where we came from, like we already do when search is
stopped with Esc.

https://bugzilla.gnome.org/show_bug.cgi?id=777297

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

details page: Preserve the serves value

When we reload the recipe because it changed in the store,
we should not loose the serves value that the user has entered
here.

https://bugzilla.gnome.org/show_bug.cgi?id=777305

0ce6b21... by Mohammed Sadiq <email address hidden>

about: fix link color in Adwaita dark theme

The link color was hardcoded to blue color.
This was creating contrast issues in dark theme.

To fix this, get the link color from context and use.

https://bugzilla.gnome.org/show_bug.cgi?id=777340