From: Hans F. <fu...@us...> - 2004-06-29 14:24:16
|
Update of /cvsroot/neelix/neelix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29132 Modified Files: Makefile TODO Log Message: Delete now works, if you're running an up-to-date cvs tree of qtruby. The trick is the i.dispose call. If you have an older qtruby, it will do the delete in the db before crashing. Index: Makefile =================================================================== RCS file: /cvsroot/neelix/neelix/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile 25 Jun 2004 04:27:17 -0000 1.7 +++ Makefile 29 Jun 2004 14:24:06 -0000 1.8 @@ -17,7 +17,7 @@ rsync -rv rdoc screenshot.png shell.sf.net:neelix/htdocs clean: - rm -rf doc + rm -rf rdoc make -C db clean .PHONY: doc all qt web db clean Index: TODO =================================================================== RCS file: /cvsroot/neelix/neelix/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- TODO 25 Jun 2004 02:45:31 -0000 1.4 +++ TODO 29 Jun 2004 14:24:06 -0000 1.5 @@ -2,9 +2,6 @@ Finish Menu functionality Finish Ingredient dialog. - reordering,addition,deletion of ingredients -Recipe management (within categories) (add/del/sort/move) -Category management (add/del/sort/move) -Cookbook mgmt (add/del/sort) 0.2.0 - meal plans |