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

68 commits

Author SHA1 Message Date
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
166025313b Update search field verbiage for clarity 2024-08-04 21:19:58 -04:00
Joe R
90ffaeb2d1 Fixed resetting of cardset on cancelling select game. 2024-06-07 19:11:23 -04:00
Joe R
66d2eaba5f Moved cardset change fix to cancel button. 2024-05-16 17:34:03 -04:00
Joe R
a14eef2b60 Fixed bug where the preview can partially change the main game cardset. 2024-05-12 22:32:17 -04:00
Joe R
d9d02d47ca Added category to the tree for games with jokers. 2024-03-21 18:28:01 -04:00
Joe R
d3a4548f69 Option to filter by game subcategory/cardset subtype. 2024-03-15 23:07:33 -04:00
Joe R
9e90157d3e Added recent and favorite games filters to advanced search. 2024-02-11 11:10:18 -05: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
13a29b34ea
Version 7 of the cardset format with subtype and joker support. (#330) 2023-08-11 20:30:29 -04:00
Joe R
8098843e1e Fixed spacing issue. 2023-06-29 22:57:22 -04:00
Joe R
7808c546e8 Added option to search games by games played/won/lost. 2023-06-29 22:37:30 -04:00
Joe R
4d0fb6942f Made sorting of games/cardsets/table tile lists case-insensitive. 2023-03-29 17:37:04 -04:00
Joe R
425573060f Better verbiage for time and move statistics. 2022-09-26 20:08:42 -04:00
Joe R
53bb15b373 Fixed the select game and cardset windows after adding scaling options. 2022-09-19 23:49:23 -04:00
Joe R
3451b6b113 Blocked typing into advanced search dropdowns. 2022-09-16 23:28:09 -04:00
Joe R
a39251f5a5 Scaled select windows to main window size. 2022-09-16 22:16:31 -04:00
Joe R
c00e73d2d7 Added game search options for PySol versions and popular games. 2022-08-22 17:55:30 -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
fc34af4289 Fixed error when clicking an empty search list. 2022-08-09 20:57:37 -04:00
Joe R
44e0e2d6e3 Take into account title bar when determining tree window locations. 2022-03-07 18:10:10 -05:00
Joe R
052fd0b78d Added Stripped Deck game category. 2022-01-08 10:34:33 -05:00
Joe R
ca57b37aab Game/cardset/table tile search functionality. 2021-12-22 20:30:04 -05:00
Joe R
d6ca9c9e25 Fix for issue #226. 2021-10-11 21:45:52 -04:00
Joe R
513962b8f3 Refactor of dialog geometry logic. 2021-10-09 15:47:20 -04:00
Joe R
13d34238e2 Fixed window/tree scaling on smaller screens. 2021-09-09 20:09:29 -04: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
Joe R
5aa9071893 Improved playable preview display for large monitors and when working with high resolution cardsets. 2021-06-20 15:45: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
84617c5083 Added King's Secrets game. 2021-05-28 23:06:08 -04:00
Juhani Numminen
dc86d9338d Work around Playable Preview launching unresponsive help window 2020-03-02 14:38:49 +02:00
Juhani Numminen
12ca8c5535 Playable preview: swap incorrect actions for Rules and Cancel buttons
Line 435 assigns id 10 (not 1) to the Rules button.
2020-03-02 14:09:21 +02:00
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
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
de93df2de7 flake8 and other tests. 2017-09-18 16:37:02 +03:00
Shlomi Fish
424afcfad3 2to3 on pysollib/tile/se*.py 2017-05-24 17:44:31 +03:00
Shlomi Fish
6eebf8729d 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
1d7fb6fd61 Merge tile/tkutil.py and tk/tkutil.py.
They were identical.
2016-02-14 15:27:54 +02:00
Shlomi Fish
5dc2edda91 Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
Shlomi Fish
7ae1fa725d Test and convert "import help". 2012-11-25 19:01:26 +02:00
skomoroh
2744887cd4 * changed comments style
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@243 efabe8c0-fbe8-4139-b769-b5e6d273206e
2009-07-22 21:36:22 +00:00
skomoroh
dfe790a101 * changed GPL version to 3
* added config-file option sound_sample_buffer_size
* bugfixes


git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@234 efabe8c0-fbe8-4139-b769-b5e6d273206e
2009-06-12 09:32:43 +00:00