0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug where after creating the initial cookbook you couldn't add an initial category More... almost 20 years ago
faster rsync More... almost 20 years ago
Just took out a few debug statements and fixed a few minor bugs. Also removed menu entries that we're not using yet from the UI. More... almost 20 years ago
fixed move ingredient bug: observer wasn't getting notified on insert More... almost 20 years ago
Everything seems to be working with one exception. There's a bug regarding moving ingredients that I haven't pinned down yet. Sometimes the ingredient goes off into limbo (in the db, but not on screen, so you have to restart), but other times it doesn't. Once that bug is fixed, we're ready to clean up and package it 0.1.0! More... almost 20 years ago
Fixed so ingredients are immediately deleted from DB when removed from a recipe. They're instead orphaned and then the ingredient must be explicitly deleted (added Ingredient.delete). Also added checks so you can't perform operations on an ingredient that's been deleted from DB, in case a reference to is still floats around somewhere. Added quick method to delete all observers from an observable, gets called in ingredient deletion process to minimize the number of those lingering references. More... almost 20 years ago
Can delete ingredients. Still working on proper add ingredient. It adds now, but just to the end of the list. I'd like it to add to after the current item. More important would be allowing reordering, then adding to the end isn't such a big deal. Both require the swapping idiom which is currently broken I think. See the bug on the bug tracker. More... almost 20 years ago
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. More... almost 20 years ago
Adding stuff (except ingredient) works More... almost 20 years ago
Courtesy of Gort's icons. More... almost 20 years ago
Editing measure and food complete. Note I didn't use the find_food function in the replicator. Yeah, putting it all in the presenter means we can't take advantage of SQL, but OTOH not using SQL is more database-agnostic and not likely to be a performance hit. "Premature optimization is the root of all evil" and all that. More... almost 20 years ago
Reordered some funcitons. More... almost 20 years ago
Editing of everything works, with the exception of measure and food. See TODO for why. More... almost 20 years ago
Dear me, this is a rather important file to have in CVS isn't it? More... almost 20 years ago
in-place renaming of cookbooks, categories, and recipes via the shelf works, including updating the recipe name on the counter too. Removed the cookbook and category switcher pages, since all you did there was edit the name of cookbooks and categories which you can do in-place in the shelf. So now, the pretty recipe form is always visible (but disabled if a recipe is not selected). More... almost 20 years ago
Just a little renaming More... almost 20 years ago
neelix.rb now runs the qt view. Type make to build the qt files from the .ui files. More... almost 20 years ago
Made a lot of progress on populating the widgets. Everything's display-only at this point, nothing changes the database. But it's all there. More... almost 20 years ago
Blessed day, qt for ruby has arrived. [1] Fox is nice and all. I really do like it, but Qt has more features and a top-notch designer. Add to that that Qt seems to be the only toolkit with a decent table/spreadsheet widget which I so anxiously desired for the ingredients, and I'm quite decided to switch over to Qt. More... almost 20 years ago
The ingredient is already being added to the recipe's ingredient list when the ingredient is created, so this line ended up adding it twice. Removed. The method (though now empty) remains because it makes sense in the MVC model and we may want to put other stuff in there later. More... almost 20 years ago
I'll start the bug reporting/squashing. The ingredient manipulation buttons don't work without this minor fix. More... almost 20 years ago
The shelf is all but done now. I am adding, and subtracting. I am the operator of my pocket calculator... More... almost 20 years ago
fixed synchronization of treelist More... almost 20 years ago
major refactoring of fox.rb, not complete. (e.g. the treelist is still broken) More... almost 20 years ago
update the rdoc on the website (neelix.sf.net) when I (fugalh) run it. More... almost 20 years ago
documented model code and added make target for rdoc. woopee! More... almost 20 years ago
presenter - only whitespace. model - mucked around with Replicator view - Added a menu. The Add Cookbook option in the Action menu works, the other Action menu items need to be done. Then we need to add delete cookbook/category/recipe menu items. More... over 20 years ago
Adding/editing ingredients works (rudimentary). Edit an ingredient by double clicking on it. More... over 20 years ago
nicer selection code More... over 20 years ago
refactored the promote/demote/delete ingredient functionality into presenter methods More... over 20 years ago