Note that this is only a draft, to get a rough idea about what will be done.

Planned for the next release in 2.0 branch:

 [Mandatory]
 * The database version stored in db_info.ver should be in the future a string
   instead of a float, make sure that krecipes will be able to read both data
   types when retrieving the database version.
 * Use some i18nc for some strings, fixing krazy issues about this.
 * Using a QSplitter on the ingredient matcher dialog.
 * Fix bugs.
 * Update user manual.

 [Brainstorming]
 * Make configurable the length of VARCHAR(%n) fields, for instance, the
   preparation method name.

Planned for the 2.1 branch:

 [Mandatory]
 * Solve the issues reported by krazy.
 * Check files taken from other projects and explain in a comment where those
   files came from.
 * Remove Q3 support stuff (a huge work).

 [Brainstorming]
 * Allow the user to select the encoding for mmf importer/exporter, note that
   usually mmf export files use iso8859-1, but may use another encoding.
 * Preferences dialog allow the removal of gradients in the left panel.
 * Test with large databases.
 * Concurrent database access.
 * Support for unit names in languages with various plural forms.
 * When you re-run the setup assistant, it does not remember your previous
   configuration.
 * Seek and remove the anti-pattern "if ( myList.count() > 0 ) ...".
 * Fix the hidden features: merge similar (categories|ingredients).
 * Update the USDA data.
 * Some set-up to make the sample recipes translatable by kde i18n teams,
   something like krecipesdata2pot and po2krecipesdata... (ask Pino or someone
   from i18n team before coding these programs)
 * Simple command line interface to import recipes and restore databases.
 * Check the info_db table; database version should be stored as varchar
   instead of float, also "generated by" seems to be outdated.
 * Try apidox.

Planned for 2.2 branch:

 [Brainstorming]
 * Secure database access passwords?
 * Calendar for meal planning, also you could export the data to iCalendar
   using the KDE PIM libs, making it work with KOrganizer.
 * Use qt designer?
 * Add comments to preparation methods and ingredients in a recipe? (see the
   Bill's usecase).
 * Nepomuk support?
 * GHNS for recipes layout?
 * Tags for recipes?
 * Check ratings widget. Check what uses dolphin for those stars to rate files.
 * Trash folder to store removed recipes?
 * Something to manage money cost in shopping list.
 * Step-by-Step recipe instructions with photos?
 * There is something called eurofir out there.
_______________________________________________________________________________
Old stuff from previous maintainers:

1.0:
 -An awesome new layout
 -Notice of Qt >= 3.2 and < 4.0

jkivlighn:

MAJOR FEATURES:
	*Command-line interface
	*Improved printing support: I'd like to allow, for example, printing on recipe cards.
	*Handle "Cookbooks".  In MySQL/PostgreSQL a cookbook would be a table, and in SQLite it would be a file.
	*Recipe revisions (planned for 1.1)

CONVENIENCES/MINOR FEATURES:
	*Improved navigation - add a forward and back button
	*E-mail recipe(s) option (using kapp->invokeMailer())
	*Give option to import recipe formats by pasting the recipe text into a widget
	*Allow saving and loading diet info from a file (or just store it in the database?)
	*Database maintenance options (Empty database, Remove unused elements, etc.)
	*Configurable shopping list (Maybe allow the user to select a style sheet or add a section to settings dialog... or both)

BUGS/OTHER:
	*Let user know when no layout file was found
	*The icons on the left menu at times will disappear... I can't seem to reproduce this, however
	*Make use of transactions in database backends where appropriate
	*Give a warning when deleting categories (such as when a recipe was a part of that category)
	*Delete the database table when deleting Krecipes
	*Give a message box when exporting recipes, letting the user know what they are exporting (Is it the whole database, just what is visible, or a specific recipe)... Make it a "Don't ask me again" dialog.

THOUGHTS (feel free to comment):
	*Recipe copy
	*Reference a recipe to a cookbook (title, page number, category, etc.)

uga:
(I don't claim ownership of these. If you do it, I'll be happy too :) )

planned for 0.8:
	*Check ingredients from existing kitchen resource table?
	*Add an option to popup for newly created ingredients, and include the USDA nutritional info at the same time
	

