Revision 553783
Go back to digest for 25th June 2006Features in Utilities
Jason Kivlighn committed changes in /trunk/extragear/utils/krecipes:
Implement ingredient substitutes. Any ingredient can now have multiple substitutes, (i.e.
butter or margarine).
This affects a lot of the code, so there's bound to be some issues that I need to take care
of. Other features still need to be updated to work with ingredient substitutes such as
import/export and the advanced search (substitutes are currently ignored).
Also, update to the USDA SR18.
File Changes
Added 2 files
- /trunk/extragear/utils/krecipes/src/widgets
- /ingredientinputwidget.cpp
- /ingredientinputwidget.h
Modified 28 files
- /trunk/extragear/utils/krecipes
- /data/abbrev.txt
- /src/krecipesview.cpp
- /src/Makefile.am
- /src/pref.cpp
- /src/pref.h
- /src/propertycalculator.cpp
- /src/shoppingcalculator.cpp
- /src/backends/qsqlrecipedb.cpp
- /src/backends/qsqlrecipedb.h
- /src/backends/recipedb.cpp
- /src/backends/recipedb.h
- /src/datablocks/ingredient.cpp
- /src/datablocks/ingredient.h
- /src/datablocks/ingredientlist.cpp
- /src/datablocks/ingredientlist.h
- /src/datablocks/unit.h
- /src/dialogs/recipeinputdialog.cpp
- /src/dialogs/recipeinputdialog.h
- /src/exporters/htmlexporter.cpp
- /src/importers/baseimporter.cpp
- /src/widgets/inglistviewitem.cpp
- /src/widgets/inglistviewitem.h
- /src/widgets/Makefile.am
- /src/widgets/recipelistview.h
- /src/widgets/unitlistview.cpp
- /src/backends/MySQL/mysqlrecipedb.cpp
- /src/backends/PostgreSQL/psqlrecipedb.cpp
- /src/backends/SQLite/literecipedb.cpp
30 files changed in total