date: 2004/09/12 23:59:00; author: tom; state: Exp; lines: +18 -6 Fixed ABOUT information & added new logo. ----------------------------
1.67
date: 2004/09/12 20:36:37; author: tom; state: Exp; lines: +5 -1 Added new menu-items to list of items to be dimmed when no recipes are selected. ----------------------------
==reccard.py==
1.66
date: 2004/08/20 01:16:44; author: tom; state: Exp; lines: +3 -4 Got rid of old hard-coded default XML file.
date: 2004/08/19 23:42:50; author: tom; state: Exp; lines: +45 -22 Some changes in threading code as well as superficial changes to debugging code, etc.
==reccard.py==
1.51
date: 2004/06/14 13:15:08; author: tom; state: Exp; lines: +10 -2 Added support for multiple dnd types, making ingredient list accept drags from Mozilla Firefox or from TreeView widgets (e.g. gedit). ----------------------------
1.50
date: 2004/06/14 04:54:44; author: tom; state: Exp; lines: +291 -164 * View menus that update depending on what recipe cards are open. * Behaving properly if users cancel dialogs * Capitalize names of classes * Create Revert-changes button for RecCard view * Add Shopping Category to ingredient list view * Set up editing in ingredient list view to auto-complete keys and shopping categories * Set up popup menu for ingredient list view shopping category * Fix bug that made you lose your image when applying other changes. * Got rid of code for toggle buttons that toggled views. I've replaced this with the new expander widgets. ----------------------------
1.49
date: 2004/06/12 07:16:59; author: tom; state: Exp; lines: +176 -121 Redesigned code to create truly object oriented user interface. Glade files have no been separated for ease of maintenance and to make it easier to create multiple recipe card windows. ----------------------------