gnome-recipes:temperature

Last commit made on 2017-02-15
Get this branch:
git clone -b temperature https://git.launchpad.net/gnome-recipes

Branch merges

Branch information

Name:
temperature
Repository:
lp:gnome-recipes

Recent commits

86c5383... by Matthias Clasen <email address hidden>

Add an 'add temperature' button

This is similar to the other add buttons we have on the edit
page, to support the new markup for temperatures.

00f8c56... by Matthias Clasen <email address hidden>

Support markup for temperature

Support parsing [temperature:200C] (or F) in instructions.
For now, we just format it nicely, but this will let us
do unit conversion later on.

9fddb70... by Matthias Clasen <email address hidden>

Consolidate instruction parsing in one place

Reuse the same instruction parsing code in the details page,
so we avoid repetition.

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

Fix the gettext domain in appdata

Another victim of the recipes -> gnome-recipes renaming.

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

Update appdata

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

Check our appdata for validity

appstream-util is a useful tool; we should use it to ensure
that our appdata is valid.

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

Fix up mail prototype

We do async calls here, so we don't really have the opportunity
to return an error. Instead of going full-blown async, just
swallow the possible errors here, and simplify the callers.

At the same time, take a window argument and pass its handle
to the portal, so we have a chance to get window stacking right.

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

Don't forget to unexport window

Not doing so may lead to problems under Wayland.

76606f2... by Matthias Clasen <email address hidden>

Add unexport api too

Under wayland, it is necessary to explicitly unexport handles.

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

Move window handle exporting to utils

We need this in multiple places soon.