Shlomi Fish
|
8c4887b70b
|
flake 8
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
c4b882e1e1
|
Add a Travis dep
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
b62f600d34
|
flake 8
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
c4e7b1c8f3
|
try to please Travis
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
1ec8cc8b27
|
flake8 checked g*.py.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
4747fe1dbf
|
flake8.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
82a7284824
|
Start implementing flake8 compliance.
So far for the a* files.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
be0de4a2b5
|
Correct the README [build instructions].
Thanks to https://github.com/shlomif/PySolFC/issues/11 and @whitenj .
|
2017-04-19 12:01:27 +03:00 |
|
Shlomi Fish
|
47d5573273
|
Correct the instructions.
|
2017-04-19 11:55:02 +03:00 |
|
Shlomi Fish
|
060f14b25f
|
some typos thanks to Jan
|
2017-04-08 23:11:29 +03:00 |
|
Shlomi Fish
|
ec5b2a84c3
|
mention the chat room.
|
2017-04-08 22:02:41 +03:00 |
|
Shlomi Fish
|
c1d7918c27
|
Fix some typos as reported by codespell.
Thanks to Jan for inspiring this.
|
2017-04-08 19:13:59 +03:00 |
|
Shlomi Fish
|
2d6d4b5c8a
|
Fix some typos.
Thanks to Jan for pointing one.
|
2017-04-08 18:35:25 +03:00 |
|
Shlomi Fish
|
0e2a08c4ce
|
Create a base class - refactoring.
|
2017-02-17 16:18:20 +02:00 |
|
Shlomi Fish
|
da4e09821d
|
Remove an unnecessary import.
|
2017-02-17 15:42:35 +02:00 |
|
Shlomi Fish
|
ecaa5d99a5
|
Move some classes to a common module.
This is part of the refactoring effort, and we've dealt with tkhtml now.
|
2017-02-10 23:26:51 +02:00 |
|
Shlomi Fish
|
9d059257b8
|
Fix a loading bug in the cardset dialog.
|
2017-01-11 14:57:48 +02:00 |
|
Shlomi Fish
|
e1206caea6
|
fix missing import
|
2016-12-02 00:09:13 +02:00 |
|
Shlomi Fish
|
d26c526afb
|
Fix a crash in the normal tk code.
|
2016-12-01 23:53:16 +02:00 |
|
Shlomi Fish
|
e04fdce5d5
|
Merge the findcarddialog modules into one.
|
2016-11-18 22:51:17 +02:00 |
|
Shlomi Fish
|
6b871f3216
|
Consolidate findcarddialog.py.
|
2016-11-18 22:29:30 +02:00 |
|
Shlomi Fish
|
463aec56af
|
Remove the max_depth option to the solver.
It's no longer supported nor recommended.
|
2016-11-16 22:53:22 +02:00 |
|
Shlomi Fish
|
1085096f37
|
Refactored the refactoring.
Meta-refactoring!
|
2016-11-16 20:35:59 +02:00 |
|
Shlomi Fish
|
0bbf7918f5
|
Extract the equivalent tk base class.
|
2016-11-13 16:18:01 +02:00 |
|
Shlomi Fish
|
dee599c7fd
|
Extract a common base class.
|
2016-11-13 16:05:11 +02:00 |
|
Shlomi Fish
|
e525a823fa
|
Extract an edit-text-dialog base class.
|
2016-11-13 13:29:46 +02:00 |
|
Shlomi Fish
|
d97b20b17b
|
Consolidate code in edittextdialog .
|
2016-11-13 13:16:00 +02:00 |
|
Shlomi Fish
|
622a035d5b
|
Extract a common method in the base class.
Of solverdialog.
|
2016-11-10 13:50:16 +02:00 |
|
Shlomi Fish
|
970e37ffe6
|
Extract a different method in the solverdialogs.
|
2016-11-10 13:31:17 +02:00 |
|
Shlomi Fish
|
66d91c872c
|
Extract a method in solverdialog.
As a precursor to consolidating the code.
|
2016-11-10 13:15:18 +02:00 |
|
Shlomi Fish
|
6ffefe1db5
|
Extract a different method.
As a precursor to extracting a method in the base class.
|
2016-11-10 13:04:08 +02:00 |
|
Shlomi Fish
|
ab8d445b49
|
Merge differences between the code.
|
2016-11-10 12:25:58 +02:00 |
|
Shlomi Fish
|
fe3df986aa
|
Fix some symbol importing bugs.
|
2016-11-10 01:20:12 +02:00 |
|
Shlomi Fish
|
53fa3e715f
|
Allow to save and restore ms[0-9]+ deals.
|
2016-11-09 21:25:41 +02:00 |
|
Shlomi Fish
|
c28a9104c8
|
Add a test.
|
2016-11-09 20:44:44 +02:00 |
|
Shlomi Fish
|
c407010801
|
Add another test
|
2016-11-09 20:27:26 +02:00 |
|
Shlomi Fish
|
d068f93d16
|
implement str2long and long2str.
With a unit test.
|
2016-11-09 20:10:09 +02:00 |
|
Shlomi Fish
|
1ff90e1641
|
Correct a regex.
\d can match more than just [0-9].
|
2016-11-09 19:37:30 +02:00 |
|
Shlomi Fish
|
d229a5a7d4
|
Extract more common functionality.
|
2016-11-09 16:41:27 +02:00 |
|
Shlomi Fish
|
ad063a89eb
|
Add an "all" target to avoid running 'make install
|
2016-11-09 16:07:53 +02:00 |
|
Shlomi Fish
|
1d35f40fc6
|
Extract a base class for solverdialog.
|
2016-11-09 16:05:09 +02:00 |
|
Shlomi Fish
|
a73b8911ae
|
Consolidate some code in solverdialog.py.
Todo: extract a common base class and methods.
|
2016-11-09 15:21:33 +02:00 |
|
Shlomi Fish
|
16aa60a40b
|
Update the list of fc-solve's solver_presets.
Add some newer (and probably better) presets/etc.
|
2016-11-09 12:11:44 +02:00 |
|
Shlomi Fish
|
e8b1f1d7c9
|
Add a screenshot.
|
2016-11-08 22:45:22 +02:00 |
|
Shlomi Fish
|
24f6d70597
|
Add the screenshot.
|
2016-11-08 22:01:52 +02:00 |
|
Shlomi Fish
|
b60ae834c8
|
Add to gitignore
|
2016-11-08 18:05:57 +02:00 |
|
Shlomi Fish
|
2f735d1b53
|
Got "python setup.py bdist_rpm" to work again.
One should do "make mo" first - TODO: test in Travis-CI and test the
resultant rpm files. Had to change README to README.md in several
places.
|
2016-11-08 17:48:32 +02:00 |
|
Shlomi Fish
|
95a71aa36b
|
Add a passing test for FC-Pro 6E9.
|
2016-11-08 16:21:02 +02:00 |
|
Shlomi Fish
|
95dd1e40b4
|
Implement > 2e9 ms/FC-Pro deals.
Larger than 2 milliard Freecell Pro deals in PySolFC - with a test.
|
2016-11-08 16:08:31 +02:00 |
|
Shlomi Fish
|
b3f377c3f0
|
Create a base module for selecttree.py.
|
2016-10-11 23:13:30 +03:00 |
|