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

240 commits

Author SHA1 Message Date
Juhani Numminen
6016a6a5c1 No such thing as pysollib.app.comments (#153) 2020-03-02 13:21:35 +02:00
Juhani Numminen
984ab3570a Import ttk from standard library, drop local copy 2020-02-11 23:38:28 +02:00
Juhani Numminen
65b86f2d1d Improve internationalization
- More strings marked for translation
- Used format strings instead of concatinating fragments
- Removed space before '?' or '!' from sentences in English

Following the GNU gettext guidelines at
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings
2019-08-31 13:22:21 +03:00
Shlomi Fish
4d61d73f3a consolidate diffs 2019-07-30 12:37:22 +03:00
Shlomi Fish
70e1159947 consolidate diffs 2019-07-28 08:35:40 +03:00
Shlomi Fish
d3561e0e77 merge differences between */toolbar.py.
Refactoring.
2019-04-08 18:34:27 +03:00
Shlomi Fish
ed18fd8156 Order imports based on flake8-import-order.
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
2019-01-11 23:55:06 +02:00
Shlomi Fish
77bd206a4e feature: made the current solver preset persistent.
let it stick.
2018-09-01 19:07:00 +03:00
Shlomi Fish
11bafeba44 use six.py. 2018-09-01 18:40:50 +03:00
Roderik Ploszek
7518d36aab Fix exception dialog in Python 3 2018-04-14 23:55:29 +02:00
Shlomi Fish
640f398e6b flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
a54b603911 Get rid of the __all__ directive.
Everywhere except kivy.
2018-03-14 22:43:11 +02:00
Shlomi Fish
38bfb88971 Made the new flake8 and travis happier.
Fix the warnings.
2017-11-04 20:15:52 +02:00
Shlomi Fish
de93df2de7 flake8 and other tests. 2017-09-18 16:37:02 +03:00
Shlomi Fish
b887d6042b Made flake8 happier.
Removed __all__ and stuff - we use explicit imports now.
2017-09-18 13:04:53 +03:00
Shlomi Fish
e90b48104d Division sanitize. 2017-08-25 18:25:58 +03:00
Shlomi Fish
0cb1d4431d 2to3 on pysollib/tile/[a-z]*.py 2017-05-24 18:30:11 +03:00
Shlomi Fish
14b8756d56 2to3 on pysollib/tile/t*.py 2017-05-24 18:24:29 +03:00
Shlomi Fish
63e5c97b98 2to3 on pysollib/tile/to*.py 2017-05-24 18:13:40 +03:00
Shlomi Fish
a21e584ad1 2to3 on pysollib/tile/tk*.py 2017-05-24 18:08:40 +03:00
Shlomi Fish
b1181c38f9 2to3 on pysollib/tile/ti*.py 2017-05-24 18:01:40 +03:00
Shlomi Fish
38b9777b1f 2to3 on pysollib/tile/[a-s]*.py 2017-05-24 17:52:57 +03:00
Shlomi Fish
424afcfad3 2to3 on pysollib/tile/se*.py 2017-05-24 17:44:31 +03:00
Shlomi Fish
74e0ff5bf3 2to3 on pysollib/tile/[e-p]*.py 2017-05-24 17:26:51 +03:00
Shlomi Fish
c68f3fcc6f 2to3 on pysollib/tile/[a-c]*.py 2017-05-24 17:21:36 +03:00
Shlomi Fish
ce6f5613a3 sixify tkfont. 2017-05-22 19:03:18 +03:00
Shlomi Fish
72a2591ec1 Preemptive tkinter conversion to py2/py3.
Using the six module. Did it before 2to3 reports it.
2017-05-22 18:38:20 +03:00
Shlomi Fish
b349234f48 flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
589fd65f0a flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
6eebf8729d flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
85e604b912 flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
7a3ceb97bb flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
a4bea50ad1 flake8 2017-04-19 12:03:45 +03:00
Shlomi Fish
99ef711af1 Change the licenses headers to please flake8. 2017-04-19 12:03:44 +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
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
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
1085096f37 Refactored the refactoring.
Meta-refactoring!
2016-11-16 20:35:59 +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