pyrecipe (0.5-1) fremantle; urgency=low

  * One-touch to view recipes from the main list and search list. MB#6076
  * New recipe button in the action area of the main treeview.
  * Re-organize shopping list. MB#7578
  * Category should be searchable. MB#6241
  * Move the icons in the Ingredients list to the bottom. MB#6082
  * Using python-lxml instead of deprecated python-xml. Fixes: MB#6985
  * Using gettext, prepared for translations. MB#5846
  * Own backup is removed, users should use the system backup.
  * Search and Remove options moved to the menu.
  * Tollbar is gone now.
  * About dialog redesigned.
  * Removed some unused icons for installation.
  * Some confirmation dialogs are closed tapping outside. MB#6081
  * Improved the window titles.
  * Fixed: edited recipe overwrote with new recipe.
  * Search activated with the Enter key.
  * Add ingredient activated with the Enter key.
  * Add item in the shopping list activated with then Enter key.
  * Changed URL to the right maemo.org download page.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Sat, 13 Feb 2010 13:15:00 +0100

pyrecipe (0.4-1) fremantle; urgency=low

  * Support for portrait mode.
  * Timer finished notification changed to a real alarm dialog.
  * Shell script to launch the application.
  * Moved to the right place in /opt. Not using maemo-optify.
  * Changed the service dbus path to org.maemo.pyrecipe.
  * UI for the new/edit recipe screen changes perfectly with the orientation.
  * Moved items from edit toolbar to a menu.
  * Fixed: It uses existing browser window instead of a new one.
  * Fixed: if not file selected in import dialog it showed the busy animation.
  * Fixed: Toolbar buttons in shopping list looked worse then others.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Fri, 30 Oct 2009 17:35:00 +0100

pyrecipe (0.3-1) unstable; urgency=low

  * Destroy About dialog when launching the browser from there.
  * Zoom menu buttons in View Recipe screen.
  * Optified with maemo-optify.
  * If search gives 0 results, not show new screen, just a banner.
  * Fixed: add_ing_to_shoplist works if the window was created previously.
  * Importing recipes in a threaded function.
  * Show numbers of recipes in the main window title.
  * Icon/Logo improved.
  * Change debian/control to the new pyhildon version
  * Using 48x48 pixmap in application manager.
  * Fixed: Using XB-Maemo-Display-Name now.
  * Fixed: Open the browser with a dbus call (webbrowser doesnt work).
  * Fixed: hildon_touch_selector_entry is gone from python-hildon.
  * Fixed: maemo.org logo is installed now.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Tue, 22 Sep 2009 17:35:00 +0200

pyrecipe (0.2-4) unstable; urgency=low

  * Fixed: "Edit ingredient" window has "Add button.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Thu,  3 Sep 2009 12:12:00 +0200

pyrecipe (0.2-3) unstable; urgency=low

  * Fixed: "Delete recipes?" window could be more clear. MB#5068
  * Fixed: "Edit ingredient" window has "Add ingredient" title. MB#5067
  * Fixed: "Sending a Log" option confused me. MB#5066
  * Confirmation dialog when clearing shopping list.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Wed,  2 Sep 2009 19:43:00 +0200

pyrecipe (0.2-2) unstable; urgency=low

  * Changed user/ section.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Sun, 30 Aug 2009 21:03:00 +0200

pyrecipe (0.2-1) unstable; urgency=low

  * Added Edit menu in View recipe screen.
  * Fixed: remove initial \n character in text importing from Gourmet xml.
  * Added initial search function.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Sun, 30 Aug 2009 16:03:00 +0200

pyrecipe (0.2~alpha2) unstable; urgency=low

  * Show info note when the Timer is finished.
  * Shopping list UI for Fremantle.
  * Option to add the ingredients to the shopping list.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Thu, 20 Aug 2009 17:03:00 +0200

pyrecipe (0.2~alpha1) unstable; urgency=low

  * Updated to the Fremantle UI.
  * Create new database with example recipes at the first run.
  * Exporting servings and preptime in Krecipes format.
  * Not show preptime/servings in the recipe view when they are 0 or ''.
  * Now it can edit ingredients, not just delete and create.
  * Confirmation dialog on deleting ingredients.
  * Now it imports the main category from Krecipes files.
  * Fixed: it doesn't import ingredients from groups in Gourmet. #MB4814
  * Fixed bug importing recipes from Pyrecipe into the new Gourmet version.
  * Recipe image is saved in the database as base64 string, forget files!
  * The image saved as base64 it's exported in Krecipes format, and it works!
  * Now it imports images from Krecipes files.
  * Gourmet format exporting and importing images too.
  * Exports the image with HTML if it's just one recipe (bug with multiple recipes).
  * Fixed bug importing .kreml files from Krecipes. #MB4813
  * Now it imports .kre compressed files from Krecipes. #MB4813
  * Added a bunch of try-except and logging stuff if something fails.
  * Gourmet import allows .xml files.
  * Added confirmation in clear recipe and clear ingredients.
  * Added some images instead of labels in buttons.
  * Added clear image button to unset an image.
  * Added units, time and categories data.
  * Not to do export function if there isnt selected recipes.
  * Fixed : import gobject module.
  * Same function to open and save files.
  * Deletes "/home/.user" hardcode paths.
  * Fixed: on editing a recipe from new recipe w/o list selection.
  * Quit focus from the vkb in not editable pages.
  * Shopping list: Edit the treeview with double click.
  * Fixed: save new multiple recipes (patch by Luca Ognibene).

 -- Daniel Martin Yerga <dyerga@gmail.com>  Thu, 13 Aug 2009 16:05:00 +0200

pyrecipe (0.1-4) unstable; urgency=low

  * Fixed new bug with the html exporter.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Fri, 11 Jul 2008 01:32:00 +0200

pyrecipe (0.1-3) unstable; urgency=low

  * Fixed bug exporting the backup.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Fri, 11 Jul 2008 01:30:00 +0200

pyrecipe (0.1-2) unstable; urgency=low

  * Fixed bug with database path in the backup system.

  * Fixed bug with empty ingredient in the html exporter.

 -- Daniel Martin Yerga <dyerga@gmail.com>  Thu, 10 Jul 2008 23:30:00 +0200

pyrecipe (0.1-1) unstable; urgency=low

  * First Version

 -- Daniel Martin Yerga <dyerga@gmail.com>  Thu, 10 Jul 2008 15:02:00 +0200
