1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/ui/tktile
Shlomi Fish 1dec576b1a Add persistence for solver show progress.
See https://github.com/shlomif/PySolFC/issues/38 :

<<<
Currently the solver dialog (Assist → Solver when playing Freecell or
other supported games) does not remember its "Preset" , "Max Iterations"
and "Show Progress" settings - either across sessions of PySol or even
after closing and invoking it again. It should remember those but note
that it should not remember the "Game" setting because one can switch to
a different game.
>>>
2017-08-25 22:28:25 +03:00
..
__init__.py flake8 2017-04-19 12:03:45 +03:00
Canvas2.py Convert Canvas.py to Canvas2 under pysollib. 2017-08-25 18:25:58 +03:00
card.py flake8 2017-04-19 12:03:45 +03:00
colorsdialog.py 2to3 on pysollib/ui/tktile/*.py 2017-05-24 17:08:05 +03:00
edittextdialog.py Preemptive tkinter conversion to py2/py3. 2017-05-22 18:38:20 +03:00
findcarddialog.py Preemptive tkinter conversion to py2/py3. 2017-05-22 18:38:20 +03:00
gameinfodialog.py 2to3 on pysollib/ui/tktile/*.py 2017-05-24 17:08:05 +03:00
menubar.py division sanity 2017-08-25 18:25:58 +03:00
selecttree.py division sanity 2017-08-25 18:25:58 +03:00
solverdialog.py Add persistence for solver show progress. 2017-08-25 22:28:25 +03:00
tkcanvas.py division sanity 2017-08-25 18:25:58 +03:00
tkconst.py Preemptive tkinter conversion to py2/py3. 2017-05-22 18:38:20 +03:00
tkhtml.py Fix the help display in py3. 2017-08-25 18:25:58 +03:00
tkutil.py division sanity 2017-08-25 18:25:58 +03:00
tkwrap.py Preemptive tkinter conversion to py2/py3. 2017-05-22 18:38:20 +03:00