Joe R
|
21c2780e8e
|
Tweak menu text for consistency
|
2025-02-06 21:56:32 -05:00 |
|
Joe R
|
cafdafe047
|
Add topmost logic to solver dialog
|
2024-12-24 22:39:45 -05:00 |
|
Joe R
|
911f83d249
|
Add option to keep dialogs always on top
|
2024-12-22 17:21:10 -05:00 |
|
Joe R
|
61eb1f0361
|
Fix error saving comments to the comments.txt file
|
2024-11-24 16:04:21 -05:00 |
|
Joe R
|
87a33b72b1
|
Set full picture and find card dialogs to be always on top
|
2024-11-06 20:50:15 -05:00 |
|
Joe R
|
ba202f67c1
|
Move fullscreen logic to wm_map method
|
2024-10-30 18:49:08 -04:00 |
|
Joe R
|
41c17c74f3
|
Switch the session log to being the default tab on the log window
|
2024-10-15 18:47:57 -04:00 |
|
Alexandre Detiste
|
dd16750d5f
|
import tkinter directly (#383)
* import tkinter directly
* linter
* linter
|
2024-09-21 17:10:10 -04:00 |
|
Alexandre Detiste
|
148f189a74
|
trim usage of six (#382)
This is artisanal manual craftwork :-)
def mDone(self, button):
if button == 0: # "OK" or double click
- if isinstance(self.tree.selection_key, six.string_types):
- self.key = str(self.tree.selection_key)
- else:
- self.key = self.tree.selection_key
+ self.key = self.tree.selection_key
|
2024-09-18 20:33:10 -04:00 |
|
Joe R
|
069c8e8a7b
|
Fixed bug with the preview using the wrong cardset after loading one with a subtype.
|
2023-11-26 12:02:40 -05:00 |
|
Joe R
|
529e8c006f
|
Flake8 tweaks.
|
2023-09-27 20:26:52 -04:00 |
|
Joe R
|
a28aaeeb4f
|
Added show full picture option for puzzle type games.
|
2023-09-27 20:04:12 -04:00 |
|
Joe R
|
13a29b34ea
|
Version 7 of the cardset format with subtype and joker support. (#330)
|
2023-08-11 20:30:29 -04:00 |
|
Joe R
|
3a37c1157d
|
Added face-down flip assist option.
|
2023-05-18 18:54:37 -04:00 |
|
Joe R
|
425573060f
|
Better verbiage for time and move statistics.
|
2022-09-26 20:08:42 -04:00 |
|
Joe R
|
3fd823b2f5
|
Option to select image scaling method, as discussed in issue #275.
|
2022-09-19 22:26:44 -04:00 |
|
Joe R
|
6fbcc1186e
|
Updated confirm discard game verbiage (as per issue #270).
|
2022-09-08 17:56:20 -04:00 |
|
Joe R
|
d2c59377dc
|
Advanced search feature.
|
2022-08-13 12:22:17 -04:00 |
|
Joe R
|
99ae5c39bb
|
Added/fixed variable redeals category in the game selection tree.
|
2022-08-11 19:33:10 -04:00 |
|
Joe R
|
6fe410ac24
|
Corrections to status bar variables in Kivy.
|
2022-07-28 18:19:34 -04:00 |
|
Joe R
|
ff4bd148fa
|
Added missing methods causing a crash in Kivy.
|
2022-03-09 18:47:25 -05:00 |
|
Joe R
|
052fd0b78d
|
Added Stripped Deck game category.
|
2022-01-08 10:34:33 -05:00 |
|
Joe R
|
3f9853f7ec
|
Fixed HTTPS linking in the documentation.
|
2021-12-28 17:13:02 -05:00 |
|
Joe R
|
2e9f242ce8
|
Failsafe to account for missing cardsets in playable preview.
|
2021-09-06 10:07:49 -04:00 |
|
Joe R
|
e927d60a25
|
Playable preview now loads and uses cardsets of the correct type for each game.
|
2021-09-01 18:54:45 -04:00 |
|
Shlomi Fish
|
79d27d2749
|
issue217 : formatting.py deprecated fix.
This file is derived from /usr/lib/python3.9/formatter.py . All changes
are placed under CC0.
See:
* https://github.com/shlomif/PySolFC/issues/217
* https://bugzilla.redhat.com/show_bug.cgi?id=1990043
|
2021-08-19 07:21:15 +03:00 |
|
Joe R
|
e9b0675884
|
Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock).
|
2021-06-26 11:00:39 -04:00 |
|
Joe R
|
c416d42a96
|
Removed deal animation from preview and combined game select options.
|
2021-06-08 21:54:15 -04:00 |
|
Joe R
|
0e1ecd1c1e
|
Enhanced higher resolution cardset support.
|
2021-04-25 13:46:53 -04:00 |
|
Shlomi Fish
|
3de9955879
|
try2fix flake 8 tests [travis/etc.]
|
2020-06-17 20:53:11 +03:00 |
|
Juhani Numminen
|
e1a1a8d169
|
Retire pysol.xbm & .xpm & the unused code that uses them
|
2020-03-11 14:57:28 +02:00 |
|
Juhani Numminen
|
6016a6a5c1
|
No such thing as pysollib.app.comments (#153)
|
2020-03-02 13:21:35 +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
|
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
|
11bafeba44
|
use six.py.
|
2018-09-01 18:40:50 +03:00 |
|
Shlomi Fish
|
af493722c8
|
Refactoring.
|
2018-03-13 13:16:49 +02:00 |
|
Shlomi Fish
|
033f99e4f2
|
refactoring.
|
2018-03-13 12:42:04 +02:00 |
|
Shlomi Fish
|
c825c3c6df
|
Refactoring.
|
2018-03-13 10:28:12 +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
|
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
|
8a8314ce86
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
727c1765ad
|
flake8.
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
40dcd6633c
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
a8984338bf
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
899dfe677f
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
c65a948357
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
bfcfdc59a9
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|