1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

661 commits

Author SHA1 Message Date
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
Shlomi Fish
cc09f7a5d6 Remove an assertion that did harm.
See https://github.com/shlomif/PySolFC/issues/12 .
2016-09-22 13:28:46 +03:00
Shlomi Fish
29a9a61eef Started merging some code. 2016-08-21 22:45:55 +03:00
Shlomi Fish
c519bddc46 Consolidate/merge gameinfodialog.py. 2016-08-09 18:29:56 +03:00
Shlomi Fish
494f58cecd Add some temp directories to the gitignore. 2016-07-04 00:18:37 +03:00
Shlomi Fish
b9a46ecf35 Merged more of the statusbars. 2016-04-06 13:12:34 +03:00
Shlomi Fish
829d3aff32 start merging the statusbar.py-s. 2016-04-06 12:05:25 +03:00
Shlomi Fish
4abc0650c1 Remove an unused import. 2016-03-16 14:07:20 +02:00
Shlomi Fish
d6219b65bf Refactoring: access identifiers directly.
Instead of having one more level of indirection.
2016-03-16 13:49:56 +02:00
Shlomi Fish
3791c8b4c6 Remove some unneeded code. 2016-03-16 12:45:29 +02:00
Shlomi Fish
2fa235ff33 Fix MfxMessageDialog. 2016-03-16 12:28:03 +02:00
Shlomi Fish
2870e9b882 Add an empty line to merge some diffs 2016-03-16 10:59:49 +02:00
Shlomi Fish
80268cfac8 Fix SelectGameDialogWithPreview. 2016-03-14 23:05:37 +02:00
Shlomi Fish
c3a8a52543 Fix SelectGameDialog in the menubar.
More of the fact the imports were lost and are 'tk' or 'tile'-specific.
2016-03-14 22:44:44 +02:00
Shlomi Fish
e7090f8f4b Fix a bug with SoundDialog. 2016-03-14 18:14:52 +02:00
Bernard Cafarelli
0a9add937e Install pysollib.ui.tktile, fix mygettext imports 2016-03-14 14:34:05 +01:00
Shlomi Fish
c44540fff4 Add a missing instruction to the README 2016-03-06 18:59:58 +02:00
Shlomi Fish
8f161ce335 Fix the tiles' dialog from the menu. 2016-03-01 19:58:45 +02:00
Shlomi Fish
649f7b07dc Merge ColorsDialog. 2016-02-25 16:24:04 +02:00
Shlomi Fish
2f7839e430 Remove some differences between tk/tile. 2016-02-25 16:01:12 +02:00
Shlomi Fish
1302aa395c Remove an old trace print. 2016-02-19 23:33:36 +02:00
Shlomi Fish
ac60cb2516 menubar: Remove unnecessary imports. 2016-02-19 23:25:30 +02:00
Shlomi Fish
fdf09e8189 Remove some unused imports. 2016-02-19 23:20:16 +02:00
Shlomi Fish
d9ab7b2e4f menubar.py : move more code to base class. 2016-02-19 23:11:45 +02:00
Shlomi Fish
cde9bc5fb5 menubar: move more code to the base class. 2016-02-19 23:06:16 +02:00
Shlomi Fish
ee1114fb3b Continue moving more menubar func to base class. 2016-02-19 19:27:22 +02:00
Shlomi Fish
97a70ea882 More refactoring. 2016-02-19 19:19:18 +02:00
Shlomi Fish
e182ddd68f Refactor pysollib/hint.
Still a lot of ugliness showing but it's better than nothing.
2016-02-19 18:58:16 +02:00
Shlomi Fish
7780d6fccd Fix some import bugs in the menubar parent class. 2016-02-19 18:23:12 +02:00
Shlomi Fish
81b37f8673 Fix a bug with an unassigned var.
It prevented running the solver in mid play.
2016-02-19 18:15:28 +02:00
Shlomi Fish
8fcb811608 Move duplicate code to the menuar base class. 2016-02-19 17:55:30 +02:00
Shlomi Fish
2e557fde5d Unify the codebases of menubar.pys.
TODO : move to the base class.
2016-02-17 21:36:46 +02:00
Shlomi Fish
98fcd0a357 Move some methods to the base class.
I had to rename some attributes away from the leading two underscores ("__")
because it didn't work with them.
2016-02-17 21:21:26 +02:00
Shlomi Fish
3f962b7134 Extract some common code into a base class. 2016-02-16 18:19:13 +02:00
Shlomi Fish
9f7cc65a5f Merge {tile,tk}/tkwrap. 2016-02-14 16:45:10 +02:00
Shlomi Fish
5d8b82cabe Move {tk,tile}/{card,tkcanvas} to ui.tktile.
They were identical in both places.
2016-02-14 16:14:30 +02:00
Shlomi Fish
1d7fb6fd61 Merge tile/tkutil.py and tk/tkutil.py.
They were identical.
2016-02-14 15:27:54 +02:00
Shlomi Fish
84e8e39e59 Enhance the README.md.
Running instructions/headers/etc.
2016-02-14 15:09:28 +02:00
Shlomi Fish
26fee76b81 Fix the Travis CI badge. 2016-02-14 14:17:35 +02:00
Shlomi Fish
a514a16361 Enhance the readme 2016-02-14 14:11:22 +02:00
Shlomi Fish
23a1c79975 Convert to README.md.
To markdown.
2016-02-14 14:07:00 +02:00
Shlomi Fish
9f90a14075 Fix travis by extracting a separate script 2016-02-14 13:56:34 +02:00
Shlomi Fish
96589abf7b Use /usr/bin/python 2016-02-14 13:51:33 +02:00
Shlomi Fish
9c9b763d5d Add a verification thing 2016-02-14 13:43:21 +02:00
Shlomi Fish
53e0671ca4 Fix make command 2016-02-14 13:31:58 +02:00
Shlomi Fish
bd46cee338 Fix deps 2016-02-14 13:29:46 +02:00