gnome-recipes:email-fds

Last commit made on 2017-07-12
Get this branch:
git clone -b email-fds https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
email-fds
Repository:
lp:gnome-recipes

Recent commits

5a31ba3... by Matthias Clasen <email address hidden>

Only use email portal version 2

We are sending fds now, which only version 2 understands.

99c827a... by Matthias Clasen <email address hidden>

Adapt to email portal api change

We need to send attachments as fds now.

871f241... by Matthias Clasen <email address hidden>

Partially revert "Move appdata screenshots to web hosting"

This reverts the image removals in
commit 78585fdafc97ceb7da1530658bf8458677612a73.

It was a bit rash to remove these, since there is appdata
out there referring to these images in git. Keep them around
for now.

6109e5e... by Marek Cernocky <email address hidden>

Updated Czech translation

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

details: Don't scale when initially populating

The amounts in the ingredients list are to match the
nominal yield of the recipe. So when we initially populate
the ingredients list, no scaling should happen.

Bug reported by Sylvia Sanchez.

b3e5cc5... by Piotr Drąg

Update Polish translation

db4db01... by Marek Cernocky <email address hidden>

Updated Czech translation

0d2416b... by Matthias Clasen <email address hidden>

Change the portal option to handle_token

This is the name that we ended up using in xdg-desktop-portal.

0b0b90f... by Marek Cernocky <email address hidden>

Updated Czech translation

431d507... by Ikey Doherty

data: Configure D-BUS service file to use the full binary path

This patch ensures the D-BUS service file includes the full path for
the gnome-recipes binary, as specified at compile time.

D-BUS in a typical Linux distribution environment requires the use of
full paths, and doesn't permit a reliance on the environment to assist
launching or runtime.

This now ensures we can launch gnome-recipes using gapplication and
graphical launchers & menus, using D-BUS activation.

Bug GNOME: https://bugzilla.gnome.org/show_bug.cgi?id=784535

Signed-off-by: Ikey Doherty <email address hidden>