Kevin Routley
Kevin Routley
For part 1, use a script to mark appropriate images as 'duplicate' in the database.
This issue supersedes issue #42.
1. Need a bookmarks table with name + id. 2. Need an image_id bookmark_id mapping table. 3. When displaying image, show if it is bookmarked. 4. A view showing bookmarks,...
Consider using the 'pools' logic? [Now that pools have been added to the db.]
Same as issue #12
May not be possible. Using `parent.resizable(0,0)` in the child windows disables the maximize button but also prevents resizing. Other solutions seem to be specific to Microsoft Windows.
Remember window sizes and positions get: ``` root.winfo_width() root.winfo_height() root.winfo_geometry() ``` set: `root.geometry(value)` where `value` is of the form: `(w)x(h)+(x)+(y)`
TODO: scan of units should examine any one unit only once; not driven by 'MovesLeft'?
TODO: helpful for logging / diagnostics if each player's unit had a unique ID
I understand completely! It's the 90/10 rule: 90% of your possible users will have no problem loading their GED files. Difficult to justify the extra effort [and possible complexity] for...