gnome-recipes:temperature-settings

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

Branch merges

Branch information

Name:
temperature-settings
Repository:
lp:gnome-recipes

Recent commits

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

Add a temperature button on the details page

Just an idea, and probably not a good one.

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

Add a preference dialog

For now, this dialog just allows to choose between
Fahrenheit and Celsius.

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

Implement temperature conversion for display

If temperatures are marked up using the [temperature:] markup,
parse it and convert it to the users preferred temperature
unit.

4da1b77... by msbhide <email address hidden>

Set initial focus on the "Name Entry" of recipe.

Sets keyboard input focus on the "Name Entry" field while adding a new recipe as well as while editing an existing recipe.

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

a56795d... by Piotr Drąg

Update Polish translation

01601cb... by Piotr Drąg

Fix typo in a gschema description

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

Fix a thinko

We don't want to set the title of our window when
launching the web browser to report an issue.

199ccc7... by Matthias Clasen <email address hidden>

Remove an unused function

Nobody is calling gr_window_show_search_by_ingredients,
so drop this function.

8325f88... by Matthias Clasen <email address hidden>

window: Simplify gr_window_show_myself

There was some redundant code in here.
Also, make the page title match the category tile label.

72cf424... by Matthias Clasen <email address hidden>

Remove a duplicate signal handler

I move the signal connection to the ui file a while ago,
so we don't need to do this in init anymore.