Krecipes Changelog

What's new in Krecipes 2.0 Alpha 6

Jan 25, 2010
  • Removed unnecesary build dependencies, so you don't need to link against:
  • MySQL development libraries.
  • PostgreSQL develpment libraries.
  • Fix FTBFS with GCC 4.5, thanks to Pino Toscano for fixing it.
  • Fixes for bugs:
  • When you rename an unit (typing ctrl+r or right click -> rename) you can change the type of the unit in the shown dialog, however previous releases ignore what type you select, keeping the same type for the modified unit.
  • Clear rlist properly in QSqlRecipeDB::loadRecipes(rlist,..) which might fix sourceforge #2934428.
  • Don't double categories when amending recipe categories having nested categories. Fixes sourceforge #2933497.
  • Don't crash when removing a recipe from a category. Fixes sourceforge #2934312.
  • When you remove a recipe from a category, the recipe is properly placed in "Uncategorized", even when you're limiting the number of categories to display in the GUI list. You can reproduce the (now fixed) bug thusly: create a recipe included in 3 categories; a, z1 and z2, limit the number of categories to display, make sure that this z1 and z2 categories are not displayed in the first page, remove the recipe from the a category and the recipe will be added to "Uncategorized" which is wrong.

New in Krecipes 2.0 Alpha 4 (Oct 27, 2009)

  • This release fixes various issues, especially in the importers and exporters to read or write recipes from/to various formats.

New in Krecipes 2.0 Alpha 2 (Sep 19, 2009)

  • The import/export tests are able to build again.
  • The setup assistant allows selecting the port for remote servers.
  • Added button to save recipes' photos as JPEG files.
  • Added a close button in "View Recipe" dialog.
  • Refreshed some icons and artwork. (TODO: stars for rating widget)
  • Updated icons in handbook. Note that the user manual is currently a work in progress.
  • Using a QSplitter on the advanced search tab.
  • Fixes for issues reported by krazy: + Stop using TRUE and FALSE macros.
  • Fixes for bugs: + SQLite backend stores the recipes' photos. + Importer for *.kreml and .kre files reads properly the recipes' preparation time. + Reading float numbers when importing recipeml files is not locale aware. + The ratings tab in the recipe editor is not corruptly displayed anymore. + The shortcuts work. + When you select the PostgreSQL backend and you choose to include the sample data, categories_id_seq is updated properly. Closes the sourceforge bug number 2364987. + When you create a new recipe, a new entry is raised in the left panel containing a "save icon" and the title for the recipe, however in 2.0-alpha1 if you close the recipe whitout saving, a dialog asks you if you want to save the changes or not and if you select "no" the entry with the title of the recipe located in the left panel will not be hidden. This bug is fixed in this version.

New in Krecipes 2.0 Alpha 1 (Jul 6, 2009)

  • General port to kde4/qt4, several dialogs and left panel.
  • Use sonnet.
  • Port of backup/restore functions to kde4/qt4.
  • Port of setup assistant to kde4/qt4.
  • Port of preferences dialog to kde4/qt4.
  • Port of sqlite migration code to kde4/qt4.
  • Mimetypes are installed using the Shared Mime-info Database.
  • Updated splash screen with the proper version number.
  • Workaround for a Qt bug in the PostgreSQL driver when getting the database version number.
  • Refreshed KDateEdit and KDatePickerPopup (using source from KDE 4.2.4).
  • Using QPointers when showing modal dialogs (it fixes issues reported by krazy).
  • Stop using some Qt classes that should not be used (it fixes issues reported by krazy).