View Single Post
Posts: 119 | Thanked: 412 times | Joined on Aug 2008
#10
Originally Posted by v13 View Post
Here are some problems with the latest version:
  • When you create a new list and try to save it, if you press "Type" and select the "List 3" entry it adds garbage to the filename. Is "Type" usefull anyway?
No, this is the standard Qt dialog and I confess I just hit save
I've never seen "List 3" before but I tried various combinations of New/Save and eventually got a "List +" that did add random stuff to the filename - very spooky.

Originally Posted by v13 View Post
  • When deleting all categories and adding one, the button at the bottom is not refreshed (main screen).
I can't reproduce this. Can you explain more?
I remove all categories. Add a new one. Rename it "Fridge" and click "Done"
The blue chooser shows the new name.

ah, hold on
If you rename a category it shows the old name on the main window until you 'do something'.

Originally Posted by v13 View Post
  • When adding a new entry: Edit categories, then add a new one. The categories will move on screen.
Yes, this is Qt dynamically repacking the list. I don't like it but it's only cosmetic - I will be rewriting the whole category chooser.

Originally Posted by v13 View Post
  • When editing categories: Start with three or more categories. Move a category to the bottom. The last one willhave a button for "down" too. Pressing it crashes the program.
Yep. I see that one. I've fixed that before

Originally Posted by v13 View Post
  • You should save changes when they happen. If the program crashes, the active list is not saved and it starts again with the previous one. For example if I create a new list and the program crashes then the next time it will start with the old one.
It saves on close. I decided not to save periodically but to make Shopper not crash. It motivated me a lot in the early days. Most crashes now are when you do weird things like delete all categories whilst adding an item

Originally Posted by v13 View Post
  • From the menu select "Save/Load/New". Then press "Save As". Then, before the window appears, press it again. And again. And again. This will result in 4 "Save As" windows. I suggest you disable the buttons whenever one is pressed.
"Doctor, Doctor, when I bang my head against a wall it hurts."

Don't do that then

Originally Posted by v13 View Post
  • Add an item. While adding it, edit categories: Delete all categories and create a new one. The return to save the new entry. Program crashes.
Thanks for these v13 - some very interesting 'edge cases' in there.

Actually it's quite annoying... I wanted to release a reasonably stable version with the old category chooser (I've been using it since november with no crashes in "normal" use) and then rewrite that bit with some of the new animations.

<sigh> another release soon then