Gourmet 0.16.0

Milestone information

Project:
Gourmet
Series:
main
Version:
0.16.0
Released:
 
Registrant:
Bernhard Reiter
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

File Description Downloads

Release notes 

After almost two years since the last version, the Gourmet Recipe Manager team
is happy to finally release version 0.16.0, available for
[download](https://launchpad.net/gourmet/main/0.16.0/+download/gourmet-0.16.0.tar.bz2)
as a tarball for now.

Changes include, most notably:
* the addition of a toolbar (which can be turned off in the preferences menu)
* the ability to connect to a MySQL database
* a fix for [issue #678](https://github.com/thinkle/gourmet/issues/678), which
  has troubled lots of users in the past when upgrading from earlier versions
  of Gourmet
* complete removal of Glade (and remaining Gnome) library dependencies
* a fancy new splash screen
* lots of minor bug fixes and plenty of code cleanup

Note that I am only releasing a tarball for now, but hope to include a Debian
package with Ubuntu 13.04 (for which the deadline is on 2013-03-07), see
http://lists.alioth.debian.org/pipermail/python-apps-team/2013-March/007222.html
Fortunately, I also believe I've found the issue that prevented us from
producing a working Windows version for the last couple of releases, so I'm
confident we'll release a Windows version of Gourmet soon -- stay tuned!

I hope that this release is up to your expectations; I've put some focus on
code cleanup in order to make life easier for new contributors. Our
[team](https://github.com/thinkle/gourmet/graphs/contributors) currently
consists of only two developers (@thinkle and myself==@ockham), with contributions
to this release by GitHub users @MrShark and @jraber (thanks!). Thus, new
contributors are welcome anytime; as a starting point, you might want to check
out our ['Contribute' wiki page](https://github.com/thinkle/gourmet/wiki/Contribute)

By the way, we're considering applying for this year's
[Google Summer of Code](http://www.google-melange.com/gsoc/homepage/google/gsoc2013),
which would be a premiere for Gourmet Recipe Manager and would give interested
students a chance to be paid for contributing code to Gourmet. We've started
tagging possible GSoC ideas with a label named
['gsoc-idea'](https://github.com/thinkle/gourmet/issues?labels=gsoc-idea&page=1&state=open)

In case you hadn't noticed yet, we've recently
[migrated](https://github.com/thinkle/gourmet/wiki/Moving-to-GitHub-and-Launchpad)
our git repository from SourceForge to GitHub, in another effort to make life
easier for prospective new developers. We'll continue to use Launchpad for
translations, and we're also using it now for
[releases](https://launchpad.net/gourmet/+download),
[answers](https://answers.launchpad.net/gourmet) (so please update your bookmarks!)
and our [mailing list](mailto:gourmet@lists.launchpad.net), which I'd like to invite
everyone interested in Gourmet news to join, particulary our downstream contacts.

--Bernhard Reiter (@ockham)

Changelog 

View the full changelog

2013-03-06 Bernhard Reiter <email address hidden>

 * Remove -dev suffix from version in gourmet/version.py.
 * Update MANIFEST.in.
   Running "python setup.py sdist" will now exactly reproduce
   the current git state.
 * Add .project to .gitignore.
 * Remove gourmet/.gitignore as omission of *.pyc files is recursively
   covered by our root .gitignore
 * Remove bin/gourmet-importer and bin/gourmet-importer-profile.
   Both are apparently unused, unmaintained and severely outdated.
 * Remove translation scripts from po/ as they're obsoleted
   by distutils-extra (see CODING file).
 * Replace 'import Image' by 'try: from PIL import Image
   except ImportError: import Image'.
   Rationale: http://lists.debian.org/debian-python/2013/02/msg00017.html
 * Update Gourmet and Python version in windows/gourmet-installer.nsi.
 * Update *.po files to match current source.
 * Update *.po files from Launchpad Translations.
 * Add author_email field to setup.py.
 * Update MANIFEST.in.
 * Remove windows/Gourmet.pyw from po/POTFILES.in.

2013-03-04 Bernhard Reiter <email address hidden>

 * Remove obsolete files.
 * Update LICENSE (new FSF address).
 * Remove windows/Gourmet.pyw as it's obsoleted by bin/gourmet.
 * Fix some py2exe parameters.

2013-03-03 Bernhard Reiter <email address hidden>

 * Fix directory locations in setup_win.py.
 * Fix import path in setup_win.py

2013-02-27 Bernhard Reiter <email address hidden>

 * Backup when upgrading the DB to v0.16.
 * Remove obsolete comment.
 * Remove obsolete file gourmet/PngImagePluginUpToDate.py.
 * Simplify a conditional expression.
 * Avoid a KeyError when pressing Enter on an empty search entry.
 * Remove gourmet/importers/mealmaster_importer.py from po/POTFILES.in.

2013-02-20 Bernhard Reiter <email address hidden>

 * Remove gourmet/importers/mealmaster_importer.py as it's obsolete.
   That file lives now in gourmet/plugins/import_export/mealmaster_plugin/.
 * Remove shebangs from non-executable files.
 * Change wording of README.md a bit.
 * Merge pull request #694 from MrShark/master
   Make working in a virtualenv easier

2013-02-14 jens persson <email address hidden>

 * Update documentation
 * changed /usr/bin/python to /usr/bin/env python to alow usage in virtualenvs
 * Remove hardcoded install path

2013-02-06 Bernhard Reiter <email address hidden>

 Fix #288.

2013-02-05 Bernhard Reiter <email address hidden>

 * Remove some clauses that checked for SQLALchemy < 0.6 as we're relying on >= 0.7 anyway now.
 * Add Integer primary key columns (named 'id') to all remaining tables.

2013-02-04 Bernhard Reiter <email address hidden>

 Remove pickle_key and pickle_val options from dbDic.

2013-02-03 Thomas Mills Hinkle <tom@pebble>

 * gourmet/convert.py (integerp): Restore NUMBER_END_NO_RANGE_REGEXP
 (integerp): Quick fix to NumberEnry

 * gourmet/backends/db.py (regexp): Fix sqlite custom function
 error -- regexp searching now works. This closes #691. This bug
 was caused by a change in SQLAlchemy behavior 0.6->0.7.

2013-02-02 Thomas Mills Hinkle <tom@pebble>

 * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_importer.py (mmf_constants.__init__): servings->yields

 * gourmet/plugins/import_export/krecipe_plugin/krecipe_importer.py (KrecHandler): servingsyields->

 * gourmet/importers/importer.py (Importer.commit_rec): Update servings->yields.

 * gourmet/backends/db.py (RecData.add_rec): Update servings/yields
 code.

 * gourmet/exporters/exportManager.py
 (ExportManager.offer_multiple_export): Fix bug #234, #691.

2013-02-01 Bernhard Reiter <email address hidden>

 Unpickle Booleans and Strings that have erroneously remained pickled in the
 database during previous Metakit -> SQLite -> SQLAlchemy database migrations.

 Fixes #678.

2013-01-30 Bernhard Reiter <email address hidden>

 * Rename gourmet/sound_gnome.py to gourmet/sound_gst.py.
 * Restructure directory layout once again.
   Move images, icons, sound, and style directories to data/;
   this is in preparation of a possible future move to DistutilExtra's
   auto setup (see #679).
 * Install FAQ and LICENSE to share/doc/gourmet/.
 * Prepend chromium-browser to list of *.html document launchers.
 * Prepend libreoffice to list of *.rtf document launchers.
 * When exporting, point Save as dialog to user's Documents directory by default.

2013-01-29 Thomas Mills Hinkle <tom@pebble>

 * gourmet/plugins/nutritional_information/nutrition.py
 (NutritionData.get_matches): Make sure get_matches returns a list
 as expected, not None.
 (NutritionData.get_nutinfo_for_item): Handle empty units correctly.
 (NutritionData.get_conversion_for_amt): Handle empty units correctly.

 * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py (mealmaster_exporter.__init__): Fix boneheaded typo.
 (mealmaster_exporter.write_attr): Update servings-->yields
 (mealmaster_exporter.write_attr): Reduce padding to conform to MMF standard
 (mealmaster_exporter.write_categories): Reduce padding to conform to MMF standard
 (mealmaster_exporter.write_ing): Allow for empty units (fix boneheaded error)

 * gourmet/plugins/import_export/html_plugin/html_exporter.py
 (html_exporter.write_text): Fix NAME_TO_ATTR lookup issue w/
 plugins.

 * gourmet/plugins/field_editor/fieldEditor.py
 (FieldEditor.fieldChangedCB): Fix possible issue with NAME_TO_ATTR
 lookups and plugins searching for attributes that don't exist
 there.

 * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_importer.py
 (mmf_constants.__init__): Respect new Gourmet norms regarding
 standard ingredient abbreviations (remove periods, mostly)
 * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py
 (mealmaster_exporter.__init__): Make sure category comes first as
 per mealmaster specs.
 (mealmaster_exporter.__init__): Remove redundant/stupid code
 (mealmaster_exporter.write_ing): Fix ingredient code and make more
 robust against future changes in defaults.

2013-01-25 Bernhard Reiter <email address hidden>

 * Mention BeautifulSoup in the Extra Requirements section of README.md.
 * Merge pull request #689 from jraber/unbundleBeautifulSoup
   Removed bundled (old) versions of BeautifulSoup.py
 * Change back perms for bin/gourmet to 755.

2013-01-17 Jeff Raber <email address hidden>

 Removed bundled (old) versions of BeautifulSoup.py

 BeautifulSoup.py seems to be available in the common linux distros. Otherwise, it can
 be installed with 'pip install BeautifulSoup'

 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=895228

2013-01-15 Bernhard Reiter <email address hidden>

 Add slogan to README.md ;-)

2013-01-12 Thomas Mills Hinkle <tom@pebble>

 * gourmet/importers/importManager.py: gettext fix

2013-01-12 Bernhard Reiter <email address hidden>

 * Add new Integer primary keys to the shopcats, shopcatsorder, and pantry tables.
   Those tables had Text columns as primary keys, which, when used with MySQL,
   requires an extra parameter specifying the length of the substring that MySQL
   is supposed to use for the key. Thus, we're adding columns named id of type
   Integer and make them the new primary keys instead.
   Fixes #681.

 * Move *.gourmet-plugin files to plugins/, install to share/gourmet/plugins.
   This is required for python-distutils-extra to be able
   to translate and install *.gourmet-plugin files properly.

2013-01-09 Bernhard Reiter <email address hidden>

 * Change data/recipe.dtd perms from 755 to 644.
 * .gitignore: Remove obsolete lines, add .pydevproject. .cvsignore: Delete.

2013-01-07 Bernhard Reiter <email address hidden>

 * Enable building of *.mo and *.gourmet-plugin files during development.
   Furthermore, update CODING with instructions, and remove
   bin/gourmet_in_place as it's now obsolete.
 * Modify file locations in built settings.py, not the one in the source tree.

2013-01-06 Thomas Mills Hinkle <tom@pebble>

 * gourmet/GourmetRecipeManager.py (RecGui.setup_main_window): Make sure search entry has focus.

 * gourmet/plugins/listsaver/shoppingSaverPlugin.py: gettext fix

 * gourmet/plugins/key_editor/recipeEditorPlugin.py: gettext fix

 * gourmet/plugins/import_export/pdf_plugin/print_plugin.py: Fix gettext

2013-01-06 Bernhard Reiter <email address hidden>

 * Remove obsolete cruft from windows/ directory.
 * Update website, download link and Tom's email address in NSIS script.
 * In the HTML output, don't translate class names.

   Otherwise, this would require CSS selectors to be also localized and would
   not work across languages. That's obviously not how it should be done.
 * Remove modules_check and other cruft from setup.py
   This hasn't been used or updated for a while, and as it isn't really
   supported by distutils, it has been more a source of redundancy (read
   confusion and maintenance burden) in conjunction with dependencies
   listed in our README.
 * Rename README to README.md, and use Markdown to style it.
 * Remove bin/__init__.py as it's obsolete now.
 * Minor line layout fix.
 * Replace our custom tools/gourmet_distutils.py by a python-distutils-extra dependency.
 * Update po/POTFILES.in and po/gourmet.pot.

2013-01-05 Bernhard Reiter <email address hidden>

 * Replace some wildcard imports.
 * Remove some cruft from gourmet/__init__.py.

2013-01-02 Bernhard Reiter <email address hidden>

 * Update requirements in the README file.
 * Update setup.cfg to at least somewhat reflect current RPM based distributions.
 * Remove rpm/gourmet.fedora.spec and rpm_build.sh.
   This stuff was severely outdated, duplicates information from setup.py and
   setup.cfg (if we're really going to keep providing RPMs which hasn't been done
   during the past releases), and is maintained better at Fedora anyway.
 * Change more URLS from Sourceforge to GitHub.

2013-01-01 Bernhard Reiter <email address hidden>

 * Change old SourceForge URLs to new GitHub ones where applicable.
 * Move practically all program information to version.py and import it from there into setup.py and setup_win.py.
 * Fix some install locations.
 * Add back toolbar, with an option in the preferences dialog to hide it.
 * Don't fall back to version = 0.11.0 in setup.py.
 * Simplify some code.

2012-12-31 Bernhard Reiter <email address hidden>

 Remove BUG_URL link from gglobals.py as its both outdated and not used anywhere.

2012-12-30 Bernhard Reiter <email address hidden>

 * Don't use Gtk.InfoBar yet as it requires pyGtk >= 2.22. We'll keep this in a branch for now.
 * Remove obsolete line from gglobals.py
 * Move info.py contents back into version.py as we got rid of the critical circular dependency with OptionParser.py.
 * Remove checks for gtk.CellRendererCombo as it has been part of GTK since v2.6.
 * Determine location of installed files properly.
 * Another stylesheet path fix in html_exporter.py.

2012-12-28 Bernhard Reiter <email address hidden>

 * Add *.html pattern to html_exporter_plugin.py's saveas_filters.
 * Fix default.css location in HTML exporter plugin.
 * Remove custom file type widget from FileSelectorDialog.
 * Remove FileChooserSaveAs.py as it has long been obsoleted by gtk_extras/dialog_extras.py.

2012-12-25 Bernhard Reiter <email address hidden>

 * Let tools.gourmet_distutils.py take care of translation and installation of gourmet.desktop.
 * Install png and svg icons to locations that enable desktop environments to pick proper file.
   See http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout

2012-12-19 Bernhard Reiter <email address hidden>

 Remove obsolete GourmetFauxThreads.py and GourmetThreads.py.

2012-12-17 Bernhard Reiter <email address hidden>

 * Fix db.py to allow (dev) version suffices like 0.16.0-dev.
 * Add patch to include schema.org metadata for HTML exporter by SF user freedo.
   See https://sourceforge.net/tracker/?func=detail&aid=3519632&group_id=108118&atid=649654
   and http://www.schema.org/Recipe, respectively.
 * Add plurals handling fix by A. Katz.
   "Just a quick patch to fix a bug in default.py.
   The function for converting a plural to a singular unit had two issues.
   a) WORD_TO_SING_PLUR_PAIR keys are lowercase but the word being handed to the function could be in any case
   b) if the word is not in WORD_TO_SING_PLUR_PAIR it does nothing, this patch tries lang.guess_singulars before
   giving up."
   See https://sourceforge.net/tracker/?func=detail&aid=3420657&group_id=108118&atid=649654

2012-11-27 Bernhard Reiter <email address hidden>

 Remove obsolete line from setup.py

2012-11-26 Bernhard Reiter <email address hidden>

 * Fix gourmet/backends/db.py so it works with SQLAlchemy >= 0.7.
 * Remove po/*/LC_MESSAGES/gourmet.mo files as they are generated at build time from po/*.po files.

2012-11-22 Bernhard Reiter <email address hidden>

 Remove obsolete file (now in gourmet/plugins/import_export/mastercook_import_plugin/)

2012-05-25 Thomas Hinkle <email address hidden>

 * Fixed conflict
 * ++gettext

2012-04-27 Tom <email address hidden>

 * gourmet/plugins/unit_display_prefs/__init__.py: import gettext

 * gourmet/plugins/python_shell/__init__.py: import gettext

 * gourmet/plugins/nutritional_information/nutrition.py (NutritionData.get_nutinfo): remove verbosity

 * gourmet/plugins/nutritional_information/nutPrefsPlugin.py: import gettext

 * gourmet/plugins/nutritional_information/main_plugin.py: import gettext

 * gourmet/plugins/field_editor/__init__.py: import gettext

 * gourmet/plugins/email_plugin/emailer_plugin.py: import gettext

 * gourmet/plugins/duplicate_finder/recipeMergerPlugin.py: import gettext

 * gourmet/plugin_gui.py: import gettext

 * gourmet/info.py: import gettext

 * gourmet/plugin_loader.py (Pluggable.get_plugin_by_module): Add
 convenience function for grabbing plugin instances.

2012-04-22 Bernhard Reiter <email address hidden>

 Bump version number to 0.16.0-dev

2012-03-06 Bernhard Reiter <email address hidden>

 * Remove gettext_setup.py as its logic has been split in settings.py and gglobals.py (and info.py)
 * Remove some obsolete logic from setup.py.
 * Move localized stuff from version.py to newly created info.py to avoid circular dependencies.
 * Move logic that searches for the data files path from gglobals.py to newly created settings.py.
 * Wrap the path finding stuff in bin/_preamble.py in a function
 * Add __init__.py to the bin/ directory so we can import it as a module.
 * Rename --data-directory cmdline option to --gourmet-base.
 * Fix occurrences of HELP_FILE constant.

2012-02-27 Bernhard Reiter <email address hidden>

 * Remove --image-directory and --ui-directory cmd line options, as those are now subdirectories of --data-directory.
 * Replace custom inquiry if existing file should be overwritten by GTK one.

2012-02-26 Bernhard Reiter <email address hidden>

 * Replace create_manifest.py by MANIFEST.in
 * Remove some more duplicates

2012-02-20 Bernhard Reiter <email address hidden>

 Minor setup.py fix

2012-02-16 Bernhard Reiter <email address hidden>

 Remove tools/gourmet_distutils as it's unused (there's still tools/gourmet_distutils.py)

2012-02-12 Bernhard Reiter <email address hidden>

 * Move website URL from GRM.py to version.py
 * Replace old splash screen by new one
 * Change directory layout once more. Looks good now, but still a lot of code fixes ahead.

2012-02-11 Bernhard Reiter <email address hidden>

 * Un-hardwire intltool's path under windows in setup.py
 * Fix FAQ and LICENSE locations in code
 * Update setup.cfg, mostly to use .bz2 compression
 * Restructure data/ directory
 * Add images/gourmet.svg, and remove a couple of outdated images.
 * Rename glade/ directory to ui/
 * Restructure directory layout to comply more to
   http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html

2012-02-10 Thomas Hinkle <email address hidden>

 * Fixed density of sugar (I think I'd used the density from a chemistry,
   rather than a cooking, site, which didn't account for the air between
   the sugar crystals when you measure it)
 * Don't fail if elib.intl isn't present -- print a warning instead.
 * Glade-->UI

2012-02-09 Bernhard Reiter <email address hidden>

 Rename i18n/ directory to po/ so intltool-update --maintain will work

2012-02-08 Bernhard Reiter <email address hidden>

 * Images cleanup
 * Remove a stray .po file
 * Rename gladed command line option to uid
 * Rename some more methods from glade to ui (or builder)
 * s/gladebase/uibase/g
 * Use updated i18n/de.po from Launchpad

2012-02-07 Bernhard Reiter <email address hidden>

 * Replace custom hack in setup_gettext.py by elib.intl module
 * Add Lauchpad header to i18n/de.po

2012-02-06 Bernhard Reiter <email address hidden>

 Update i18n/gourmet.pot translation template

2012-02-05 Bernhard Reiter <email address hidden>

 * New German translations by nobody (at) t4b.me
 * i18n string unification fixes by nobody (at) t4b.me
 * Another i18n fix

2012-02-01 Bernhard Reiter <email address hidden>

 * Yet another (somewhat prominent) i18n fix.
 * Internationalize src/lib/plugins/import_export/archive_plugin/zip_importer_plugin.py
 * s/ = /=/ in the *.gourmet-plugin.in files, which previously impeded
   localization, as intltool-merge can't deal with whitespaces on the wrong places.

2012-01-31 Bernhard Reiter <email address hidden>

 * Fix i18n/POTFILES.in to properly include .gourmet-plugin.in files
 * Add Russian localization files i18n/ru.po and src/lib/defaults/defaults_ru.py
   by Alexander Prokoudine, from our Sourceforge patch tracker: see
   https://sourceforge.net/tracker/?func=detail&aid=2858486&group_id=108118&atid=649654
   and https://sourceforge.net/tracker/?func=detail&aid=2858485&group_id=108118&atid=649654
 * Fix sort of a typo
 * Replace occurrences of .props.someproperty by {g|s}et_property('someproperty') to fix bug #3480177
 * Replace occurrences of .props.someproperty by {g|s}et_property('someproperty') to fix bug #3480177
 * Another fix to make i18n work.

2012-01-30 Bernhard Reiter <email address hidden>

 Small i18n related fix.

2012-01-29 Bernhard Reiter <email address hidden>

 * Add domain=gourmet attribute to the interface tag in the .ui files
 * Update i18n/POTFILES.in to reflect .glade -> .ui file conversion
 * Add [type: gettext/glade] prefix to .ui files in i18n/POTFILES.in
   so that they're actually searched for strings by intltool.
 * Add locale.bindtextdomain('gourmet',DIR) so that the strings from
   our .ui (and glade) files are actually translated -- which they previously weren't.

2012-01-21 Bernhard Reiter <email address hidden>

 * Add i18n/generate_mo.sh as i18n/generate_mo.py doesn't seem to work for me.
 * In src/lib/version.py, import gettext_setup so trings get translated.
 * Make ImageSelectorDialog open the user's Pictures directory when launching it.

2012-01-19 Bernhard Reiter <email address hidden>

 * Remove obsolete cmd line options documentation from gourmet.1
 * Move LICENSE displaying logic from version.py to GourmetRecipeManager.py
   as it requires some imports; and add LICENSE to setup.py

2012-01-17 Bernhard Reiter <email address hidden>

 Add LICENSE to MANIFEST as it's needed by the About dialog.

2012-01-12 Bernhard Reiter <email address hidden>

 Comment out an obsolete windows workaround.

2012-01-11 Bernhard Reiter <email address hidden>

 Remove a stray file that had sneaked into MANIFEST and i18n/POTFILES.in

2012-01-10 Bernhard Reiter <email address hidden>

 * Regenerate i18n/gourmet.pot and i18n/*.po files by running i18n/grab_strings.sh
 * Update i18n/POTFILES.in based on MANIFEST contents
 * Update MANIFEST
 * Update POTFILES, translation template (gourmet.pot), and merge into individual *.po files
 * Fix Nutritional Information plugin

2012-01-07 Bernhard Reiter <email address hidden>

 Remove make_star_button and make_star_image functions as they aren't needed anymore.

2012-01-06 Bernhard Reiter <email address hidden>

 * Replace gnome.sound_* stuff with gstreamer (gst) stuff.
   This should conclude our removal of (python-)gnome dependencies.
   We now need pygtk >= 2.16 and (py)gst instead (which is much less heavy-weight than gnome).
 * Remove gnome stuff from the pdf_exporter.py test code.
 * Replace gnome-open by the cross-desktop xdg-open command.
 * Remove gnomeprint import from gglobals.py
 * Remove obsolete 'printer' command line option.
 * Remove call to gnome.url_show as we can assume gtk.show_uri to exist in PyGTK >= 2.16

2011-12-30 Bernhard Reiter <email address hidden>

 Replace gnome.ui.About dialog by gtk.AboutDialog

2011-12-27 Bernhard Reiter <email address hidden>

 Use an InfoBar to display deletion warning message

2011-12-19 Bernhard Reiter <email address hidden>

 Add alignment objects to recCardDisplay.ui as that information got lost during gtk.Builder migration.

2011-12-17 Bernhard Reiter <email address hidden>

 Add NutritionLabel widget back to nut_recipe_card_display.ui which got lost in the migration to gtk.Builder

2011-12-16 Bernhard Reiter <email address hidden>

 * Fix a signal handler related bug due to gtk.Builder migration
 * Remove import gtk.glade statements everywhere.
 * Remove custom_handlers stuff as it's obsolete now after migrating to gtk.Builder.
 * Migrate even the faux stuff to gtk.Builder
 * Remove references to *.glade files in setup.py and create_manifest.py; recreate MANIFEST.
 * Migrate the Nutritional Information plugin to gtk.Builder. This requires still some polishing.
 * Change NumberEntry's default_to_fractions argument default value to False
   (as that's what it's set to practically everywhere, and it will make migration to gtk.Builder easier).
 * Forgot to add keyeditor.ui and remove keyeditor.glade
 * Migrate recipeMerger.py to gtk.Builder
 * Migrate keyEditor.py to gtk.Builder
 * Remove app.glade (in favor of app.gui)
 * Migrate chooserNotebook.py to gtk.Builder (though currently unused)
 * Remove recipeMerger.py from src/lib as it's now in a plugin subdirectory
 * Replace remaining glade.XML occurrences in GRM.py by gtk.Builder equivalents.
 * Migration to gtk.Builder: Add app.ui and change remaining occurrences of app.glade to app.ui
 * Replace checks for app.glade by checks for app.ui
 * Remove an unnecessary import from src/lib/reccard.py
 * Migrate batchEditor from glade to gtk.Builder
 * Remove glade/keyeditor.glade as that files is already in src/lib/plugins/key_editor/
 * Remove glade/*.glade and glade/*.gladep files for which conversion to *.ui is complete.
 * Migrate recipe card to gtk.Builder

2011-12-15 Bernhard Reiter <email address hidden>

 * Fix reccard.py after migration to gtk.Builder; plus two fixes to ratingWidget.py
 * Add a README to glade/catalog
 * More recCardDisplay to gtk.Builder fixes
 * Properly migrate recCardDisplay to gtk.Builder
 * Create gourmetwidgets catalog for glade, adapt widgets code.

2011-12-13 Bernhard Reiter <email address hidden>

 Start migrating recCardDisplay to gtk.Builder

2011-07-01 Tom <email address hidden>

 * src/lib/convert.py (NUMBER_FINDER_REGEXP): Avoid seeing things
 with a terminal . or , as numbers, thus avoiding seeing numbered
 lists as ingredients.

2011-06-28 Tom <email address hidden>

 * src/lib/reccard.py (IngredientController.commit_ingredients.commit_iter):
 Fix attr lookup error in corner cases.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.